[Libav-user] Muxing a .srt file into a .mp4 file ?
pehache
pehache.7 at gmail.com
Sun Apr 22 19:41:55 CEST 2012
Le 22/04/12 16:22, pehache a écrit :
>
>
> And finally, the only command which succeeds is with the output .mkv
> file, and specifying -scodec copy:
>
> ===================================================================
> *****$ ffmpeg -i Good_Bye_Lenin.DVDRIP.HQ.deFR.mp4 -i
> Good_Bye_Lenin.de.srt -vcodec copy -acodec copy -map 0.0 -map 0.1 -map
> 1.0 -y toto.mkv
> ===================================================================
I meant :
*****$ ffmpeg -i Good_Bye_Lenin.DVDRIP.HQ.deFR.mp4 -i
Good_Bye_Lenin.de.srt -vcodec copy -acodec copy -scodec copy -map 0.0
-map 0.1 -map 1.0 -y toto.mkv
More information about the Libav-user
mailing list