LordTrace
15th April 2012, 14:27
Hello :)
I am trying to encode a few TV series from DVD to x264/AAC with MeGUI. At first i was autocropping then using a resolution of 640x480. I got about 10 eps in on the first series when i noticed that, after cropping, MeGUI was just stretching the image to fill what was cropped out. Making the image slightly wider. So i decided to try an anamorphic encode. I got it to were its properly cropping and not filling the cropped portion. Double check with AvsP....
http://screenshotcomparison.com/comparison/118972
.. I encode an episode. Everything seems great. Double check by saving images with media player classic...
http://screenshotcomparison.com/comparison/119071
... BUT, when i play both the vob and the encoded mp4, comparing them side by side. It seems like the encoded file is being displayed slightly wider then the vob. Exactly the same as my 640x480 rips.
http://screenshotcomparison.com/comparison/119094
Any ideas? lol. I have tryed both ITU and "normal". Normal makes it to tall.
My avs for the encode in the second set of screens.
# Set DAR in encoder to 4 : 3. The following line is for automatic signalling
global MeGUI_darx = 4
global MeGUI_dary = 3
LoadPlugin("D:\Programs\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\Ripping\VTS_04_1.d2v", info=3)
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\checkmate.dll")
Checkmate()
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\Decomb.dll")
AssumeTFF().Telecide(guide=1).Decimate()
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\RemoveGrainSSE3.dll")
RemoveGrain(mode=18)
crop( 8, 0, -4, 0)
BicubicResize(704,480,0,0.5) # Bicubic (Neutral)
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\MSharpen.dll")
MSharpen(threshold=10,strength=50)
I am trying to encode a few TV series from DVD to x264/AAC with MeGUI. At first i was autocropping then using a resolution of 640x480. I got about 10 eps in on the first series when i noticed that, after cropping, MeGUI was just stretching the image to fill what was cropped out. Making the image slightly wider. So i decided to try an anamorphic encode. I got it to were its properly cropping and not filling the cropped portion. Double check with AvsP....
http://screenshotcomparison.com/comparison/118972
.. I encode an episode. Everything seems great. Double check by saving images with media player classic...
http://screenshotcomparison.com/comparison/119071
... BUT, when i play both the vob and the encoded mp4, comparing them side by side. It seems like the encoded file is being displayed slightly wider then the vob. Exactly the same as my 640x480 rips.
http://screenshotcomparison.com/comparison/119094
Any ideas? lol. I have tryed both ITU and "normal". Normal makes it to tall.
My avs for the encode in the second set of screens.
# Set DAR in encoder to 4 : 3. The following line is for automatic signalling
global MeGUI_darx = 4
global MeGUI_dary = 3
LoadPlugin("D:\Programs\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\Ripping\VTS_04_1.d2v", info=3)
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\checkmate.dll")
Checkmate()
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\Decomb.dll")
AssumeTFF().Telecide(guide=1).Decimate()
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\RemoveGrainSSE3.dll")
RemoveGrain(mode=18)
crop( 8, 0, -4, 0)
BicubicResize(704,480,0,0.5) # Bicubic (Neutral)
LoadPlugin("D:\Programs\MeGUI\tools\avisynth_plugin\MSharpen.dll")
MSharpen(threshold=10,strength=50)