Starduster
5th August 2014, 19:16
I use Avisynth run videos through a conversion and this is the first time I've seen this problem. I use:
sld5 = DirectShowSource("wicvideo1.mp4", fps = 15, convertfps = True)
#sld5 = sld5.ensureVBRMP3sync()
#sld5 = sld5.ConvertToRGB32()
sld5 = sld5.Spline36Resize(640,480)
#sld5 = sld5.SSRC(22050, fast = True)
#sld5 = getChannel(sld5,1,1)
I separated each conversion to see if I could find which one was causing the problem but all I need is the resize to do it. If I don't, it says the width must be divisible by 4 use crop. The original video is 854x480.
How do I fix this?
sld5 = DirectShowSource("wicvideo1.mp4", fps = 15, convertfps = True)
#sld5 = sld5.ensureVBRMP3sync()
#sld5 = sld5.ConvertToRGB32()
sld5 = sld5.Spline36Resize(640,480)
#sld5 = sld5.SSRC(22050, fast = True)
#sld5 = getChannel(sld5,1,1)
I separated each conversion to see if I could find which one was causing the problem but all I need is the resize to do it. If I don't, it says the width must be divisible by 4 use crop. The original video is 854x480.
How do I fix this?