diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-29 19:29:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-29 19:29:48 +0200 |
commit | 03b88f6b393359957ac9f7f0fb9b148ab51b3da5 (patch) | |
tree | 9da2548d45816813308362cccb712a674f98715f /doc/demuxers.texi | |
parent | 4506ed336ff74ea0cafbb01edbb44821815a60a4 (diff) | |
parent | 41334fcab41fee1a5a869c9f87c4a1d59a627b57 (diff) | |
download | ffmpeg-03b88f6b393359957ac9f7f0fb9b148ab51b3da5.tar.gz |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.
lavf/concatdec: implement automatic conversions.
lavf/concatdec: reindent after last commit.
lavf/concatdec: always do stream matching.
lavf/concatdec: check match_streams() return value.
lavf/concatdec: use a structure for each stream.
ffprobe: use the codec descriptor if no decoder was found.
lavf/matroska: add "binary" pseudo-MIME type.
lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types.
lavc: add a mime_types field to codec descriptors.
lavc: add AV_CODEC_ID_BIN_DATA.
lavc: add codec descriptors for TTF and OTF.
lavc: add codec descriptors for deprecated ids.
lavc/codec_desc: add separation comment.
tools/ffhash: implement base64 output.
tools/ffhash: use av_hash_final_hex().
lavu/hash: add hash_final helpers.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 |