Log in

View Full Version : ffmpeg + srt subtile + mp4 problem


TheFrenchDumb
30th August 2011, 12:42
Hi, i'm using :
ffmpeg.exe -y -i "X:\Video_in.wtv" -map 0.4 -map 0.2 -i "x:\sub.srt" -map 0.0 -sameq -acodec aac -strict experimental -ab 192k -async 1 -t 120 -ac 2 -vcodec libx264 -preset veryfast -tune film -profile high -crf 15 -threads 0 -psnr -flags2 ssim -scodec copy "x:\Video_out.mp4" -newsubtitle




It does not work, coild you help me ?

Thx:thanks::thanks:

Selur
30th August 2011, 16:53
Problem is probably that mp4 doesn't support srt, subtitle need to be converted to ttxt. (which will be done automatically iirc. when you use mp4box for muxing)

TheFrenchDumb
31st August 2011, 01:35
ok thx i will try tomorow