From 3bb469246d4f3a0fc767102cc14304e8711edf5c Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 14 Aug 2005 22:25:02 +0000 Subject: NTSC sources are hard to encode. How to identify telecine content reliably. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16226 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/encoding-guide.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index a77f1833ae..448ed867fb 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -63,10 +63,12 @@ presentation on a television, and often does not correspond to the original format of the movie. + Experience shows that NTSC contents are a lot more difficult to encode + given that there more elements to identify in the source. In order to produce a suitable encode, you need to know the original format. Failure to take this into account will result in ugly combing - (interlacing) artifacts in your encode. + (interlacing) artifacts, duplicated or lost frames in your encode. Besides being ugly, the artifacts also harm coding efficiency: You will get worse quality per bitrate. @@ -209,8 +211,8 @@ encoded MPEG-2. - The procedures for dealing with these cases will be covered later - in this guide. + The procedures for dealing with these cases will be covered + later in this guide. For now, we leave you with some guides to identifying which type of material you are dealing with: @@ -1686,6 +1688,20 @@ Note the and options. "hard-telecine". Since hard-telecine is already 60000/1001 fields per second, the DVD player plays the video without any manipulation. + + + Another way to tell if your source is telecined or not is to watch the + the source appending to your command line + to see how matches frames. + If the source is telecined, you should see on the console a 3:2 pattern + with 0+.1.+2 and 0++1 + alternating. + This technique has the advantage that you do not need to watch the + source to identify it, which could be useful if you wish to automate + the encoding procedure, or to carry out said procedure remotely via + a slow connection. + + -- cgit v1.2.3