ITADN

Incompatible with ffmpeg 7

#875Openavibrazil 创建于 2025-06-17
A
avibrazilcommented
My code used to work flawlessly on Fedora 40 with its [ffmpeg 6](https://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/free/fedora/updates/40/x86_64/repoview/ffmpeg.html). Now, migrated to Fedora 42 and [ffmpeg 7](https://ftp.fi.muni.cz/pub/linux/rpmfusion/free/fedora/updates/42/x86_64/repoview/ffmpeg.html) and command line generated by ffmpeg-python breaks ffmpeg. This is the command line generated: ```shell 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: ```shell Stream type specified multiple times Error parsing options for output file output.mov. Error opening output files: Invalid argument ```
1 条评论