how do these programs fit together and interact,when running an Avisynth script can u add Virtualdub filters?what the do's and dont's?
Closed Thread
Results 1 to 8 of 8
-
Many of VDub filters work in AviSynth in RGB color space. They are loaded like this:
LoadVirtualDubPlugin("d:\Program files\VirtualDub\plugins\delogo.vdf","delogo")
before applying a plugin you use:
ConvertToRGB32()
then:
DeLogo()# with its sequence of parameters in form described by the plugin author (if available)
It is a good idea to only use those plugins that don't have an AviSynth version. I mainly use NeatVideo and DeLogo, also MSU Smart Deblocking.
-
Originally Posted by demonwarrior
VDubMod has a useful "Edit script" function.
But these days I prefer to use AVsP as my Avisynth editor.
And you can use most VirtualDub filters in Avisynth.
Read the documentation installed in the Avisynth folder.
Especially Section 4 of the FAQ: "Importing filters from VirtualDub"
-
When using an AviSynth script, you don't really want to use the VDub filters (in VDub) as that partially defeats the purpose of using AviSynth in the first place. You have to use Full Compression and go through a colorspace conversion, resulting in slower encoding and lower quality output. You can use the VDub filters in an AviSynth script, as explained, but most VDub filters have AviSynth equivalents as good or better than the native VDub ones. If you need a specific type of filter, maybe mention what you want to do and we can suggest something.
-
well i'm trying to do restoration for finally putting on dvd.i'm trying the impossible because some of the sources are from friends and the net and i dont know how many times they been encoded/decoded/recoded,so as u see i dont have the original sources,and some of the sources i got seems were captured from Vhs
-
Don't cross post please. Continue here:
https://forum.videohelp.com/topic342510.html#1789683
/Mats
-
A single screenshot isn't of much use. Much better would be a sample. However, if they're all as low rez as that screenshot, and if they're as bad as you say, then not a whole lot can be done to improve them, no matter what you do.
There are plenty of threads here about restoring bad videos and videos from VHS sources. For specialized AviSynth help you might search the AviSynth Forum at Doom9. There have also been a lot of threads there about the same things.
Similar Threads
-
Order for filters in Avisynth on Virtualdub!!
By Cauptain in forum Video ConversionReplies: 10Last Post: 4th Jun 2011, 14:29 -
BD to AviSynth (Or VirtualDub/VirtualDubMod) ???
By RogerTango in forum Blu-ray RippingReplies: 4Last Post: 3rd Jan 2009, 08:31 -
Avisynth on Virtualdub too large
By mrcoolekin in forum EditingReplies: 6Last Post: 11th Aug 2007, 10:11 -
Using avisynth instead of virtualdub?
By capman21 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 5Last Post: 12th Jul 2007, 10:23 -
Avisynth/VirtualDub - What am I missing?
By Seraphic- in forum EditingReplies: 11Last Post: 29th May 2007, 17:16