mirror of https://github.com/mpv-player/mpv
Document lavf muxers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15533 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
39fda1b826
commit
f6c5a0788c
|
@ -5696,7 +5696,8 @@ syntax:
|
||||||
.B \-<codec>opts <option1[=value],option2,...>
|
.B \-<codec>opts <option1[=value],option2,...>
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
Where <codec> may be: lavc, xvidenc, divx4, lame, toolame, twolame, faac, x264enc, mpeg.
|
Where <codec> may be: lavc, xvidenc, divx4, lame, toolame, twolame,
|
||||||
|
nuv, vfw, faac, x264enc, mpeg, lavf.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
.SS divx4 (\-divx4opts)
|
.SS divx4 (\-divx4opts)
|
||||||
|
@ -8184,6 +8185,13 @@ video when the output framerate, eventually converted with \-ofps, is either
|
||||||
Any other framerate is incompatible with this option.
|
Any other framerate is incompatible with this option.
|
||||||
.
|
.
|
||||||
.
|
.
|
||||||
|
.SS FFmpeg libavformat muxers (\-lavfopts)
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
.B format=<container_format>
|
||||||
|
Select which container format to mux into (no default).
|
||||||
|
.
|
||||||
|
.
|
||||||
.\" --------------------------------------------------------------------------
|
.\" --------------------------------------------------------------------------
|
||||||
.\" Files
|
.\" Files
|
||||||
.\" --------------------------------------------------------------------------
|
.\" --------------------------------------------------------------------------
|
||||||
|
|
|
@ -185,6 +185,7 @@ m_option_t of_conf[]={
|
||||||
{"help", "\nAvailable output formats:\n"
|
{"help", "\nAvailable output formats:\n"
|
||||||
" avi - Microsoft Audio/Video Interleaved\n"
|
" avi - Microsoft Audio/Video Interleaved\n"
|
||||||
" mpeg - MPEG-1/2 system stream format\n"
|
" mpeg - MPEG-1/2 system stream format\n"
|
||||||
|
" lavf - FFmpeg libavformat muxers\n"
|
||||||
" rawvideo - (video only, one stream only) raw stream, no muxing\n"
|
" rawvideo - (video only, one stream only) raw stream, no muxing\n"
|
||||||
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||||
{NULL, NULL, 0, 0, 0, 0, NULL}
|
{NULL, NULL, 0, 0, 0, 0, NULL}
|
||||||
|
|
Loading…
Reference in New Issue