I am currently looking for some streamlined methods to upscale some game captures without having to leave my house. I found a website that has a decent method that can do that with for old game captures to HD. I am mostly trying to aim for 720/HD but I also want to maintain the aspect ratio. I know my computer is a potato and Chromebook is almost useless but I do not want to always go to the library to use Virtualdub2. What would be a good streamlined version of that method from the via AVISynth script?
+ Reply to Thread
Results 1 to 13 of 13
-
-
That site uses:
Code:PointResize(960, 720) # Nearest Neighbor in VirtualDub
Code:LanczosResize(960, 720) # Lanczos3 in VirtualDub
Code:HQ4x()
[Attachment 70382 - Click to enlarge]
You'll have to provide samples for more details.Last edited by jagabo; 15th Apr 2023 at 17:29.
-
Here are some samples that I had yet to upscale. I will also post their information:
Information on Sample.avi
Code:General Complete name :************\sample.avi Format : AVI Format/Info : Audio Video Interleave File size : 318 MiB Duration : 3 min 17 s Overall bit rate : 13.5 Mb/s IsTruncated : Yes Video ID : 0 Format : Lagarith Codec ID : LAGS Duration : 3 min 17 s Bit rate : 12.1 Mb/s Width : 320 pixels Height : 224 pixels Display aspect ratio : 1.429 Frame rate : 60.000 FPS Color space : RGB Bit depth : 8 bits Bits/(Pixel*Frame) : 2.804 Stream size : 285 MiB (89%) Audio ID : 1 Format : PCM Format settings : Little / Signed Codec ID : 1 Duration : 3 min 17 s Bit rate mode : Constant Bit rate : 1 411.2 kb/s Channel(s) : 2 channels Sampling rate : 44.1 kHz Bit depth : 16 bits Stream size : 33.3 MiB (10%) Alignment : Aligned on interleaves Interleave, duration : 17 ms (1.00 video frame) Interleave, preload duration : 33 ms
Code:General Complete name :***********\sample 2.avi Format : AVI Format/Info : Audio Video Interleave File size : 148 MiB Duration : 1 min 14 s Overall bit rate : 16.5 Mb/s IsTruncated : Yes Video ID : 0 Format : Lagarith Codec ID : LAGS Duration : 1 min 14 s Bit rate : 15.1 Mb/s Width : 320 pixels Height : 224 pixels Display aspect ratio : 1.429 Frame rate : 60.000 FPS Color space : Y Bits/(Pixel*Frame) : 3.512 Stream size : 135 MiB (91%) Audio ID : 1 Format : PCM Format settings : Little / Signed Codec ID : 1 Duration : 1 min 14 s Bit rate mode : Constant Bit rate : 1 411.2 kb/s Channel(s) : 2 channels Sampling rate : 44.1 kHz Bit depth : 16 bits Stream size : 12.6 MiB (9%) Alignment : Aligned on interleaves Interleave, duration : 17 ms (1.00 video frame) Interleave, preload duration : 33 ms
-
Example:
Code:AviSource("sample.avi") # pick one of the following 3: #PointResize(width*4, height*4) #LanczosResize(width*4, height*4) HQ4X()
-
There are also some models for 8bit upscaling over at https://upscale.wiki/wiki/Model_Database.
Personally, I prefer PointResize and similar for such content.
(attached samples, two use vsgan models, the other two use point resize and NNEDi3)
Cu SelurLast edited by Selur; 21st Apr 2023 at 13:30.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Sorry. But I get the distinct idea that the OP - do correct me if I err - does not have a clue what avisynth actually is. It is if he reads on here of all the avisynth scripts and thinks 'can I use these or somat to my own need ?'
He talks of not wanting to go to a library to use vdub2 yet that is one program (of many) that will load an avisynth script to do the actual encoding.
Avisynth will do, I am sorry to be so blunt, feck all without a supported encoder. AVSPmod is AFAIK only an editor to create a script - not having used it I think it also parses the script to check for errors in the multitude of the options of a particular avissynth command/filtter. And I do not even know if MEGui will accept an avisynth script.
But if your PC is a 'dog' and my own will hardly encode any avisynth script without regular coffee refills you may be, as we say it, 'barking up the wrong tree' -
Do I use Virtualdub2 to export the final video file? Or can it used with any program that supports AVISynth?
Similar Threads
-
Canon C100 8bit 4.2.0 AVCHD Footage and Upscaling (Topaz/Avisynth)
By dogmydog in forum Video ConversionReplies: 10Last Post: 7th Jun 2021, 13:39 -
Best method to deal with these borders using AviSynth?
By kz2xKX5GA3qFMRAj in forum Newbie / General discussionsReplies: 0Last Post: 26th Jul 2020, 23:57 -
One-click avisynth script?
By Aludin in forum Newbie / General discussionsReplies: 27Last Post: 18th Jul 2019, 08:30 -
Need help with writing an AviSynth script?
By EHarlen in forum RestorationReplies: 8Last Post: 28th Jun 2019, 10:54