Skip to content

Incompatible with ffmpeg 7 #875

Description

@avibrazil

My code used to work flawlessly on Fedora 40 with its ffmpeg 6. Now, migrated to Fedora 42 and ffmpeg 7 and command line generated by ffmpeg-python breaks ffmpeg.

This is the command line generated:

ffmpeg -i input.MOV -i input.srt -map 0 -map 1 -acodec copy -map -0:d -map_metadata 0 -metadata:s:s:0 "title=Wall clock" -metadata:s:v rotate=0 -movflags faststart+use_metadata_tags -scodec mov_text -tag:s:s:0 tx3g -vcodec copy output.mov -hide_banner

And this it the ffmpeg error:

Stream type specified multiple times
Error parsing options for output file output.mov.
Error opening output files: Invalid argument

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions