....................
+ Reply to Thread
Results 1 to 18 of 18
-
Last edited by zanaitoryoushi; 3rd Sep 2012 at 01:20. Reason: ................
-
.................................
Last edited by zanaitoryoushi; 3rd Sep 2012 at 01:21. Reason: ..................
-
-
...........................
Last edited by zanaitoryoushi; 3rd Sep 2012 at 01:21. Reason: ........................
-
Can't advise in detail. Screen captures don't tell how the original video looks. Colors look pretty correct, but your script might be easier to read and maintain if more conventionally arranged:
Code:LoadPlugin("C:\Documents and Settings\Administrator\Desktop\Tools\AviSynth plugins\SmoothLevels\ICL\avs-2.6.x\x86\SmoothAdjust.dll") LoadPlugin("C:\Documents and Settings\Administrator\Desktop\Tools\AviSynth plugins\dfttest\dfttest.dll") LoadPlugin("C:\Documents and Settings\Administrator\Desktop\Tools\AviSynth plugins\Sharpeners\UnFilter.dll\Unfilter.dll") LoadPlugin("C:\Documents and Settings\Administrator\Desktop\Tools\AviSynth plugins\Spatio-Temporal Filter\deen.dll") Smoothlevels(chroma=100, preset="tv2pc") Unfilter(70, 70) dfttest(tbsize=2,sigma=1.2,tmode=1) Deen(mode="a3d", rad=3, thrY=7, thrUV=9, min=0.3) #Colors Tweak(hue=0,sat=1,bright=5,cont=1)
Code:Smoothlevels(chroma=100, preset="tv2pc")
[Attachment 13491 - Click to enlarge]
Note how the darks are smashed against the left-hand side of the histogram. You won't see any detail there. Looks OK on a PC, might not look so great to an encoder or TV. Depends on whether your intent is PC display or TV display. In this case, however, we're looking at a jpg capture, not at the original video frame.Last edited by sanlyn; 23rd Mar 2014 at 06:16.
-
...................................
Last edited by zanaitoryoushi; 3rd Sep 2012 at 01:22. Reason: ...................
-
Actually, I thought the images showed good work. It does take some experimentation to work with UTube video, some of the material they mount can look awful and requires heavy-duty work. As for processing that slows down systems -- all processing is a slow-down situation, some worse than others. IF you were working with real problems, you'd use strong filters that run at less than 2 or 4 fps, even on a "fast" machine.
It's difficult to judge the effect of scripts or the filters required without a sample of the original. That's not always so easy (at work, anyway).Last edited by sanlyn; 23rd Mar 2014 at 06:16.
-
speed tips:
consider using daa3 instead of daa (same thing, but it uses nnedi3 which is faster and marginally better than nnedi2) - But why are you using daa at all? is there aliasing in the source?
--merange 32 is overkill for psp or SD footage (it's probably overkill for HD footage as well). This will reduce your processing speed with no benefit . Even on "placebo" settings, merange is 24 - this tells you how useless --merange 32 is. -
.................................
Last edited by zanaitoryoushi; 3rd Sep 2012 at 01:22. Reason: .................
-
Stark Tower? are you "Jarvis" ?
i just saw that randomly on the net and decided i use that, so should I eliminate -- merange & -- me esa?
will the end result suffer any loss in detail at all without that? -
-
.......................................
Last edited by zanaitoryoushi; 3rd Sep 2012 at 01:23. Reason: ...................
-
-
Computer monitors and tv display the contrast and color range differently. A video made "to spec" for tv will usually look a bit more dull at the extremes than it will on a PC. That's why I asked earlier, whether you wanted PC or TV playback.
Last edited by sanlyn; 23rd Mar 2014 at 06:16.
-
-
You won't notice the difference between 1.0 and 1.2. If you go frame by frame and zoom in you might notice a slight difference in dark, flat shadow areas , but the bitrate will be different because you are using CQ mode (CRF). Strictly speaking, it's not really a valid comparison unless you compare videos with the same bitrate.
If there's blocking in the source (not caused by your encode), then you should prefilter that. If it's caused by your enocoding, then you need to make some adjustments
Just use your eyes, and if you think it looks good enough that's all that matters -
.....................................
Last edited by zanaitoryoushi; 3rd Sep 2012 at 01:23. Reason: .......................
Similar Threads
-
Making a disk with a .daa file?
By pianoman1976 in forum MacReplies: 1Last Post: 12th Nov 2009, 00:00