simonhowson
4th July 2008, 14:38
I have noticed a very strange problem with an encode I just made using x264 895 (Jarod's patched build).
I made the encode from an NTSC DVD source that is non-anamorphic (not 16:9 enhanced). The film is 2.35:1 widescreen, set inside the 720 x 480 NTSC image.
I cropped and resized this to 640 x 272, and encoded it using the iPhone profile in MeGUI.
The resulting file has pixels that should be at the very top of the image, but appear at the bottom. Obviously this is a very annoying artifact that I would like to avoid. However, I am unsure if this is an x264 issue, or a cropping or resizing issue.
All my files are the latest stable versions recommended by MeGUI.
I aplogise if this thread should be in the MeGUI forum, but I don't know if this is a problem with the script, or with x264 itself.
I have checked the source VOB which does not have this problem, and I played script in Nero Showtime which didn't show the error.
Here is the script I used:
DGDecode_mpeg2source("E:\DVDRIPS2\VTS_02_1.d2v",info=3)
ColorMatrix(hints=true)
#deinterlace
crop( 0, 106, -2, -102)
BicubicResize(640,272,0.333,0.333) # Bicubic (Soft)
mergechroma(blur(1.3)) # Little Noise
I made the encode from an NTSC DVD source that is non-anamorphic (not 16:9 enhanced). The film is 2.35:1 widescreen, set inside the 720 x 480 NTSC image.
I cropped and resized this to 640 x 272, and encoded it using the iPhone profile in MeGUI.
The resulting file has pixels that should be at the very top of the image, but appear at the bottom. Obviously this is a very annoying artifact that I would like to avoid. However, I am unsure if this is an x264 issue, or a cropping or resizing issue.
All my files are the latest stable versions recommended by MeGUI.
I aplogise if this thread should be in the MeGUI forum, but I don't know if this is a problem with the script, or with x264 itself.
I have checked the source VOB which does not have this problem, and I played script in Nero Showtime which didn't show the error.
Here is the script I used:
DGDecode_mpeg2source("E:\DVDRIPS2\VTS_02_1.d2v",info=3)
ColorMatrix(hints=true)
#deinterlace
crop( 0, 106, -2, -102)
BicubicResize(640,272,0.333,0.333) # Bicubic (Soft)
mergechroma(blur(1.3)) # Little Noise