Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Gunasekaran Velu
HI I can't able to download the file. can you zip and send to me. Thanks GUna On Mon, Sep 22, 2014 at 5:06 PM, Anshul wrote: > On 09/22/2014 04:17 PM, Gunasekaran Velu wrote: > > Hi > > > > How can i help you to getting Closed Caption from .ts video file? > Do you need raw data or decoded data

Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Gunasekaran Velu
Hi Thanks for the information. Need it for raw data only. my skype: talk2gunav Regards Guna On Mon, Sep 22, 2014 at 5:06 PM, Anshul wrote: > On 09/22/2014 04:17 PM, Gunasekaran Velu wrote: > > Hi > > > > How can i help you to getting Closed Caption from .ts video file? > Do you need raw data

Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Anshul
On 09/22/2014 04:17 PM, Gunasekaran Velu wrote: > Hi > > How can i help you to getting Closed Caption from .ts video file? Do you need raw data or decoded data? if you need raw data only here are two old patch given by Nicolas George. I have attached those both patch. for decoded data even I am wo

Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Gunasekaran Velu
Hi How can i help you to getting Closed Caption from .ts video file? Looking forward your reply. Kindly help me. Thanks and Regards Guna On Mon, Sep 22, 2014 at 2:18 PM, Gunasekaran Velu wrote: > Yes . I need help to get Closed caption data from .ts file using ffmpeg? > > > Regards > GUna >

Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Gunasekaran Velu
Yes . I need help to get Closed caption data from .ts file using ffmpeg? Regards GUna On Mon, Sep 22, 2014 at 2:06 PM, Anshul wrote: > Hi > > you can use CCExtractor, or help here if you want Closed caption in > ffmpeg. > > -Anshul > > On 09/22/2014 01:44 PM, Gunasekaran Velu wrote: > > Hi Ca

Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Anshul
Hi you can use CCExtractor, or help here if you want Closed caption in ffmpeg. -Anshul On 09/22/2014 01:44 PM, Gunasekaran Velu wrote: > Hi Carl, > > Thanks for the information. > > Any other solution for linux platform? > > Looking forward your reply. > > > Regards > Guna > > On Mon, Sep 22, 2

Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Gunasekaran Velu
Hi Carl, Thanks for the information. Any other solution for linux platform? Looking forward your reply. Regards Guna On Mon, Sep 22, 2014 at 1:03 PM, Carl Eugen Hoyos wrote: > Gunasekaran Velu gmail.com> writes: > > > I am using the following ffmpeg command to extract > > the CC(Closed Cap

Re: [FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-22 Thread Carl Eugen Hoyos
Gunasekaran Velu gmail.com> writes: > I am using the following ffmpeg command to extract > the CC(Closed Caption) data from .ts file. This sounds unlikely since FFmpeg does not (yet) support Closed Captions. Carl Eugen ___ ffmpeg-user mailing list

[FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-20 Thread Gunasekaran Velu
I am using the following ffmpeg command to extract the CC(Closed Caption) data from .ts file. FFMPEG -i input.ts -vn -an -codec:s:0.1 srt sub.srt ffmpeg -threads 4 -i input.ts -vn -an -codec:s:0.2 srt englishSubtitle.srt But i did not get the cc data, its says "invalid frame dimensions 0x0" erro