Ok, I want to use Avisynth to frameserve to CCE 2.6 demo. So I use fitCD util and point to the source avi.
There is no template for CVD but it is my understanding 1/2 DVD is the same thing. I understand that 1/2 DVD or CVD is 352x480.
FitCD generates the following Avisynth code....
# -= AviSynth script by FitCD v1.1.2 =-
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("D:\Capture\K1.avi")
BicubicResize(320,448,0,0.6,0,0,640,480)
AddBorders(16,16,16,16)
#Trim(0,72270).FadeOut(150)
Look at the BicubicResize, shouldn't that be 352x480 and NOT 320x448.
Also I do don't want the borders can I put a rem "#" in front of that line (or delete it all together). I feel like I'm back in my Visual Basic & Clipper days !
Cheers
+ Reply to Thread
Results 1 to 2 of 2
-
-
If you don't want the borders, simply select "0 blocks TV-overscan" in FitCD. But I recommend to keep the script as it is, you wont see these borders on most TV sets.
The calculation is correct 16+320+16=352 and 16+448+16=480.
Similar Threads
-
FadeIn/FadeOut (Avisynth) question
By Cherbette in forum EditingReplies: 5Last Post: 20th Jan 2012, 21:27 -
AVISynth Question
By Alexstarfire in forum Newbie / General discussionsReplies: 6Last Post: 6th Jul 2010, 11:22 -
Avisynth Script Question
By MegaTonTerror in forum Video ConversionReplies: 4Last Post: 22nd Aug 2009, 21:28 -
Basic question about AVISynth plugins
By sd_smoker in forum Newbie / General discussionsReplies: 3Last Post: 3rd Jul 2008, 11:04 -
MKV, CCE and AviSynth Question
By Maikeru-sama in forum Video ConversionReplies: 10Last Post: 14th Jan 2008, 16:35