[Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version
Guillaume Poirier
guillaume.poirier
Mon Oct 31 17:12:30 CET 2005
Wolfram Gloger wrote:
>>or if you have a .vob with subtitles
>>
>> ffmpeg -i x.vob -acodec copy -vcodec copy -scodec dvdsub -newsubtitle
>
>
> arghh, here ^
> an out.vob is missing before "-newsubtitle".
So it's actually
ffmpeg -i x.vob -acodec copy -vcodec copy -scodec dvdsub out.vob \
-newsubtitle
right?
Is it supposed to work with .idx and .sub files?
Guillaume
More information about the ffmpeg-devel
mailing list