Go Back    Forum > Digital Video > Video Project Help > Restore, Filter, Improve Quality

Reply
 
LinkBack Thread Tools
  #1  
04-09-2014, 04:43 PM
Zoink187 Zoink187 is offline
Free Member
 
Join Date: Jan 2014
Location: Illinois
Posts: 40
Thanked 4 Times in 3 Posts
Hello all,
I would like advice about what filters and workflow I can use to cleanup this vhs footage. I used a JVC SR-V101US VCR for playback (with TBC/NR on, video stabilizer off, Digital R3 off, and picture control on 'edit'). I used the ATI 600USB for capture device. I capped with virtualdub (no filters) and saved to lagarith yuy2 .avi.

Here is the link:
http://wikisend.com/download/461148/SampleSgan.avi
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
04-09-2014, 06:23 PM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 506
Thanked 102 Times in 86 Posts
Try this script:
http://www.mediafire.com/watch/2h2cl...l2-sample2.avi
Reply With Quote
  #3  
04-09-2014, 08:55 PM
Zoink187 Zoink187 is offline
Free Member
 
Join Date: Jan 2014
Location: Illinois
Posts: 40
Thanked 4 Times in 3 Posts
Quote:
Originally Posted by themaster1 View Post
Thank You. Pardon my ignorance. I downloaded it. How do I get to the script?
Reply With Quote
  #4  
04-10-2014, 04:57 AM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 506
Thanked 102 Times in 86 Posts
here sorry:
http://www.mediafire.com/view/g88wag...SampleSgan.avs
Reply With Quote
The following users thank themaster1 for this useful post: Zoink187 (04-10-2014)
  #5  
04-10-2014, 03:30 PM
Zoink187 Zoink187 is offline
Free Member
 
Join Date: Jan 2014
Location: Illinois
Posts: 40
Thanked 4 Times in 3 Posts
Thanks. It seems like you have an impressive plugins folder. There are some plugins that I cannot get a hold of such as the agc.dll. That strony site is down. I can't load the script unless I have all of those plugins. Would it be possible to copy your plugin folder? Or at least send me a copy of the hragc zip?? Thanks again.
Reply With Quote
  #6  
04-10-2014, 03:53 PM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 506
Thanked 102 Times in 86 Posts
you don't need all of them, agc.dll is for HDRAGC which you don't need in this script

Go here, search for hdragc, and you'll find it:
http://avisynth.nl/index.php/External_filters
Reply With Quote
  #7  
04-12-2014, 11:55 PM
Zoink187 Zoink187 is offline
Free Member
 
Join Date: Jan 2014
Location: Illinois
Posts: 40
Thanked 4 Times in 3 Posts
Quote:
Originally Posted by themaster1 View Post
you don't need all of them, agc.dll is for HDRAGC which you don't need in this script

Go here, search for hdragc, and you'll find it:
http://avisynth.nl/index.php/External_filters
I'm having trouble running the script. Virtualdub keeps crashing. Any ideas?
Reply With Quote
  #8  
04-13-2014, 06:17 AM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 506
Thanked 102 Times in 86 Posts
change de multithreading values ,i have a 4 cores (4 threads) cpu so that gives:

Code:
SetMemoryMax(900)
SetMTMode(3,4)
AVISource("E:\00-montage\SampleSgan.avi")
SetMTMode(4)
Problem is RemoveSpotsMC() don't work with 4 threads (only 2 according to my tests) so try :

Code:
SetMTMode(3,2)
AVISource("E:\00-montage\SampleSgan.avi")
SetMTMode(2)
Or no multithreading at all, only:
Code:
AVISource("E:\00-montage\SampleSgan.avi")
...but it's gonna take longer to process

By the way you'd need avisynth 2.6 MT (multithreads) etc..
Reply With Quote
  #9  
04-13-2014, 06:25 PM
Zoink187 Zoink187 is offline
Free Member
 
Join Date: Jan 2014
Location: Illinois
Posts: 40
Thanked 4 Times in 3 Posts
Ok. I removed the multi threading. It still crashes. I'm using avisynth 2.5 so I changed the paths. Should I just install 2.6? I'd hate to lose my current plugins. Any advice?
Reply With Quote
  #10  
04-13-2014, 06:55 PM
themaster1 themaster1 is offline
Free Member
 
Join Date: Feb 2011
Location: France
Posts: 506
Thanked 102 Times in 86 Posts
Yes install avisynth 2.6MT if you have a multi cores cpu (most are these days) it's worth it

Take a look here and follow the instructions
http://forum.doom9.org/showthread.php?t=148782

It's also a good idea to install qtgmc (and the modded plugins) read here:
http://forum.doom9.org/showthread.php?t=156028
Reply With Quote
  #11  
04-15-2014, 04:16 PM
Zoink187 Zoink187 is offline
Free Member
 
Join Date: Jan 2014
Location: Illinois
Posts: 40
Thanked 4 Times in 3 Posts
Quote:
Originally Posted by themaster1 View Post
Yes install avisynth 2.6MT if you have a multi cores cpu (most are these days) it's worth it

Take a look here and follow the instructions
http://forum.doom9.org/showthread.php?t=148782

It's also a good idea to install qtgmc (and the modded plugins) read here:
http://forum.doom9.org/showthread.php?t=156028
Ok. Installed avisynth 2.6 mt. I installed the qtgmc as well and followed the directions on the doom9 forum. I replaced the old dlls with the updated ones. I tried no multi threading and also the mode for 2 cores. (because thats what I have). I still crashes. I have win7 32bit. Virtualdub still crashes. Is there another way? After several hours of time, could there even be a another way to write the script? Thanks
Reply With Quote
  #12  
07-23-2014, 07:31 AM
lordsmurf's Avatar
lordsmurf lordsmurf is offline
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,633
Thanked 2,458 Times in 2,090 Posts
Quote:
Originally Posted by themaster1 View Post
I really wish you would attach scripts to the forum. They disappear to easy.

Better yet, show them using the forum's CODE bbcode:
Code:
Like this!
FYI: That was a sample, not a script. Those should be attached here to, or Dropboxed (and we can copy to CDN4).

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
Reply




Tags
avisynth, lagarith, vhs restore filter, virtualdub, virtualdub capture

Similar Threads
Thread Thread Starter Forum Replies Last Post
VHS restore filters using Avisynth and VirtualDub - advice? Zoink187 Restore, Filter, Improve Quality 13 07-24-2014 09:38 PM
VHS post-capture VirtualDub filter advice? Zoink187 Restore, Filter, Improve Quality 1 07-23-2014 07:22 AM
VHS footage restore Advice using VirtualDub/Avisynth Zoink187 Restore, Filter, Improve Quality 0 03-28-2014 09:14 PM
Good VHS filter guides? (VirtualDub + Avisynth) premiumcapture Restore, Filter, Improve Quality 3 02-25-2014 11:24 AM
VirtualDub - advice on the filter settings deter Restore, Filter, Improve Quality 7 01-21-2010 09:54 PM




 
All times are GMT -5. The time now is 04:57 PM