diff options
author | John Stebbins <stebbins@jetheaddev.com> | 2014-08-04 13:13:44 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-08-05 11:36:08 +0200 |
commit | 0897d2fdc7755849c3ae58d8b543ef734c200d3c (patch) | |
tree | 7f6bb11544c92bff24d43dce0b2b2e9b8c3c9af1 /doc | |
parent | 2601a9447efb778930b01ac58d2cc1d02498db4e (diff) | |
download | ffmpeg-0897d2fdc7755849c3ae58d8b543ef734c200d3c.tar.gz |
movenc: Add option to disable nero chapters
And add flag to muxer documentation.
Nero chapters break some taggers (mp3tag and iTunes).
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 0ca8d3fc93..54109c7fd2 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -330,6 +330,11 @@ This option is implicitly set when writing ismv (Smooth Streaming) files. Run a second pass moving the index (moov atom) to the beginning of the file. This operation can take a while, and will not work in various situations such as fragmented output, thus it is not enabled by default. +@item -movflags disable_chpl +Disable Nero chapter markers (chpl atom). Normally, both Nero chapters +and a QuickTime chapter track are written to the file. With this option +set, only the QuickTime chapter track will be written. Nero chapters can +cause failures when the file is reprocessed with certain tagging programs. @end table Smooth Streaming content can be pushed in real time to a publishing |