[FFmpeg-devel] [PATCH] lavf: VobSub demuxer.

Clément Bœsch ubitux at gmail.com
Fri Nov 30 13:58:58 CET 2012


On Fri, Nov 30, 2012 at 07:26:12AM -0500, compn wrote:
> 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.
> 

I meant that as option for the AVI input; the output MKV needs timestamps.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121130/f5781386/attachment.asc>


More information about the ffmpeg-devel mailing list