When I resize a movie in AVISynth and then use GoldDust I get a strange vertical purple bar down the left hand size of the video.
I can avoid this by resizing after applying GoldDust but then performance suffers. The increase in time is Significant as I'm resizing down to 220 x 176(ish)
I use the following script:
MPEG2Source("Some .D2V file")
ConvertToYUY2()
BicubicResize(220,176)
GoldDust()
MonitorFilter
+ Reply to Thread
Results 1 to 3 of 3
-
-
Looks like it may have something to do with multiples!?! I tried resizing to 352 x 288 and had no problems. Anyone know what multiples GoldDust likes?
-
Just in case anyone comes across this. The acceptable sizes for GoldDust - and probably all of DustV5.dll - are multiples of 16 for the width and 8 for the height.
Similar Threads
-
resizing...
By backslash in forum LinuxReplies: 1Last Post: 4th Jul 2010, 17:14 -
problems when converting and resizing
By shaktiIIIgta in forum Video ConversionReplies: 13Last Post: 2nd Apr 2010, 19:32 -
resizing
By marcopolo1 in forum Video ConversionReplies: 7Last Post: 11th Oct 2009, 18:06 -
resizing help
By shaktiIIIgta in forum Newbie / General discussionsReplies: 14Last Post: 15th Nov 2008, 21:52 -
Problems with resizing x264 Mp4 videos.
By Fishd in forum ffmpegX general discussionReplies: 1Last Post: 5th Oct 2007, 08:36