From c709e9eeaa1b88a263a3aa023bb361a39cb21ea7 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Mon, 16 Jan 2006 20:49:07 +0000 Subject: [PATCH] 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 --- DOCS/xml/en/encoding-guide.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 + +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