mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 20:05:07 +00:00
-audiofile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4993 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
87de61ff96
commit
73719375cd
@ -65,6 +65,7 @@ m
|
||||
is</LI>
|
||||
<LI>enkódolás <B>V4L kompatibilis TV tunerekről</B></LI>
|
||||
<LI>enkódolása/multiplexelése interleaved AVI-knak, megfelelő index-szel</LI>
|
||||
<LI>opcionálisan külsõ audio stream használata</LI>
|
||||
<LI>1, 2 vagy 3 menetes <B>DivX4</B> video</LI>
|
||||
<LI><B>VBR</B> MP3 audio - <B>FONTOS</B> : a VBR-es mp3-ak nem minden
|
||||
körülmények között lejátszhatóak windows rendszereken! Ha windows-on
|
||||
@ -81,10 +82,9 @@ m
|
||||
|
||||
<P><B><I>Tervezett funkciók</I></B> :
|
||||
<UL>
|
||||
<LI>audio külön file-ból vétele (AC3, MP3, OGG)</LI>
|
||||
<LI>még szélesebb skálája a be/kimeneti formátumoknak, codec-eknek
|
||||
(VOB file-ok DivX4/Indeo5/VIVO videoval... :)</LI>
|
||||
<LI>audio enkódolása v4l-rõl</LI>
|
||||
<LI>audio enkódolása v4l-rõl (BSD-n már kész?)</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
@ -212,7 +212,9 @@ mutatja be. Csak k
|
||||
például amikor csak az audio stream-et kell enkódolni (pl tömörítetlen
|
||||
PCM-et MP3-ba).</LI>
|
||||
|
||||
<LI><B>Audio stream-ek</B> (<CODE>-oac copy</CODE> opció) : egyértelmû.</LI>
|
||||
<LI><B>Audio stream-ek</B> (<CODE>-oac copy</CODE> opció) : egyértelmû.
|
||||
Lehetséges az audio streamet egy külsõ fileból (MP3, AC3, Vorbis) is venni,
|
||||
ehhez az <CODE>-audiofile <filenév></CODE> opciót kell használni.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
|
@ -62,6 +62,7 @@ stream copying and video resizing abilities.</P>
|
||||
<A HREF=codecs.html#2.2.1.2>libavcodec</A></LI>
|
||||
<LI>video encoding from <B>V4L compatible TV tuners</B></LI>
|
||||
<LI>encoding/multiplexing to interleaved AVI files with proper index</LI>
|
||||
<LI>creating files from external audio stream</LI>
|
||||
<LI>1, 2 or 3 pass <B>DivX4</B> video</LI>
|
||||
<LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE</B> : VBR MP3 audio doesn't
|
||||
always play nicely on windows players! If you intend to encode AVIs
|
||||
@ -77,10 +78,9 @@ stream copying and video resizing abilities.</P>
|
||||
|
||||
<P><B><I>Planned features</I></B> :
|
||||
<UL>
|
||||
<LI>using audio from separate file (AC3, MP3, OGG)</LI>
|
||||
<LI>even wider variety of available en/decoding formats/codecs
|
||||
(creating VOB files with DivX4/Indeo5/VIVO streams :)</LI>
|
||||
<LI>audio encoding from v4l</LI>
|
||||
<LI>audio encoding from v4l (DONE for FreeBSD ?)</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
@ -197,7 +197,10 @@ commands are needed :<BR>
|
||||
example when only the audio stream has to be encoded (like, uncompressed PCM
|
||||
to MP3).</LI>
|
||||
|
||||
<LI><B>Audio stream</B> (option <CODE>-oac copy</CODE>) : straightforward.</LI>
|
||||
<LI><B>Audio stream</B> (option <CODE>-oac copy</CODE>) : straightforward.
|
||||
It is possible to take an external audio file (MP3, AC3, Vorbis) and mux it
|
||||
into the output stream. Use the <CODE>-audiofile <filename></CODE>
|
||||
option for this.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
|
@ -41,6 +41,7 @@ mencoder \- Movie Encoder for Linux
|
||||
.RB [ \-ffourcc\ fourcc ]
|
||||
.RB [ \-ss\ <time> ]
|
||||
.RB [ \-endpos\ <time> ]
|
||||
.RB [ \-audiofile\ <file\ name> ]
|
||||
.I - or file or files specified with escaped wildcard or device
|
||||
.PP
|
||||
.SH DESCRIPTION
|
||||
@ -141,6 +142,9 @@ Examples:
|
||||
-oac pcm encode to uncompressed PCM
|
||||
-oac mp3lame encode to MP3 (using Lame)
|
||||
.TP
|
||||
.B \-audiofile <file name>
|
||||
Copy audio from external file.
|
||||
.TP
|
||||
.B \-mf <multifile options>
|
||||
Used when encoding from multiple JPEG files.
|
||||
Its sub-options are:
|
||||
|
Loading…
Reference in New Issue
Block a user