[FFmpeg-user] How to embed SCC closed caption file into a video file mov/mp4/mpg

Henk D. Schoneveld belcampo at zonnet.nl
Wed Aug 5 23:29:48 CEST 2015


On 05 Aug 2015, at 11:54, santhosh daivajna <santhoshsd at 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list