comparison DOCS/xml/en/encoding-guide.xml @ 16229:45b339e1b93b

grammar/phrasing fixes on the recent NTSC and telecine commit
author wanderer
date Mon, 15 Aug 2005 22:46:27 +0000
parents f7373277b269
children d5ff51c5970f
comparison
equal deleted inserted replaced
16228:88ed8890152c 16229:45b339e1b93b
61 America and Japan, PAL for Europe, etc. 61 America and Japan, PAL for Europe, etc.
62 It is important to realize, however, that this is just the formatting for 62 It is important to realize, however, that this is just the formatting for
63 presentation on a television, and often does 63 presentation on a television, and often does
64 <emphasis role="bold">not</emphasis> correspond to the 64 <emphasis role="bold">not</emphasis> correspond to the
65 original format of the movie. 65 original format of the movie.
66 Experience shows that NTSC contents are a lot more difficult to encode 66 Experience shows that NTSC material is a lot more difficult to encode,
67 given that there more elements to identify in the source. 67 because there more elements to identify in the source.
68 In order to produce a suitable encode, you need to know the original 68 In order to produce a suitable encode, you need to know the original
69 format. 69 format.
70 Failure to take this into account will result in ugly combing 70 Failure to take this into account will result in various flaws in your
71 (interlacing) artifacts, duplicated or lost frames in your encode. 71 encode, including ugly combing (interlacing) artifacts and duplicated
72 or even lost frames.
72 Besides being ugly, the artifacts also harm coding efficiency: 73 Besides being ugly, the artifacts also harm coding efficiency:
73 You will get worse quality per bitrate. 74 You will get worse quality per unit bitrate.
74 </para> 75 </para>
75 76
76 <sect3 id="menc-feat-dvd-mpeg4-preparing-encode-fps"> 77 <sect3 id="menc-feat-dvd-mpeg4-preparing-encode-fps">
77 <title>Identifying source framerate</title> 78 <title>Identifying source framerate</title>
78 <para> 79 <para>
1688 &quot;hard-telecine&quot;. Since hard-telecine is already 60000/1001 fields 1689 &quot;hard-telecine&quot;. Since hard-telecine is already 60000/1001 fields
1689 per second, the DVD player plays the video without any manipulation. 1690 per second, the DVD player plays the video without any manipulation.
1690 </para> 1691 </para>
1691 1692
1692 <para> 1693 <para>
1693 Another way to tell if your source is telecined or not is to watch the 1694 Another way to tell if your source is telecined or not is to play
1694 the source appending <option>-vf pullup -v</option> to your command line 1695 the source with the <option>-vf pullup</option> and <option>-v</option>
1695 to see how <option>pullup</option> matches frames. 1696 command line options to see how <option>pullup</option> matches frames.
1696 If the source is telecined, you should see on the console a 3:2 pattern 1697 If the source is telecined, you should see on the console a 3:2 pattern
1697 with <systemitem>0+.1.+2</systemitem> and <systemitem>0++1</systemitem> 1698 with <systemitem>0+.1.+2</systemitem> and <systemitem>0++1</systemitem>
1698 alternating. 1699 alternating.
1699 This technique has the advantage that you do not need to watch the 1700 This technique has the advantage that you do not need to watch the
1700 source to identify it, which could be useful if you wish to automate 1701 source to identify it, which could be useful if you wish to automate