doc/muxers/matroska: reformat documentation

This commit is contained in:
Stefano Sabatini 2014-01-08 09:45:04 +01:00
parent 8be8dddd13
commit a008deb17b

View File

@ -341,22 +341,17 @@ This muxer implements the matroska and webm container specs.
The recognized metadata settings in this muxer are: The recognized metadata settings in this muxer are:
@table @option @table @option
@item title
Set title name provided to a single track.
@item title=@var{title name} @item language
Name provided to a single track Specify the language of the track in the Matroska languages form.
@end table
@table @option @item stereo_mode
Set stereo 3D video layout of two views in a single video track.
@item language=@var{language name} The following values are recognized:
Specifies the language of the track in the Matroska languages form @table @samp
@end table
@table @option
@item stereo_mode=@var{mode}
Stereo 3D video layout of two views in a single video track
@table @option
@item mono @item mono
video is not stereo video is not stereo
@item left_right @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: This muxer supports the following options:
@table @option @table @option
@item reserve_index_space @item reserve_index_space
By default, this muxer writes the index for seeking (called cues in Matroska 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 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 Note that cues are only written if the output is seekable and this option will
have no effect if it is not. have no effect if it is not.
@end table @end table
@anchor{md5} @anchor{md5}