diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-08 17:37:25 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-08 17:37:25 +0000 |
commit | 73719375cdabb11f3c38b29d7283e03df14286d2 (patch) | |
tree | 9d4d38276d8dd625f5df1e4094430d6b7f7cacec /DOCS/encoding.html | |
parent | 87de61ff9679ed9489b3633c42e2d38400fd7e71 (diff) |
-audiofile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4993 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r-- | DOCS/encoding.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html index 4f073cb1e3..343bd09d2f 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -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> |