# HG changeset patch
# User gpoirier
# Date 1137444547 0
# Node ID f5945f8fe876fd175fab6082effa5f8bd680dcbe
# Parent d32cf21fa468a566e0d35a5702764fab8051c5ba
MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.
diff -r d32cf21fa468 -r f5945f8fe876 DOCS/xml/en/encoding-guide.xml
--- a/DOCS/xml/en/encoding-guide.xml Mon Jan 16 19:27:07 2006 +0000
+++ b/DOCS/xml/en/encoding-guide.xml Mon Jan 16 20:49:07 2006 +0000
@@ -4214,6 +4214,23 @@
+
+Maintaining A/V sync
+
+ In order to maintain audio/video synchronization throughout the encode,
+ MEncoder 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
+ video filter at the end of the filter chain
+ to avoid this kind of problem.
+ You can find more technical information about
+ in the section
+ Improving muxing and A/V sync reliability
+ or in the manual page.
+
+
+
Sample Rate Conversion