#1  
10-07-2020, 12:02 PM
LAZYWRITER LAZYWRITER is offline
Free Member
 
Join Date: Jul 2020
Posts: 6
Thanked 0 Times in 0 Posts
I am trying to build up my AviSynth skills (admittedly they are very basic at the moment) and would love any input on how I can improve a video I captured from VHS (Yes I used a TBC, did a lossless capture, etc).

10 second clip of said video (~300MB)

To me it doesn't look terrible given it's 20+ year age, but if there's any reasonable way I can clean it up further I'd love to learn how. So far all I'm doing with AviSynth is deinterlacing, cropping, and adding some borders. I'm also using a different audio track with sound I did some tweaks to. Here's the AviSynth script I have so far:

Code:
SetFilterMTMode("QTGMC", 2)


videoSource = FFVideoSource("<video.avi>")
audioSource = WavSource("<audio.wav>")

# Mux them together
AudioDub(videoSource, audioSource)

Crop(8,4,-8,-12)
AddBorders(8,5,8,5)

AssumeBFF()

QTGMC(Preset="Slower", Edithreads=2, FPSDivisor=2)

Prefetch(threads=16)
I tried using
Code:
EZDenoise=2.0, NoisePreset="Slow"
with QTGMC, though it didn't seem to make a huge difference.

If there are other filters I should try using, or anything else that looks like a blatant n00b mistake I'd love to hear about them. Thank you in advance!
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
How to improve video distortion, picture quality from VHS? jim031 Restore, Filter, Improve Quality 13 07-31-2020 11:57 PM
Improve quality of video already transfered from VHS to DVD? rocko Restore, Filter, Improve Quality 1 04-04-2015 06:08 AM
What is JVC's 3R and does it improve the picture quality? Member-X Capture, Record, Transfer 2 03-24-2012 07:22 PM
Need input! improve the quality of VHS cyber-junkie Restore, Filter, Improve Quality 3 01-19-2010 07:19 PM
Improve quality of digital 8 video klassal Restore, Filter, Improve Quality 3 12-10-2009 02:11 AM

Thread Tools



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