summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 20:49:07 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-16 20:49:07 +0000
commitc709e9eeaa1b88a263a3aa023bb361a39cb21ea7 (patch)
tree69a78a113a91dedf02f0382b8ceb03b3c302b666 /DOCS
parentf9ff63165102ce8fe904cd6ac36e4fb67e81ca59 (diff)
downloadmpv-c709e9eeaa1b88a263a3aa023bb361a39cb21ea7.tar.bz2
mpv-c709e9eeaa1b88a263a3aa023bb361a39cb21ea7.tar.xz
MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17407 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/encoding-guide.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index 79140bd3ba..64bf56e2b7 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -4214,6 +4214,23 @@ codec</title>
</sect3>
+<sect3 id="menc-feat-vcd-dvd-a-v-sync">
+<title>Maintaining A/V sync</title>
+<para>
+ In order to maintain audio/video synchronization throughout the encode,
+ <application>MEncoder</application> has to drop or duplicate frames.
+ This works rather well when muxing into an AVI file, but is almost
+ guaranteed to fail to maintain A/V sync with other muxers such as MPEG.
+ This is why it is necessary to append the
+ <option>harddup</option> video filter at the end of the filter chain
+ to avoid this kind of problem.
+ You can find more technical information about <option>harddup</option>
+ in the section
+ <link linkend="menc-feat-dvd-mpeg4-muxing-filter-issues">Improving muxing and A/V sync reliability</link>
+ or in the manual page.
+</para>
+</sect3>
+
<sect3 id="menc-feat-vcd-dvd-output-srate">
<title>Sample Rate Conversion</title>
<para>