[FFmpeg-devel] [PATCH] lavf: VobSub demuxer.
compn
tempn at twmi.rr.com
Fri Nov 30 13:26:12 CET 2012
On Fri, 30 Nov 2012 08:06:56 +0100, Clément Bœsch wrote:
>On Fri, Nov 30, 2012 at 06:23:31AM +0100, Clément Bœsch wrote:
>> ---
>> Now working.
>>
>> The seek is not implemented yet since I need to finish the generic seeking for
>> the FFDemuxSubtitlesQueue API (it should apply to this demuxer as well just
>> fine). So it's not exactly yet usable for players (but will very soon).
>>
>> OTOH, you can now remux VobSub into a container supporting it, by focusing on
>> the .IDX file:
>> ffmpeg -i movie.avi -i movie.idx -map 0 -map 1 -c copy out.mkv
>
>Note: you might need -fflags +genpts if the file is a avi.
please just return error instead of creating file with vobsub in avi.
dont let users shoot themselves in foot.
-compn
More information about the ffmpeg-devel
mailing list