Gunasekaran Velu
2014-09-20 21:38:15 UTC
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"
error.
Help me to extract the cc data from .ts file using ffmpeg.
Looking forward your reply.
Thanks and Regards
Guna
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"
error.
Help me to extract the cc data from .ts file using ffmpeg.
Looking forward your reply.
Thanks and Regards
Guna