Here is a small video upscaler. It is portable, for x86 and x64 Windows systems and requires .Net 4.6.1.
You can load any video and an Avisynth script will be generated; this can be edited if desired and previewed/controled with VirtualDub.
Then just click Encode and the video will be encoded.
You can also load your own Avisynth script if you wish. In this case the program simply works as h264 encoder.
The following Avisynth plugins are required:
ffms2.dll
DeDot.dll
Nnedi3.dll
aWarpSharpMT.dll
Enjoy it.
Tested with Avisynth+ 64bit with 64bit plugins
It needs a static build of ffmpeg.exe.
For a x86 computer you need of course avisynth 32bit with 32 bit plugins
November 04 2021 Update to v1.6.0.
Fixed: minor bugs, new front color
[Attachment 61623 - Click to enlarge]
[Attachment 61624 - Click to enlarge]
[Attachment 61625 - Click to enlarge]
Download: https://files.videohelp.com/u/292773/up-scale_160.7z
NB.
In case of startup errors or problems, delete this folder (it will be created again automatically):
C:\Users\xxx\AppData\Local\Up_Scale (where xxx=your user name on windows).
+ Reply to Thread
Results 1 to 15 of 15
-
Last edited by ProWo; 4th Nov 2021 at 11:52. Reason: Update to v1.6.0
-
Re: Down-Scale Use.
I just found your “up-scale, a new small and simple Upscaler” post.
It is a weird coincidence, a little bizarre that I find your program post.
I use Topaz 1.3.8 Gaia CG, because it is the best version.
As with other versions It creates various patterned artefacts that follow shapes.
I create noise profile and remove with Neat Video.
My point being, I am interested in your upscale.
I process material many times and save to Lagarith AVI.
As mentioned in my post:
When upscaling I use whole numbers, then reduce the final result to specific dimensions.
When CD content has metadata DAR, standard upscale, then reduce one dimension to match DAR.
I have used Lanczos before on tiff images but not with Avisynth.
It required another command to force size if not matching original dimension ratio!
---------------
Would you consider these Down-Scale features and save to Lagarith AVI for your program? -
Would CFR 0. be the same size as Lagarith AVI.
If larger, is it possible to include VirtualDub2 which I already use with Lagarith?
I have not found the Lanczos command to force size if not matching original dimension ratio!
Perhaps it is not required with Avisynth?
That is great the program can already do what I was looking for.
Interesting what hello_hello has posted about fine tune improvements in quality.
I am very noticing of subtle differences in quality, as they keep adding up a little at a time.
Thanks for the info.
-
-
I like your script but ain't it a bit too sharp? Using 2 sharpening methods will introduce halos. I suggest adding dehalo alpha to your script. Besides Spline64 produces some ringing artifacts. Spline36 is better suited.
Last edited by joearmstrong; 30th Nov 2021 at 07:39.
-
-
Code:
dehalo_alpha(rx=2.0, ry=2.0)
Sharpen(0.2)
aWarpSharp(depth=5)
nnedi3_rpow2(2, cshift="Spline36Resize", fwidth=1920, fheight=1080)
This should produce a less sharp result but better quality because of less halos and ringing.Last edited by joearmstrong; 30th Nov 2021 at 10:12.
Similar Threads
-
Video upscaler help please
By hdfills in forum Capturing and VCRReplies: 1Last Post: 27th May 2017, 19:46 -
DAR: why scale down width rather than scale up height?
By chconnor in forum Video ConversionReplies: 15Last Post: 20th Feb 2017, 19:40 -
Looking for talented upscaler for commision work!
By focus187 in forum Video ConversionReplies: 4Last Post: 30th May 2016, 18:20 -
Scale to SD and then encode, or scale during encode?
By katieburchett in forum Authoring (DVD)Replies: 4Last Post: 27th Aug 2015, 17:35 -
real-time, on-the-fly, web upscaler to 1440p?
By savvyguy in forum Newbie / General discussionsReplies: 8Last Post: 7th Jul 2015, 09:11