I've encoded a DVD to x264 with MeGUI by following this MeGUI/Basic DVD Ripping Guide
I didn't want to loose pixels so I enabled anamorphic encoding.
But their guide is not professional, because after waiting 4h for the encode to complete, the resulted video file has alot of horizontal lines that are noticeable when something moves, for example, when a person speaks and their lips move. In static areas the lines aren't noticeable.
I think it's because the video is interlaced and has missing lines in all frames, and there is that technique called de-interlacing wich I saw being used in encoding video for the web.
Is there a professional x264 encoding guide in wich MeGUI or other tool is used? I haven't found one.
+ Reply to Thread
Results 1 to 6 of 6
-
-
You won't find a professional guide that uses MeGUI, because professionals wouldn't use MeGUI.
There could be a couple of different reasons for your problems, but without a short sample it hard to say exactly what is going on. Simply encoding interlaced material as interlaced will give combing artifacts on playback if the player doesn't deinterlace on the fly. Try using something like VLC and try the various deinterlacing options.
One major culprit is poorly resizing interlaced footage in the vertical. This can produce horizontal bands during movement amongst other issues. To avoid this the footage must be deinterlaced first, then resized.
I found MeGUI to cumbersome to set up for different encodes, so I have dropped it in favor of other tools. Xvid4PSP 5.37 has a number of good deinterlacing options which can be previewed before encoding.Read my blog here.
-
I give up. This MeGUI tool doesn't even set the correct aspect ratio. It calculates a resolution of 700x400, when 16:9 should be 720x416, like AutoGK. And if I use anamorphic encoding, in wich the resolution is 720x480, after I mux video and audio using mkvmerge with video AR set to 16/9, that also gives wrong aspect ratio, because the player stretch it close to 16:9, while source dvd is streched to exactly 16:9
-
That is probably because of the confusion between whether the 16:9 image on a DVD is contained in the full 720x480 frame or the inner 704x480 portion. This confusion arises because the rec.601 spec used for digital video from analog sources specifies that the inner 704x480 portion contains the 16:9 image (the extra 8 bytes on each side are for padding). The DVD spec apparently refers to the MPEG 2 spec which claims that the full 720x480 frame contains the 16:9 image unless there is a display_sequence_extension that specifies otherwise. The interpretation of these conflicting specs appear to vary in different programs and hardware.
Regarding encoding an interlaced source -- select the "Encode Interlaced" option in the x264 options.
You can set the aspect ratio "manually" by adding the --SAR argument in the "Custom Command Line" field. use "--sar 40:33" if you want the inner 704x480 to be 16:9, "--sar 32:27" for the full 720x480 frame.Last edited by jagabo; 9th Dec 2010 at 07:01.
Similar Threads
-
x264 Mediainfo to MeGUI x264 Settings
By shagratt71 in forum Video ConversionReplies: 0Last Post: 1st Jan 2012, 04:59 -
Horizontal Lines Appear In DVD
By Mark-Leon in forum MacReplies: 33Last Post: 17th Oct 2010, 10:23 -
x264 encoded mkv/mp4 transcode to xvid encoded avi
By graysky in forum Video ConversionReplies: 4Last Post: 9th Aug 2008, 18:55 -
Pinnacle Studio produces horizontal lines on encoded video
By Grunberg in forum Video ConversionReplies: 2Last Post: 30th Jan 2008, 18:45 -
Premiere AVI to Encore to DVD - combing/horizontal lines on TV
By spicediver10191 in forum Video ConversionReplies: 0Last Post: 14th Nov 2007, 07:18