Hi
Ive backed up Spiderman onto my PC and was trying to cut it to VCD. I have tried the KVCD2 templates both LBR, VCD and 0.5DVD via the following Avisynth script. The reults look really poor (CQ_VBR set at 25) and I was wondering why??
Cheers
mike
LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\sampler.dll")
Mpeg2Source("D:\video\spider\spider.d2v")
BicubicResize(336,224,0,0.6,36,0,648,576)
AddBorders(8,32,8,32)
Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Mike\Desktop\dvd\sampler.dll")
Mpeg2Source("D:\video\spider\spider.d2v")
BicubicResize(336,224,0,0.6,36,0,648,576)
AddBorders(8,32,8,32)
Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##