diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-26 22:16:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-29 12:19:47 +0200 |
commit | 3331213e2ac5a0fe5c574e9cd3da44df5e0d1d18 (patch) | |
tree | f03610e0a1a6538a66c5ed51adee655e174c1b97 /doc/demuxers.texi | |
parent | e1b0019568430ee80c3bb474829897700ef31f1c (diff) | |
download | ffmpeg-3331213e2ac5a0fe5c574e9cd3da44df5e0d1d18.tar.gz |
avformat/concatdec: Enable auto_convert by default
Users have no means to find out from a failure how to make it work
or is it preferred to check and print a warning for h264 concat without auto_convert ?
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index b7ddebb9a9..35a1561439 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -151,6 +151,7 @@ probed and 0 otherwise. @item auto_convert If set to 1, try to perform automatic conversions on packet data to make the streams concatenable. +The default is 1. Currently, the only conversion is adding the h264_mp4toannexb bitstream filter to H.264 streams in MP4 format. This is necessary in particular if |