Browse code

doc/muxers/matroska: reformat documentation

Stefano Sabatini authored on 2014/01/08 17:45:04
Showing 1 changed files
... ...
@@ -341,22 +341,17 @@ This muxer implements the matroska and webm container specs.
341 341
 The recognized metadata settings in this muxer are:
342 342
 
343 343
 @table @option
344
+@item title
345
+Set title name provided to a single track.
344 346
 
345
-@item title=@var{title name}
346
-Name provided to a single track
347
-@end table
348
-
349
-@table @option
347
+@item language
348
+Specify the language of the track in the Matroska languages form.
350 349
 
351
-@item language=@var{language name}
352
-Specifies the language of the track in the Matroska languages form
353
-@end table
354
-
355
-@table @option
350
+@item stereo_mode
351
+Set stereo 3D video layout of two views in a single video track.
356 352
 
357
-@item stereo_mode=@var{mode}
358
-Stereo 3D video layout of two views in a single video track
359
-@table @option
353
+The following values are recognized:
354
+@table @samp
360 355
 @item mono
361 356
 video is not stereo
362 357
 @item left_right
... ...
@@ -398,7 +393,6 @@ ffmpeg -i sample_left_right_clip.mpg -an -c:v libvpx -metadata stereo_mode=left_
398 398
 This muxer supports the following options:
399 399
 
400 400
 @table @option
401
-
402 401
 @item reserve_index_space
403 402
 By default, this muxer writes the index for seeking (called cues in Matroska
404 403
 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.
413 413
 
414 414
 Note that cues are only written if the output is seekable and this option will
415 415
 have no effect if it is not.
416
-
417 416
 @end table
418 417
 
419 418
 @anchor{md5}