Dear friends. I am using AviSynth and virtualdub to encounter problems with script loading and DLL plugin usage. Who can guide me? thank you very much,
+ Reply to Thread
Results 1 to 12 of 12
-
-
I don't quite use code and software, but I love the video programming industry and I want to restore some black and white video to color.
-
Whenever asking for help with a script, post the complete script and the error message you get when trying to open the script in Virtual Dub. When asking for help with a video, post 10 well chosen seconds of that video, untouched and unreencoded.
I want to restore some black and white video to color
https://forum.doom9.org/showthread.php?t=173364
https://forum.doom9.org/showthread.php?t=175314
If it was once in color and there's still some color remaining or the color has to be improved or fixed, then Gammac might be useful to you:
https://forum.doom9.org/showthread.php?t=173695 -
You said you're using AviSynth so I assume you know how to open a video. Then go to that GamMac link I gave you earlier and download the function and either put it into your plugins folder or put it in your script using an Import line in your script (which is how I use it). Read in the information what other filters it needs to work.
Using it might be as simple as adding:
GamMac()
to the script. Read the included doc to find how to modify it.
If none of that makes any sense, you probably shouldn't be using AviSynth, not until you've learned much more than you know now. -
Just make a script with the single AviSource line and see if it opens in Virtual Dub.
I thought you already knew AviSynth? I will not teach you everything you need to know. Maybe someone else has the patience. Go to the AviSynth site and read everything you can. -
That error probably has to do your path. Remove the srcdir+ from the AVISource line 17. srcdir+ in your script will append "F:\avisynth\plugins\tbc"
So avisynth cannot find the file , because it thinks the location is F:\avisynth\plugins\tbc\J:....
Or just comment out the line (add "#" to the beginning), because line 1 has AVISource -
Similar Threads
-
VirtualDub, AviSynth Script and Commands
By Phuket in forum EditingReplies: 5Last Post: 22nd May 2017, 23:05 -
how can i download m3u8 link video???
By T.P.9 in forum Video Streaming DownloadingReplies: 1Last Post: 27th Sep 2014, 21:23 -
What avisynth script to play a .VOB file in Virtualdub?
By brassplyer in forum Video ConversionReplies: 8Last Post: 4th Jun 2014, 02:45 -
Avisynth error when loading a script in virtualdub, please help
By auto7890 in forum EditingReplies: 10Last Post: 28th Nov 2013, 19:48 -
How can i Use VDub Script[.vcf] into Avisynth Script[.avs] ( Megui )
By Maskoff in forum EditingReplies: 1Last Post: 25th Jun 2013, 15:30