Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preview playback actual exported cuts #1887

Open
mifi opened this issue Feb 9, 2024 · 1 comment
Open

Preview playback actual exported cuts #1887

mifi opened this issue Feb 9, 2024 · 1 comment

Comments

@mifi
Copy link
Owner

mifi commented Feb 9, 2024

Pulled out from #253 - Currently it's possible to preview playback cut segments (according to start/end cutpoints in the original file). However as we all know, the actual cuts in the exported file will not always turn out the same. Currently the only way to preview it is to actually export and then look at the resulting video before adjusting and trying again. A workaround is to only enable one or two segments at a time to speed up the export/checking process. Then once a cutpoint looks good, then enable only the next segment (or two).

Potential solutions:

  • Feed segments through ffmpeg (probably with -t in order to only render the beginning or end of each segment) and show to the user a preview of the output
  • Implement a live-stream of the output cuts, ala MediaSource to present to the user when they press a special "play" button

Alternatively:

See also #253 #1756

@ceekei
Copy link

ceekei commented Feb 9, 2024

I manage this at the moment with a little spreadsheet but implementation in Losslesscut to jump to the cuts is highly appreciated!

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants