summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-12 22:34:35 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-12 22:34:35 +0000
commit7891bbb9e939df7b9f6267adb4b6950ce5de325a (patch)
tree3c4c62e201828c176f643d70489b2f0512ffba79 /DOCS/encoding.html
parent980ae469b9900648a1b0735e51be5b5db699dfd6 (diff)
downloadmpv-7891bbb9e939df7b9f6267adb4b6950ce5de325a.tar.bz2
mpv-7891bbb9e939df7b9f6267adb4b6950ce5de325a.tar.xz
sok ize, mutyur, bizbasz.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4681 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 84a6b600b3..4fab335ef7 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -58,7 +58,7 @@ stream copying and video resizing abilities.</P>
always play nicely on windows players! If you intend to encode AVIs
mainly for windows, encode with CBR!</LI>
<LI>PCM audio</LI>
- <LI>stream copying (CBR audio only)</LI>
+ <LI>stream copying</LI>
<LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI>
<LI>FPS correction with <CODE>-ofps</CODE> option (useful when encoding
29.97fps VOB to 24fps AVI)</LI>
@@ -69,7 +69,6 @@ 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>VBR audio stream copy</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>
@@ -175,6 +174,7 @@ commands are needed :<BR>
<P>Rescaling is very simple :<BR>
<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi</CODE></P>
+
<P><B><A NAME=2.4.3.3>2.4.3.3. Stream copying</B></P>
<P><B>MEncoder</B> can handle input streams in two ways : <B>encode</B> or
@@ -193,6 +193,7 @@ commands are needed :<BR>
</UL>
</P>
+
<P><B><A NAME=2.4.3.4>2.4.3.4. Fixing AVIs with broken index or interleaving</B></P>
<P>Easiest thing. We simply copy the video and audio streams, and
@@ -227,14 +228,23 @@ unsupported). You can encode to the following codecs :</P>
<P>An example, with MJPEG compression :<BR>
<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg</CODE></P>
+
<P><B><A NAME=2.4.4>2.4.4. Syntax</B></P>
<P>&nbsp;&nbsp;<CODE>mencoder [options] [input file] [options] ...</P>
+
<P><B><A NAME=2.4.5>2.4.5. Available options</B></P>
<P>NOTE : for all available options, <B>read the manpage !</B></P>
+<P>
+ As <B>MEncoder</B> is built on the same codebase as <B>MPlayer</B>, there
+ are many <B>MPlayer</B> options that have function in <B>MEncoder</B> too!
+ See, you can use <CODE>-sid</CODE> to rip a DVD with subtitles, or
+ <CODE>-noidx</CODE> to disregard buggy index of input AVI. <B>Be smart!</B>
+</P>
+
<TABLE BORDER=1>
<TR>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
@@ -273,9 +283,13 @@ unsupported). You can encode to the following codecs :</P>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
Encode with the given codec (codec names are from codecs.conf). Examples:<BR>
&nbsp;&nbsp;<B>help</B> - get list of available codecs<BR>
+ &nbsp;&nbsp;<B>null</B> - do not create a video stream in the output AVI<BR>
+ &nbsp;&nbsp;<B>raw</B> - create uncompressed video<BR>
+ &nbsp;&nbsp;<B>rawrgb</B> - ?<BR>
&nbsp;&nbsp;<B>copy</B> - no encoding, just copy the stream (only from AVI/ASF now)<BR>
&nbsp;&nbsp;<B>divx4</B> - encode to DivX4<BR>
&nbsp;&nbsp;<B>lavc</B> - encode with a codec from libavcodec<BR>
+ &nbsp;&nbsp;<B>vfw</B> - encode with a Windows DLL<BR>
</TD>
</TR>
<TR>