I had been looking for alternative methods to upscale some videos until someone recommended that I used MeGUI. I had heard of this MeGUI as a thing but I never used it this until fairly recently. I want to do a PointResize upscaling (with nnedi3_rpow2) of a video dump but how do I do that in MeGUI? Can anyone give me a step-by-step guide? Or even a prescriptive guide on this?
+ Reply to Thread
Results 1 to 10 of 10
-
-
-
I don't know how you'd do a PointResize upscale with nnedi3_rpow2. The way it works is nnedi3_rpow2 doubles the width and height (or increases them by some power of two) and if that doesn't give you the required output dimensions (often you'll over-shoot), you then downscale to the required dimensions using a standard Avisynth resizer. It can be PointResize, but I don't know how you'd actually upscale with nnedi3_rpow2 and PointResize as such.
If you want to upscale with MeGUI and PointResize, open the video with the File/Open menu and follow the prompts. You'll be asked about indexing the video, so click Queue at the bottom of the window that pops up to add the job to the queue and run it. When the indexing is done the script creator should open with a preview of the video. The script creator has 3 tabs. Under the I/O tab is where you do any cropping and resizing. The Filters tab is where you select filters for de-interlacing etc, but also where you'd select Point as the resizer.
The script tab shows you the script MeGUI will create. You can edit it manually if you know what you're doing.
Once you have everything configured to your liking, save the script. MeGUI should load it into the Video section. Configure the encoder, then add the job to the Queue.
One thing you'll need to do is tell MeGUI it's okay to upscale. It's monumentally retarded, but upscaling is disabled by default. When the script creator window opens, here's the button you need to click to enable upscaling.
[Attachment 62751 - Click to enlarge]
In the window that opens, here's the box that needs to be checked.
[Attachment 62752 - Click to enlarge]
There's something of a learning curve with Avisynth, although MeGUI is designed so you can encode with Avisynth without knowing anything about it. MeGUI probably has a bit of a learning curve too though, but hopefully that'll get you started.Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
That is quite the learning curve but thanks for getting me started. As for NNEDI, I am wondering where to put that in the script.
-
nnedi3 won't get you a point resize. If you really want a point resize use PointResize().
Similar Threads
-
AVISynth Help: How do I upscale in MeGUI?
By Guernsey in forum Newbie / General discussionsReplies: 0Last Post: 12th Oct 2021, 04:45 -
What is a good way to edit and upscale 3D gameplay videos?
By Guernsey in forum Newbie / General discussionsReplies: 13Last Post: 28th Mar 2021, 21:42 -
What is the best way to upscale videos.
By Felow in forum Video ConversionReplies: 15Last Post: 9th Jan 2020, 15:00 -
Encoded Vidoes with MeGUi showing green line on top of videos
By ImranAhmad in forum Video ConversionReplies: 45Last Post: 7th Dec 2017, 10:50 -
Can't encode VC-1 videos with avisynth/MeGUI
By WAusJackBauer in forum Newbie / General discussionsReplies: 10Last Post: 15th Aug 2017, 04:00