Closed Thread
Results 181 to 210 of 359
-
I've used Neat Video for years, and love it even more now that I'm regularly using it in VirtualDub. I'm a lot more comfortable now using the many levels of adjustments possible. My early ham-handed noise reduction took out too much of the life and detail from the video, leaving it looking just weird sometimes. Narrowing down which frequencies I want to treat and by how much and in which luma or color channel has made it more of a brush and less of a mop in cleaning up captures.
-
Hello Selur!
Here is the contest file. 6.78 GB http://sendanywhe.re/I42VK5IA
I'm still taking antipyretic pills, but I did the shot with gimbal. So respect that!
I set the shutter speed to max, gain to max, iris to the min and the I'm waiting for your denoised version.
Bye!
[Attachment 61094 - Click to enlarge]
I was standing on the right side of the building, here: https://www.google.com/maps/@47.5087619,19.046708,3a,75y,232.98h,98.79t/data=!3m6!1e1!...7i13312!8i6656Last edited by Truthler; 2nd Oct 2021 at 15:07.
-
Downloaded the file, not sure when I will find time to look at it. Busy the next few days. (may be I can have a quick look at it tomorrow or monday)
Also since you probably won't share details in what you do and thus keep your results unreproducable it will probably spend time for nothing.
Cu Selur
Ps.: looks like SMDegrain should do a good job on it.Last edited by Selur; 2nd Oct 2021 at 15:34.
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
Hi selur!
The output video must be in lossless codec, like utvideo.
You can use the free https://send-anywhere.com/ , to upload files up to 10GB, with a simple registration and unlimited times.
-
The output video must be in lossless codec,
Not wanting to overblur and sharpen stuff I encoded a fast version using SMDegrain and CAS.
To allow reproduction of the result, here's the script I used:
Code:# Imports import os import sys import vapoursynth as vs # getting Vapoursynth core core = vs.core # Import scripts folder scriptPath = 'I:/Hybrid/64bit/vsscripts' sys.path.insert(0, os.path.abspath(scriptPath)) # Loading Plugins core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/Support/fmtconv.dll") core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/SharpenFilter/CAS/CAS.dll") core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/DenoiseFilter/CTMF/CTMF.dll") core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/Support/libmvtools.dll") core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll") # Import scripts import nnedi3_resample import mvsfunc import havsfunc # source: 'J:\I did it.avi' # current color space: YUV420P8, bit depth: 8, resolution: 3840x2160, fps: 29.97, color matrix: 709, yuv luminance scale: limited, scanorder: progressive # Loading J:\I did it.avi using LWLibavSource clip = core.lsmas.LWLibavSource(source="J:/I did it.avi", format="YUV420P8", cache=0, prefer_hw=1) # making sure input color matrix is set as 709 clip = core.resize.Bicubic(clip, matrix_in_s="709",range_s="limited") # making sure frame rate is set to 29.970 clip = core.std.AssumeFPS(clip=clip, fpsnum=30000, fpsden=1001) # Setting color range to TV (limited) range. clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1) # removing grain using SMDegrain clip = havsfunc.SMDegrain(input=clip, thSAD=600, contrasharp=True, interlaced=False, opencl=True, device=-1) # contrast sharpening using CAS clip = core.cas.CAS(clip=clip, sharpness=0.800) clip = core.fmtc.resample(clip=clip, kernel="spline16", w=3840, h=2160, interlaced=False, interlacedd=False) # set output frame rate to 29.970fps clip = core.std.AssumeFPS(clip=clip, fpsnum=30000, fpsden=1001) # Output clip.set_output()
Will send a link once the upload is finished. (this will take a while, since me internet connection is not that fast, hopefully the upload doesn't about again)
-> ARGH, aborted again, just 300mb shy of finishing
Remember you also need to post your settings to so others can verify what you are doing otherwise the whole thing is useless.
Cu SelurLast edited by Selur; 3rd Oct 2021 at 07:20. Reason: small script correction (fixed color matrix value; which isn't actively used)
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
Now stating the upload to send-anywhere a third time, if it fails again I'll give up on that service. (It did abort after around 7GB, so if I have to upload around 22GB for a 7.1GB file it's simply not worth it.)
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
The Sorry to hear that.
That service works quick and reliable with 2Gbit/s optical conection.
Can I ask you, how did you produce 22Gb file? (10 Gb is the limit of the free service)
Did you remain in the 8bit 4:2:0 color space? Have you used the lossless UTvideo compressor with median settings?
Did you delete your previous uploaded files to have space?
[Attachment 61102 - Click to enlarge]Last edited by Truthler; 3rd Oct 2021 at 08:00.
-
[Attachment 61103 - Click to enlarge] This is the solution.
I have at least 50 e-mail addresses only for registrations, it means 50 account in that file sharing service.... It is 50X 10 GB for file sharing)))
-
@Selur
You appear to be a quite intelligent fellow. And since you have authored a program/utility as an alternative to avisynth shows to me that you know what you are doing.
But why are you wasting your time on this topic ?. A 'competition' requires a jury that has no pre-conception of the result. Here we have a judge who has already made his mind up of the better result (even if he is not prepared even to share the result or how he achieved it)
A topic that simply massages the ego of the OP. If he had any credibility he would upload video that had real-time qualities where the noise was intringent to the conditions of the situation and not an artificial one as created.
And the laffable point is that having promoted the value of a download source he now uses another. And who know what 'nasties' that one has.
-
I mainly do this to let users know that they can do quite a bit with Avisynth/Vapoursynth and that marketing isn't everything.
(+ if the source isn't 4k I can also try some machine learning tools to get a better feel for them how they act on what content)users currently on my ignore list: deadrats, Stears555, marcorocchini
-
I already won the contest:
http://sendanywhe.re/PXRDO7OC
Cleaner without noise, more fine detail came out from the nothing on the building. It is simply SUPERIOR. With one word: TRIUMPH!
-
Haven't looked at the file.
Where is the list of settings that allows to reproduce the result?
Without them no really worth looking at the result.
Also like I wrote before, I still might find some time to look at this and not just make a quick filtering.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
-
A few comments:
a. befinning seems to be way to oversharpend&smoothed (whole image -> https://ibb.co/bJVRqSB)
b. there are some strange (ghosting?) artifacts (lower right corner -> https://ibb.co/Q84h68W)
Sorry, to say this, but to me even my quick filtering looks way more pleasing to the eye than yours.
But since quality is in the eye of the beholder. I'm happy that congratulate you to your result.
(If that is what Neat usually produces I would not recommand it to anyone.)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
-
It is not for eye pleasuring, but the reproduction of reality, as much as possible
Your perception of reality clearly is different than mine if you thing that those strange artifacts your denoising produced or that oversharpend image would be something good, but for the fun of it, I'll produce a version in a few days with lots of smoothed sharpening like you did. *gig*
Have a good night. (have to stand up in 6 hours and I need to go to bed now)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
-
Looking at both, I think the one Selur did may be slightly more pleasing to the eye, but for the most part they seem to me like six of one, half dozen of the other, very few real differences, unless you want to pixel peep and nitpick.
Having said that, Neat Video is much easier to setup and use, most people would never be able to put together the script that Selur did but on the other hand Avisynth is free and Neat Video does cost a decent buck.
What I would like to see is Selur replicate what he did but use his own GUI, since it does allow one to make use of numerous filters much easier than writing a long complicated script does.
-
Having said that, Neat Video is much easier to setup and use, most people would never be able to put together the script that Selur did but on the other hand Avisynth is free and Neat Video does cost a decent buck.
b. Getting that clip was not even a 5min job. Load source in Hybrid, enable Preview, enable SMDegrain change three values (thSAD=600, contrasharp=True, opencl=True), enable CAS, change one value. Which should be way less than Truthler did, but I agree that using Neat is easier for most users, but usability never was a question.
What I would like to see is Selur replicate what he did but use his own GUI,
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
-
Also too busy. Moreover, I won't cooperate with bogus methodology either, so I'm out.
None of these are valid comparisons until you get your act together and submit sources, detailed steps & settings, results, so that they are all independently reproduceable, as we have stated over and over, through multiple threads.
Scott
Similar Threads
-
Restoring a whole Anime movie using Neat Video
By xonathan in forum RestorationReplies: 4Last Post: 26th Apr 2021, 08:55 -
Neat video "colorizes" wrong color hands and face
By mammo1789 in forum RestorationReplies: 4Last Post: 25th Aug 2020, 15:21 -
Any Experiences with "NEAT VIDEO"?
By Avagadro1 in forum RestorationReplies: 3Last Post: 12th Aug 2020, 00:22 -
Create a function in Avisynth to apply this denoiser
By zerowalk in forum EditingReplies: 3Last Post: 19th Aug 2019, 07:45 -
is neat video my best option
By hdfills in forum RestorationReplies: 9Last Post: 25th Aug 2017, 12:57