[FFmpeg-user] Mpg
orestesb
orestesb at comcast.net
Tue Sep 13 19:48:21 EEST 2016
Hi Carl.I have .mpeg input file this file contain close caption and I can turn on / off with vlc player. I need write some text inside the .mpeg. but i need preserve the closed caption with turn on / off futures.Can i use the ffmpeg for this?Thank
Sent from my T-Mobile 4G LTE Device
-------- Original message --------From: Carl Eugen Hoyos <ceffmpeg at gmail.com> Date: 9/13/16 11:56 AM (GMT-05:00) To: FFmpeg user questions <ffmpeg-user at ffmpeg.org> Subject: Re: [FFmpeg-user] Mpg
2016-09-10 19:59 GMT+02:00 Juan O Batista <orestesb at comcast.net>:
> ffmpeg -i input.mov -i cap.srt -codec:v mpeg2video -b:v 10M -c:a mp2
> -b:a 192k -ar 48000 -r 29.97 -timecode 00:01:00:00 -qscale:v 2
> -codec:a mp2 -b:a 192k output.mpeg
I had missed this message, sorry.
If your input does not contain Closed Captions (but other subtitles)
you cannot succeed because FFmpeg does not contain a Closed
Captions encoder.
Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-user
mailing list