Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a008deb1
Commit
a008deb1
authored
Jan 08, 2014
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/muxers/matroska: reformat documentation
parent
8be8dddd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
15 deletions
+8
-15
muxers.texi
doc/muxers.texi
+8
-15
No files found.
doc/muxers.texi
View file @
a008deb1
...
...
@@ -341,22 +341,17 @@ This muxer implements the matroska and webm container specs.
The recognized metadata settings in this muxer are:
@table @option
@item title
Set title name provided to a single track.
@item title=@var{title name}
Name provided to a single track
@end table
@table @option
@item language
Specify the language of the track in the Matroska languages form.
@item language=@var{language name}
Specifies 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 stereo_mode=@var{mode}
Stereo 3D video layout of two views in a single video track
@table @option
The following values are recognized:
@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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment