Hi Guys as I am a newbie and this being my first thread,
I don't Know whether its in the Right Section,
If not please Move the Thread
As VCD is in the Size 352*288
I Resized it into 640*272 by changing the Spline64Resize Filter Values in AvsP
But then My VCD Movie Resized and i saw a lot of Noise and stuff that destroys the source
Could Someone Come up with a Avisynth Script that could eradicate these and give me a Sharp and Good Quality VCD Rip
Please Some one Do Help Me Soon
+ Reply to Thread
Results 1 to 11 of 11
-
-
Spline64Resize is used by HD resize.
Try BilinearResize(640,272) # Bilinear (Soft) or LanczosResize(640,272) # Lanczos (Sharp)
LoadPlugin("C:\Program Files (x86)\K-Lite Codec Pack\Filters\Haali\avss.dll")
dss2("D:\street.mpg", fps=25.000).AssumeFPS(25,1)
BilinearResize(640,272) # Bilinear (Soft)
LoadPlugin("C:\Program Files (x86)\K-Lite Codec Pack\Filters\Haali\avss.dll")
dss2("D:\street.mpg", fps=25.000).AssumeFPS(25,1)
LanczosResize(640,272) # Lanczos (Sharp)
ClaudioLast edited by Cauptain; 20th Mar 2012 at 20:00.
-
-
Try it:
LoadPlugin("C:\Program Files (x86)\K-Lite Codec Pack\Filters\Haali\avss.dll")
dss2("D:\street.mpg", fps=25.000).AssumeFPS(25,1)
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\LSFmod.v1.9.avsi")
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\QTGMC-3.32.avsi")
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\santiag.avs")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\Toon-v1.1.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\aWarpSharp2.dll")
ConvertToYV12()
Santiag(2,2)
AwarpSharp2(depth=12)
Toon(strength=0.2)
Santiag(2,2)
AwarpSharp2(depth=8)
Toon(strength=0.4)
QTGMC(inputtype=1,sharpness=0.2)
Lanczos4Resize(640,272) # Lanczos4 (Sharp)
Others users (jagabo, poison can help better)
PS: change paths for plugins (because I have Windows 7 64bits)
Claudio -
You already wrecked it by resizing it to 640x272. Did you just pull that resolution out of a hat? Try again.
-
I agree.
352x288 is standard 4:3 DAR for PAL VCD. So either KEEP it like that, or if you have to, resize to double (704 x 576, aka standard SD for PAL DVDs).
This gives it a PAR of 54:59 and a DAR of 4:3. If you Have to have a PAR of 1:1, resize to 768 x 576.
If this material is SUPPOSED to include a letterboxed 16:9 program, you have a choice of KEEPING it at 704 x 576 and just making the PAR 1.22:1 (54:59 * 4:3), or using a 1:1 PAR and resizing to 1024 x 576.
If you HAD to crop (not necessarily the best choice), your original height should have been 216, so I don't think this has anything to do with 16:9 vs. 4:3.
Were you just trying to remove a few glitchy lines? If so, better to overlay black than crop.
Scott -
640*272 is the typical size of 700MB downloaded movie "backups", being 2.35 aspect ratio.
-
That may be, but VCDs are 4:3 352x240 (NTSC) or 352x288 (PAL), with non-square PAR, ONLY.
If these are backups of 640x272s that are resized down to VCD and then resized AGAIN back up to 640x272, that makes NO sense, quality-wise nor space efficiency-wise.
The OP did say "VCD", and that carries with it certain constraints. If this isn't totally the case and these really aren't VCDs, maybe the thread should be named something else.
Scott -
yes I understand what you're saying, but perhaps the OP wants to watch it on an AVI-playing external device
of some kind? who knows?
The original file from which the VCD was encoded, was not necessarily 640*272 - it could have been an
HD master for all we know. Here's one I did, just as an experiment. The source is progressive, 16*9, 720p, PAL.
I encoded it to VCD using TMPGenc 2.5, and converted it to DIVX (640*360) in Virtualdub.
It's much degraded, but still watchable. -
Seriously ?!?!?!
VCD is CRAP by any definition of today's standards!!!
And you wonder why it turns to (more) crap and there is tons of "noise" after you tried to "resize" it, in other words trying to upscale it to a better resolution....
It does not matter WHAT the OP wants to watch it on, what format he converts to, how he wants to watch it, how he wants to convert it, the source is VCD!!!!!!!!!
There is basically NO information there as it has been compressed to death with a decades old compression method and you will never get it back no matter what you or anyone else does......
Simple and to the point honesty.
Similar Threads
-
Add QTGMC Deinterlacer to MeGUI's avisynth script creator drop down list?
By Simcut in forum Newbie / General discussionsReplies: 2Last Post: 30th Jul 2012, 16:58 -
Certain d2v file causing problems with MeGUI Avisynth Script Creator.
By Simcut in forum Newbie / General discussionsReplies: 5Last Post: 30th Jul 2012, 16:57 -
Megui error encode !
By whitebeard in forum Blu-ray RippingReplies: 0Last Post: 17th Jan 2011, 04:46 -
How to encode using VFR in meGUI ??
By Enkidu in forum Newbie / General discussionsReplies: 24Last Post: 16th Nov 2010, 20:26 -
a problem with megui script
By kronick in forum DVD RippingReplies: 6Last Post: 25th Sep 2009, 13:42