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

Reply
 
LinkBack Thread Tools
  #1  
12-15-2018, 05:36 PM
drzapp drzapp is offline
Premium Member
 
Join Date: Dec 2018
Posts: 97
Thanked 10 Times in 8 Posts
I think I have everything installed correctly. (This page was a big help). I've written a couple scripts and can view the results of the script in avsPmod, can save these scripts as .avs files and have Media Player Classic play it back. But how do I run the script so that instead of just playing the video, it applies filters and saves it to a new file? For example, I have an AVI file that I want to deinterlace and save in a web-friendly format- how do I specifically do this, step by step?
Thanks

Here is my simple script-
Code:
 SetFilterMTMode ("QTGMC", 2)
    FFMPEGSource2("X:\Tukaufu\GVL.avi", atrack=1)
    ConvertToYV12()
    AssumeBFF()
    QTGMC(preset="Slower", EdiThreads=3)
    BilinearResize(720,540)
    Prefetch(5)
    Crop(12,0,-8,-8)
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
12-16-2018, 12:57 PM
drzapp drzapp is offline
Premium Member
 
Join Date: Dec 2018
Posts: 97
Thanked 10 Times in 8 Posts
A follow-up question- I have a tape of a TV broadcast on a CRT TV that was recorded by a camcorder. You can imagine... there are all sorts of horizontal lines and noise. Is this even possible to clean up?


Attached Files
File Type: avi TV testcut.avi (41.49 MB, 4 downloads)

Last edited by drzapp; 12-16-2018 at 01:18 PM.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Help improve video with Avisynth? rks84093 Restore, Filter, Improve Quality 8 01-09-2019 11:28 PM
Avisynth Download and Install? rocko Encode, Convert for streaming 5 08-01-2017 06:56 AM
Avisynth for improving resolution? merchantord Restore, Filter, Improve Quality 8 11-28-2013 06:24 AM
QTGMC How-to: Help deinterlacing with Avisynth Joekster Restore, Filter, Improve Quality 1 12-22-2011 04:27 PM




 
All times are GMT -5. The time now is 09:28 AM