Selur
6th July 2009, 21:43
Taking http://samples.mplayerhq.hu/ogg/bgc.sub.dub.ogm as test object, is it possible to extract the subtitles as a 'normal' .srt with timecodes?
best result I could come up with was ffmpeg -y -i d:\testclips\bgc.sub.dub.ogm -an -vn -scodec copy -f rawvideo sub.srt which resulted in a text file without time codes.
tried also mplayer "bgc.sub.dub.ogm" -sid 0 -mc 0 -nosound -noautosub -noframedrop -vo null -dumpsrtsub but it didn't output anything ;)
So if any one knows if this is possible with mencoder/mplayer/ffmpeg or if it's a no-go please let me know. :)
Cu Selur
best result I could come up with was ffmpeg -y -i d:\testclips\bgc.sub.dub.ogm -an -vn -scodec copy -f rawvideo sub.srt which resulted in a text file without time codes.
tried also mplayer "bgc.sub.dub.ogm" -sid 0 -mc 0 -nosound -noautosub -noframedrop -vo null -dumpsrtsub but it didn't output anything ;)
So if any one knows if this is possible with mencoder/mplayer/ffmpeg or if it's a no-go please let me know. :)
Cu Selur