[FFmpeg-user] Adding Subtitle Error

spider58 spider58 at gmail.com
Mon Dec 12 16:17:45 CET 2011


Hello

I want to add subtitle to my video. Used some some commands but nothing
happened.

Sample subtitle


1
> 00:00:10,087 --> 00:00:20,887
> Sample Text
> one
>
> 2
> 00:00:56,097 --> 00:01:00,727
> Sample Text
> two
>

command line 1

ffmpeg -i d:\myvid.mp4 -i d:\mysub.srt d:\mynewvid.mp4
>

(Command 1 - *No error but not showing subtitle*)


command line 2

ffmpeg -i d:\myvid.mp4 -i d:\mysub.srt -scopy copy d:\mynewvid.mp4


(Command 2 - ffmpeg crashes and stopping works)

Thanks inadvance


More information about the ffmpeg-user mailing list