diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2011-05-24 01:09:24 +0200 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2011-05-24 01:12:19 +0200 |
commit | 4c509fe305bc79a913ef1b690df6c910c732f608 (patch) | |
tree | 197825893b7c8f8d626a131d627b78dd15912857 /doc/muxers.texi | |
parent | 2ef241c09f6af4513f0558c295935708d40f2acd (diff) | |
download | ffmpeg-4c509fe305bc79a913ef1b690df6c910c732f608.tar.gz |
matroska: cleanup handling of video stereo mode
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 03be693918..55b44d1018 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -232,7 +232,7 @@ Specifies the language of the track in the Matroska languages form @table @option -@item STEREO_MODE=@var{mode} +@item stereo_mode=@var{mode} Stereo 3D video layout of two views in a single video track @table @option @item mono @@ -270,7 +270,7 @@ Both eyes laced in one Block, Right-eye view is first For example a 3D WebM clip can be created using the following command line: @example -ffmpeg -i sample_left_right_clip.mpg -an -vcodec libvpx -metadata STEREO_MODE=left_right -y stereo_clip.webm +ffmpeg -i sample_left_right_clip.mpg -an -vcodec libvpx -metadata stereo_mode=left_right -y stereo_clip.webm @end example @c man end MUXERS |