digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Restore, Filter, Improve Quality (https://www.digitalfaq.com/forum/video-restore/)
-   -   Hybrid Avisynth order of operations? (https://www.digitalfaq.com/forum/video-restore/15053-hybrid-avisynth-order.html)

Gary34 04-04-2025 01:48 PM

Hybrid Avisynth order of operations?
 
I am wondering why Lordsmurf doesn’t really like the order of operations in Hybrid. I know he uses an AVS file as the input into Hybrid.

I tried to insert an AVS file into Hybrid. I copied my script onto notepad which was.

AVISource(“D:\Hybrid input\vinny band scene 1.avi”)
Killaudio
AssumeTFF
Tweak(sat=.82)
QTGMC(preset=“faster”)
Crop(8,0,-8,-12)
Addborders(0,6,0,6)
Spline36Resize(1440,1080)

When I insert an AVS file into Hybrid I can’t use Vapoursynth.

Gary34 04-04-2025 06:11 PM

Maybe I shouldn’t worry about it and just use Hybrid and drop Selur some money for making it.

Aya_Rei 04-04-2025 06:28 PM

You can go in the Misc tab under avisynth and go to filter order tab to change around the order of the filters.

Likewise can be done with vaporsynth too

Gary34 04-04-2025 06:44 PM

You can’t change everything though. https://forum.selur.net/thread-1472.html

https://forum.videohelp.com/threads/...t=Hybrid+order

https://forum.selur.net/thread-10.html

It’s really good software. I just don’t understand the why there.

Selur 04-05-2025 03:23 AM

You can't use Avisynth input and then filter with Vapoursynth (in Hybrid).
Code:

AVISource(“D:\Hybrid input\vinny band scene 1.avi”)
Killaudio
AssumeTFF
Tweak(sat=.82)
QTGMC(preset=“faster”)
Crop(8,0,-8,-12)
Addborders(0,6,0,6)
Spline36Resize(1440,1080)

can be easily done with Vapoursynth, no clue why you want to mix Avisynth and Vapoursynth.
Hybrid does always apply AddBorders after the resizing, so in Hybrid you would tell Hybrid to resize to 1440 width and then set the letterbox to 1440x1080.

Cu Selur

Gary34 04-05-2025 08:58 AM

It’s my first time trying to insert an AVS file in Hybrid. I am just going to not do that anymore and move on. I’ll use Vapoursynth now and not worry about inserting AVS files or actually trying to script. Maybe I’ll mess with scripting later maybe not. Hybrid works really well for me. It’s saving me too because with regular Avisynth even just getting QTGMC running is kind of a challenge. Hybrid is just download and start. There’s a learning curve but it’s very minimal compared to actually scripting. Thank you Selur.


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

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