I know I've had this issue before...but can't seem to remember how to correct it.. using both setups below:
Avisynth 2.08
DVD2AVI 1.76
CCE 2.5
LoadPlugin("E:\MPEG2DEC.DLL")
mpeg2source("F:\movie.d2v")
BicubicResize(320,432,0,0.6,0,0,720,480)
AddBorders(16,24,16,24)
ResampleAudio(44100)
OR
Avisynth 2.5
DVD2AVI 1.77
CCE 2.5
LoadPlugin("E:\MPEG2DEC.DLL")
mpeg2source("F:\movie.d2v")
BicubicResize(320,432,0,0.6,0,0,720,480)
AddBorders(16,24,16,24)
ConvertToYUY2()
AddAudio()
I get the same results. The top 1/2 of frame is diagonally distorted and bottom 1/2 is black. Viewing the avs files in WMP shows the picture just fine, after CCE encodes is where the problem comes into play. Using no resize option and letting frame stay at 720x480 works fine. Only the half d1 is giving problems. Thanks for any help.
+ Reply to Thread
Results 1 to 4 of 4
-
-
I'm not really an expert on avisynth, but souldn't your bicubicresize line read like this:
BicubicResize(320,432,0,0.6,0,0,352,480)
instead of:
BicubicResize(320,432,0,0.6,0,0,720,480)
for half D1?
Or maybe if you left the last two fields out of the line (i.e. ...720,480) it might work. -
Don't thinks that's the prob. I use FitCD for my avs script files and I've use it for years w/o a prob. Plus I think other people would have complained by now.
Also, the script according Avisynth homepage reads correctly..
"Crop(10, 10, 200, 300).BicubicResize(100, 150)
is the same as BicubicResize(100, 150, 10, 10, 200, 300)"
I later add borders which should bring the res back 352x480. Im wondering if CCE can't handle that res...but I thought for sure I had done one at this res before.
Similar Threads
-
A couple of questions for the experts?
By Rumdaddy in forum Newbie / General discussionsReplies: 6Last Post: 22nd Sep 2011, 12:54 -
Any final fantasy 13 experts here?
By yoda313 in forum Off topicReplies: 3Last Post: 1st Jan 2011, 08:54 -
Audio Synching issue in Sony Vegas - What is the best way to solve my issue
By pandeyrajiv in forum EditingReplies: 2Last Post: 19th Dec 2010, 22:53 -
K-lite issue then mp4 issue
By Arch3type in forum Software PlayingReplies: 0Last Post: 15th Dec 2010, 10:57 -
Nero experts, need some help
By vitamine in forum ComputerReplies: 2Last Post: 15th Dec 2007, 16:42