comparison DOCS/encoding.html @ 4992:e2f8b4b74c25

-audiofile
author gabucino
date Fri, 08 Mar 2002 17:37:25 +0000
parents 6cb9d9a1716d
children bb20ff7aa21d
comparison
equal deleted inserted replaced
4991:ad943b99610a 4992:e2f8b4b74c25
60 <LI>encoding from the wide range of fileformats and decoders of <B>MPlayer</B></LI> 60 <LI>encoding from the wide range of fileformats and decoders of <B>MPlayer</B></LI>
61 <LI>encoding to all the codecs of ffmpeg's 61 <LI>encoding to all the codecs of ffmpeg's
62 <A HREF=codecs.html#2.2.1.2>libavcodec</A></LI> 62 <A HREF=codecs.html#2.2.1.2>libavcodec</A></LI>
63 <LI>video encoding from <B>V4L compatible TV tuners</B></LI> 63 <LI>video encoding from <B>V4L compatible TV tuners</B></LI>
64 <LI>encoding/multiplexing to interleaved AVI files with proper index</LI> 64 <LI>encoding/multiplexing to interleaved AVI files with proper index</LI>
65 <LI>creating files from external audio stream</LI>
65 <LI>1, 2 or 3 pass <B>DivX4</B> video</LI> 66 <LI>1, 2 or 3 pass <B>DivX4</B> video</LI>
66 <LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE</B> : VBR MP3 audio doesn't 67 <LI><B>VBR</B> MP3 audio - <B>IMPORTANT NOTE</B> : VBR MP3 audio doesn't
67 always play nicely on windows players! If you intend to encode AVIs 68 always play nicely on windows players! If you intend to encode AVIs
68 mainly for windows, encode with CBR!</LI> 69 mainly for windows, encode with CBR!</LI>
69 <LI>PCM audio</LI> 70 <LI>PCM audio</LI>
75 </UL> 76 </UL>
76 </P> 77 </P>
77 78
78 <P><B><I>Planned features</I></B> : 79 <P><B><I>Planned features</I></B> :
79 <UL> 80 <UL>
80 <LI>using audio from separate file (AC3, MP3, OGG)</LI>
81 <LI>even wider variety of available en/decoding formats/codecs 81 <LI>even wider variety of available en/decoding formats/codecs
82 (creating VOB files with DivX4/Indeo5/VIVO streams :)</LI> 82 (creating VOB files with DivX4/Indeo5/VIVO streams :)</LI>
83 <LI>audio encoding from v4l</LI> 83 <LI>audio encoding from v4l (DONE for FreeBSD ?)</LI>
84 </UL> 84 </UL>
85 </P> 85 </P>
86 86
87 <P><B><A NAME=2.4.3.1>2.4.3.1. Encoding 2 or 3-pass DivX4</B></P> 87 <P><B><A NAME=2.4.3.1>2.4.3.1. Encoding 2 or 3-pass DivX4</B></P>
88 88
195 Of course only <B>MPlayer</B> can play such files :) And it probably has no 195 Of course only <B>MPlayer</B> can play such files :) And it probably has no
196 real life value at all. Rationally : video stream copying can be useful for 196 real life value at all. Rationally : video stream copying can be useful for
197 example when only the audio stream has to be encoded (like, uncompressed PCM 197 example when only the audio stream has to be encoded (like, uncompressed PCM
198 to MP3).</LI> 198 to MP3).</LI>
199 199
200 <LI><B>Audio stream</B> (option <CODE>-oac copy</CODE>) : straightforward.</LI> 200 <LI><B>Audio stream</B> (option <CODE>-oac copy</CODE>) : straightforward.
201 It is possible to take an external audio file (MP3, AC3, Vorbis) and mux it
202 into the output stream. Use the <CODE>-audiofile &lt;filename&gt;</CODE>
203 option for this.</LI>
201 </UL> 204 </UL>
202 </P> 205 </P>
203 206
204 207
205 <P><B><A NAME=2.4.3.4>2.4.3.4. Fixing AVIs with broken index or interleaving</B></P> 208 <P><B><A NAME=2.4.3.4>2.4.3.4. Fixing AVIs with broken index or interleaving</B></P>