# HG changeset patch # User gpoirier # Date 1136056574 0 # Node ID 19a8d11710abc45de1e9bdcfd8773212dedf0169 # Parent 600d0b7409408ce6020406392f8e74677dd31c37 Add Rich's advice posted on the thread: Date: Dec 16, 2005 8:51 PM Subject: Re: [MPlayer-users] How to tell if the video input is interlaced or not? diff -r 600d0b740940 -r 19a8d11710ab DOCS/xml/en/tvinput.xml --- a/DOCS/xml/en/tvinput.xml Sat Dec 31 18:56:35 2005 +0000 +++ b/DOCS/xml/en/tvinput.xml Sat Dec 31 19:16:14 2005 +0000 @@ -54,9 +54,15 @@ -If you capture the video with the vertical resolution higher than half of -the full resolution (i.e. 288 for PAL or 240 for NTSC), make sure you turned -deinterlacing on. Otherwise you'll get a movie which is distorted during +If you capture the video with the vertical resolution higher than half +of the full resolution (i.e. 288 for PAL or 240 for NTSC), then the +'frames' you get will really be interleaved pairs of fields. +Depending on what you want to do with the video you may leave it in +this form, destructively deinterlace, or break the pairs apart into +individual fields. + + +Otherwise you'll get a movie which is distorted during fast-motion scenes and the bitrate controller will be probably even unable to retain the specified bitrate as the interlacing artifacts produce high amount of detail and thus consume lot of bandwidth. You can enable