On 05 Aug 2015, at 11:54, santhosh daivajna <santhos...@outlook.com> wrote:

> I am trying to embed a closed caption (SCC) file into a video file and 
> hitting on some problems.
> Please suggest how to embed SCC closed caption file into a video file 
> mov/mp4/mpg.
ffmpeg at least can embed srt subtitle files with ffmpeg -i source.mp4 -i 
source.srt -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng 
source_with-subtitles.mp4
Structure of srt file is:
Normally starting with 1 of course

35
00:00:09,960 --> 00:00:11,760
and then turning them
into cash for you.

36
00:00:11,800 --> 00:00:15,280
Today, we're helping a lady
who's turning out
her parents' old home

> Does FFMPEG support closed captions - scc files as input ?If not FFMPEG, 
> which other open source tools can I look into to do the above task ?
> ThanksSanthosh                                          
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to