[FFmpeg-cvslog] doc/muxers/matroska: reformat documentation

Stefano Sabatini git at videolan.org
Wed Jan 8 09:53:08 CET 2014


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Jan  8 09:45:04 2014 +0100| [a008deb17bec2c9604c55a956265038e0995495c] | committer: Stefano Sabatini

doc/muxers/matroska: reformat documentation

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a008deb17bec2c9604c55a956265038e0995495c
---

 doc/muxers.texi |   23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 8a2bed0..f34b466 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -341,22 +341,17 @@ This muxer implements the matroska and webm container specs.
 The recognized metadata settings in this muxer are:
 
 @table @option
+ at item title
+Set title name provided to a single track.
 
- at item title=@var{title name}
-Name provided to a single track
- at end table
-
- at table @option
+ at item language
+Specify the language of the track in the Matroska languages form.
 
- at item language=@var{language name}
-Specifies the language of the track in the Matroska languages form
- at end table
-
- at table @option
+ at item stereo_mode
+Set stereo 3D video layout of two views in a single video track.
 
- at item stereo_mode=@var{mode}
-Stereo 3D video layout of two views in a single video track
- at table @option
+The following values are recognized:
+ at table @samp
 @item mono
 video is not stereo
 @item left_right
@@ -398,7 +393,6 @@ ffmpeg -i sample_left_right_clip.mpg -an -c:v libvpx -metadata stereo_mode=left_
 This muxer supports the following options:
 
 @table @option
-
 @item reserve_index_space
 By default, this muxer writes the index for seeking (called cues in Matroska
 terms) at the end of the file, because it cannot know in advance how much space
@@ -413,7 +407,6 @@ for most use cases should be about 50kB per hour of video.
 
 Note that cues are only written if the output is seekable and this option will
 have no effect if it is not.
-
 @end table
 
 @anchor{md5}



More information about the ffmpeg-cvslog mailing list