From 50ed6e3ce635e47898c0cb9e3d57f3b7e0a67ff4 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 14 Apr 2014 13:49:12 +0200 Subject: lavf/concatdec: implement automatic conversions. --- doc/demuxers.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/demuxers.texi') diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 23cec5a386..d51b9d0748 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -128,6 +128,14 @@ If set to 0, any file name is accepted. The default is -1, it is equivalent to 1 if the format was automatically probed and 0 otherwise. +@item auto_convert +If set to 1, try to perform automatic conversions on packet data to make the +streams concatenable. + +Currently, the only conversion is adding the h264_mp4toannexb bitstream +filter to H.264 streams in MP4 format. This is necessary in particular if +there are resolution changes. + @end table @section flv -- cgit v1.2.3