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

[improvement] single execution of ffmpeg instead of 5 #201

Open
diogosena opened this issue Nov 25, 2024 · 0 comments · May be fixed by #202
Open

[improvement] single execution of ffmpeg instead of 5 #201

diogosena opened this issue Nov 25, 2024 · 0 comments · May be fixed by #202

Comments

@diogosena
Copy link

Currently, ffsubsync try to get the longest of the 5 first subtitles of the video, but is doing this using 5 sequential executions of ffmpeg.
This is by far the slowest step, and doing 5 times in a row is very slow, this can be done in one call of ffmpeg using multiples maps and outputs.

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