您的位置:首页 > 其它

Add Subtitle (srt) to Video by using Ffmpeg

2013-12-22 21:26 441 查看
say you have a srt subtitle file and any format of audio

we can combine such stream together to generate a video with the subtitle

ffmpeg  --ffmpeg command

-i inputfile --input file

-fv subtitles=any.srt -video filter means adding subtitle within any.srt

-c copy                          --do not re-encode stream

output                         --output file name
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: