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

Improve subtitle support #4

Open
2 tasks
tomasklaen opened this issue Aug 19, 2022 · 0 comments
Open
2 tasks

Improve subtitle support #4

tomasklaen opened this issue Aug 19, 2022 · 0 comments

Comments

@tomasklaen
Copy link
Member

Currently, we only copy subtitles from input to output, and that only when not cutting video, as ffmpeg doesn't provide any subtitle editing filters, so I can't cut them to re-sync to the new output.

Stuff to figure out/fix/handle:

  • mov_text subtitles are not supported in mkv containers, need to be converted to srt.
    This can be achieved with a simple -c:s srt.

  • Cutting and re-syncing subtitles.
    As far as I know, ffmpeg can't do this on its own? Would appreciate pointers on how to solve this.
    Needs to support at least mov_text, srt, and ass. Are there other common formats not in this list?

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

No branches or pull requests

1 participant