summaryrefslogtreecommitdiffstats
path: root/DOCS/encoding.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-18 17:07:21 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-18 17:07:21 +0000
commit932ce66431fc45c0cf6923822300f05813ccbbdc (patch)
tree3abf8a2a1391015bc4fc40918bb8e2cfaf10bbe5 /DOCS/encoding.html
parente2026fcf081fd24a9b5b64c78c7c56da1d6729e2 (diff)
downloadmpv-932ce66431fc45c0cf6923822300f05813ccbbdc.tar.bz2
mpv-932ce66431fc45c0cf6923822300f05813ccbbdc.tar.xz
hm. stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3584 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r--DOCS/encoding.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 10317adee9..9ed783b706 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -121,6 +121,14 @@ commands are needed :<BR>
</UL>
</P>
+<A NAME=2.4.3.4><P><B><I>Fixing AVIs with broken index</I></B></P>
+
+<P>Easiest thing. We simply copy the video and audio streams, and
+<B>MEncoder</B> generates the index. Of course this cannot fix possible bugs in
+the video and/or audio streams.</P>
+
+<P>Command : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P>
+
<A NAME=2.4.4><P><B><I>Syntax</I></B></P>
<P>&nbsp;&nbsp;<CODE>mencoder [options] [input file] [options] ...</P>