diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-12 15:20:57 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-10-24 09:03:16 +0200 |
commit | ef363ebd596da18f889a7d4845023a23dfac84c9 (patch) | |
tree | 7c7f62669de1f9fdba0bd4c939b75a5bd6282526 /doc | |
parent | 88b32673db39440422a73ec3047d3326c96b4fb2 (diff) | |
download | ffmpeg-ef363ebd596da18f889a7d4845023a23dfac84c9.tar.gz |
mp3enc: write full LAME frame
Most importantly, it contains the encoder delay and replaygain info.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index bf4a66f72b..6b6e82382f 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -370,7 +370,8 @@ to provide the pictures as soon as possible to avoid excessive buffering. A Xing/LAME frame right after the ID3v2 header (if present). It is enabled by default, but will be written only if the output is seekable. The @code{write_xing} private option can be used to disable it. The frame contains -various information that may be useful to the decoder, like the audio duration. +various information that may be useful to the decoder, like the audio duration +or encoder delay. @item A legacy ID3v1 tag at the end of the file (disabled by default). It may be |