comparison DOCS/xml/en/encoding-guide.xml @ 16364:f71d1d8468df

Hopefully better advices about A/V sync
author gpoirier
date Fri, 02 Sep 2005 20:21:32 +0000
parents 5ceeeb85804c
children 3cc0d81806bf
comparison
equal deleted inserted replaced
16363:8ffb17ddad95 16364:f71d1d8468df
1292 <title>Notes on Audio/Video synchronization</title> 1292 <title>Notes on Audio/Video synchronization</title>
1293 <para> 1293 <para>
1294 <application>MEncoder</application>'s audio/video synchronization 1294 <application>MEncoder</application>'s audio/video synchronization
1295 algorithms were designed with the intention of recovering files with 1295 algorithms were designed with the intention of recovering files with
1296 broken sync. 1296 broken sync.
1297 However they seem to cause unnecessary skipping and duplication of 1297 However, in some cases they can cause unnecessary skipping and duplication of
1298 frames, and possibly slight A/V desync, when used with proper input. 1298 frames, and possibly slight A/V desync, when used with proper input.
1299 It is therefore recommended that you switch to basic A/V sync with 1299 Therefore, you may have to switch to basic A/V sync with
1300 the <option>-mc 0</option> option, or put this in your 1300 the <option>-mc 0</option> option, or put this in your
1301 <systemitem>~/.mplayer/mencoder</systemitem> config file, as long as 1301 <systemitem>~/.mplayer/mencoder</systemitem> config file, as long as
1302 you are only working with good sources (DVD, TV capture, high quality 1302 you are only working with good sources (DVD, TV capture, high quality
1303 MPEG-4 rips, etc) and not broken ASF/RM/MOV files. 1303 MPEG-4 rips, etc) and not broken ASF/RM/MOV files.
1304 </para> 1304 </para>
1311 unpredictably add or drop frames, or if your input file has variable 1311 unpredictably add or drop frames, or if your input file has variable
1312 framerate! 1312 framerate!
1313 Therefore, using <option>-noskip</option> is not in general recommended. 1313 Therefore, using <option>-noskip</option> is not in general recommended.
1314 </para> 1314 </para>
1315 <para> 1315 <para>
1316 The so-called "three-pass" encoding which <application>MEncoder</application> 1316 The so-called "three-pass" audio encoding which <application>MEncoder</application>
1317 supports has been reported to cause A/V desync. 1317 supports has been reported to cause A/V desync.
1318 This will definitely happen if it is used in conjunction with certain 1318 This will definitely happen if it is used in conjunction with certain
1319 filters, therefore, it is now recommended <emphasis>not</emphasis> to 1319 filters, therefore, it is now recommended <emphasis>not</emphasis> to
1320 use three-pass mode. 1320 use three-pass audio mode.
1321 This feature is only left for compatibility purposes and for expert 1321 This feature is only left for compatibility purposes and for expert
1322 users who understand when it is safe to use and when it is not. 1322 users who understand when it is safe to use and when it is not.
1323 If you have never heard of three-pass mode before, forget that we 1323 If you have never heard of three-pass mode before, forget that we
1324 even mentioned it! 1324 even mentioned it!
1325 </para> 1325 </para>