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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
