Skip to content

Improve subtitle support #4

@tomasklaen

Description

@tomasklaen

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions