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

Clément Bœsch ubitux at gmail.com
Fri Dec 7 21:19:06 CET 2012


On Sun, Dec 02, 2012 at 12:43:55AM +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
> > ---
> >  Changelog                |   1 +
> >  configure                |   1 +
> >  doc/general.texi         |   1 +
> >  libavformat/allformats.c |   1 +
> >  libavformat/mpeg.c       | 231 +++++++++++++++++++++++++++++++++++++++++++++++
> >  libavformat/version.h    |   2 +-
> >  6 files changed, 236 insertions(+), 1 deletion(-)
> > 
> 
> New version attached with seeking.
> 
> I'll push in 3 days if I see no comment.
> 

Various improvements, better support for broken samples, rebased, and
applied.

[...]

-- 
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/20121207/3134c7b1/attachment.asc>


More information about the ffmpeg-devel mailing list