digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Restore, Filter, Improve Quality (https://www.digitalfaq.com/forum/video-restore/)
-   -   N00b question about Avisynth+ (https://www.digitalfaq.com/forum/video-restore/9234-n00b-question-avisynth.html)

drzapp 12-15-2018 05:36 PM

N00b question about Avisynth+
 
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)


drzapp 12-16-2018 12:57 PM

1 Attachment(s)
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?


All times are GMT -5. The time now is 08:54 AM

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.