diff options
author | Nicolas George <george@nsup.org> | 2014-04-14 13:49:12 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-04-29 13:25:59 +0200 |
commit | 50ed6e3ce635e47898c0cb9e3d57f3b7e0a67ff4 (patch) | |
tree | 28624be0c482861c27e6246e228425b3489c3d9a /doc/demuxers.texi | |
parent | 9d24a536a3d2f6a5639eac47b421af15d9b789d3 (diff) | |
download | ffmpeg-50ed6e3ce635e47898c0cb9e3d57f3b7e0a67ff4.tar.gz |
lavf/concatdec: implement automatic conversions.
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 8 |
1 files changed, 8 insertions, 0 deletions
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 |