comparison DOCS/xml/en/encoding-guide.xml @ 17406:f5945f8fe876

MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note about this.
author gpoirier
date Mon, 16 Jan 2006 20:49:07 +0000
parents 338e5704c5b1
children 7c700dc8e37d
comparison
equal deleted inserted replaced
17405:d32cf21fa468 17406:f5945f8fe876
4212 1024/2.35 = 432 4212 1024/2.35 = 432
4213 </para> 4213 </para>
4214 4214
4215 </sect3> 4215 </sect3>
4216 4216
4217 <sect3 id="menc-feat-vcd-dvd-a-v-sync">
4218 <title>Maintaining A/V sync</title>
4219 <para>
4220 In order to maintain audio/video synchronization throughout the encode,
4221 <application>MEncoder</application> has to drop or duplicate frames.
4222 This works rather well when muxing into an AVI file, but is almost
4223 guaranteed to fail to maintain A/V sync with other muxers such as MPEG.
4224 This is why it is necessary to append the
4225 <option>harddup</option> video filter at the end of the filter chain
4226 to avoid this kind of problem.
4227 You can find more technical information about <option>harddup</option>
4228 in the section
4229 <link linkend="menc-feat-dvd-mpeg4-muxing-filter-issues">Improving muxing and A/V sync reliability</link>
4230 or in the manual page.
4231 </para>
4232 </sect3>
4233
4217 <sect3 id="menc-feat-vcd-dvd-output-srate"> 4234 <sect3 id="menc-feat-vcd-dvd-output-srate">
4218 <title>Sample Rate Conversion</title> 4235 <title>Sample Rate Conversion</title>
4219 <para> 4236 <para>
4220 If the audio sample rate in the original file is not the same as 4237 If the audio sample rate in the original file is not the same as
4221 required by the target format, sample rate conversion is required. 4238 required by the target format, sample rate conversion is required.