Thank you. My purpose is obtain a .mpeg file with close caption because some 
channel use mpeg extension. 

I used mpeg2video but in the video result i can see the close caption 

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 

thank you 


----- Original Message -----

From: "Sven C. Dack" <sven.c.d...@sky.com> 
To: "FFmpeg user questions" <ffmpeg-user@ffmpeg.org> 
Sent: Saturday, September 10, 2016 1:29:32 PM 
Subject: Re: [FFmpeg-user] Mpg 

On 10/09/16 18:12, Juan O Batista wrote: 
> Hello everyone. 
> 
> I need to know if it is possible. 
> I have a .mov movie I need to convert to .mpeg using ffmpeg 
> 
> I need output .mpeg with closed captioning. 
> My question is it is possible using FFMPEg? 
> 
> 
> Thank you 
Hello Juan, 

it's very likely possible, but as Reindl already said it does it require a bit 
more information. 

If you do have ffmpeg installed then you might be able to use "ffprobe 
file.mov" 
where "file.mov" is your .mov file and it will try to tell you more about it. 

Can you tell us for what purpose you need it to be as a .mpeg file? The more we 
know about the application the better we can help you. 

Sven 

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

To unsubscribe, visit link above, or email 
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe". 

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

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to