[MPlayer-users] extracting subs
Emiliano Rago
rago at poisson.phc.unipi.it
Mon Nov 1 17:35:55 CET 2004
On Mon, Nov 01, 2004 at 03:42:57PM +0100, Torinthiel wrote:
> On Mon, Nov 01, 2004 at 03:26:45PM +0000, Roger D. Vargas wrote:
> >
> > I downloaded a movie and DVD idx/sub files with english/french
> > subtitles. I want to extract the english subs to translate it, is it
> > possible with mencoder? I have checked the man but I cant find any clues
> > about it.
>
> Strangely enough it's done with MPlayer, not MEncoder.
> See -dump*sub, -dumpsub options, you can dump in a lot of formats (so
> select the one that you like best translating ;)
> Of course you need to select the correct subtitle with -sid, -slang and
> (as you have separate files) -vobsub.
> Torinthiel
I would convert dvd subtitles in a file in .srt format.
To do this I did:
mencoder dvd://1 -oac copy -ovc copy -o movie.avi -vobsubout subtitle
This command create the files movie.avi, subtitle.idx and subtitle.sub
Then I did:
mplayer movie.avi -sub subtitle.sub -dumpsrtsub
This should create (I think...) a file dumpsub.srt ,
but this don't happens.
What's is wrong ?
Thanks,
Emiliano
More information about the MPlayer-users
mailing list