Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 | Link |
Registered User
Join Date: Jan 2017
Posts: 13
|
[HELP] How do I upscale and export a video with AviSynthAiUpscale
https://github.com/Alexkral/AviSynthAiUpscale
I have aviSynth+ and avspmod but all I get is "invalid arguments" ... the "instructions are as follow " ----- Usage ----- AiUpscale(clip Input, int "Factor", string "Luma", string "Chroma", string "CResample", string "Mode", string "CPlace", int "OutDepth")" idk how or where to use that command >_<, please help! |
![]() |
![]() |
![]() |
#2 | Link |
Broadcast Encoder
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,727
|
Welcome to the Avisynth community!
I hope you'll enjoy the use of this awesome frameserver. ![]() Before you jump into using external functions, you may wanna take a look at the wiki which explains lots of the basic stuff you need so that you can familiarize with them. Anyway, to answer your question, try with something simple like: Code:
ColorBars(848, 480, pixel_type="YV12") AiUpscale(Factor=2, Luma="Medium") ![]() your output should be colorbars upscaled from 848x480 to 1696x960. If that one works, replace ColorBars() with any indexer like: Code:
LWLibavVideoSource("my_video.mxf") AiUpscale(Factor=2, Luma="Medium") The higher the factor, the more it will upscale, so factor 2 means it height times 2, width times 2, if you use 4 then it's times 4, so going back to the 848x480 example, factor=4 would be 3392x1920 and so on. Make sure the plugin is in the Plugins64+ folder in your installation of Avisynth and make sure you have the C++ Redistributable installed too. If you're using an indexer like LWLibav, also make sure that the x64 version is downloaded and copied in the Plugins64+ folder of Avisynth+. Also make sure you're using the latest Avisynth+ 3.7.2 and the latest AVSPmod mod and not some older versions (I'm personally on Avisynth 3.7.3 Beta but it doesn't matter for what you have to do). Last edited by FranceBB; 8th May 2023 at 12:46. |
![]() |
![]() |
![]() |
#3 | Link | |
Registered User
Join Date: Jan 2017
Posts: 13
|
Quote:
![]() Last edited by mcabel; 9th May 2023 at 03:25. |
|
![]() |
![]() |
![]() |
#4 | Link | |
Formally known as .......
Join Date: Sep 2021
Location: On a need to know basis.
Posts: 830
|
Quote:
Check to see if you have this where it needs to be :- http://avisynth.nl/index.php/AviSynthShader
__________________
This can be Very "TeDiouS".. Long term RipBot264 user. Ryzen 9 7950X Intel i9-13900KF Ryzen 9 5950X Ryzen 9 5900X Ryzen 9 3950X Link to RB v1.27.0 Last edited by TDS; 9th May 2023 at 04:42. |
|
![]() |
![]() |
![]() |
#5 | Link | |
Formally known as .......
Join Date: Sep 2021
Location: On a need to know basis.
Posts: 830
|
Quote:
Code:
Installation Copy AiUpscale.avsi and the Shaders folder to the AviSynth+ plugins folder.
__________________
This can be Very "TeDiouS".. Long term RipBot264 user. Ryzen 9 7950X Intel i9-13900KF Ryzen 9 5950X Ryzen 9 5900X Ryzen 9 3950X Link to RB v1.27.0 |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|