Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
3rd January 2017, 13:02 | #21 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
__________________
See My Avisynth Stuff |
|
3rd January 2017, 13:43 | #22 | Link |
Registered User
Join Date: Dec 2014
Posts: 28
|
Sorry, it's in the nnedi3_resize16 function.
Code:
# 1920x1080 input Dither_convert_8_to_16() nnedi3_resize16(lsb_in=true, lsb=true, output="RGB48Y") nnedi3_resize16(1920, 1080, lsb_in=True, lsb=True, Y=3, U=1, V=1) Dither_convert_rgb_to_yuv(SelectEvery(3, 0), SelectEvery(3, 1), SelectEvery(3, 2), lsb=True, output="YV24") DitherPost() Last edited by Izuchi; 3rd January 2017 at 13:48. |
3rd January 2017, 13:57 | #23 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
__________________
See My Avisynth Stuff |
|
3rd January 2017, 16:20 | #24 | Link |
Registered User
Join Date: Sep 2012
Posts: 366
|
Code:
# Get maximum temporal radius needed maxTR = (temporalSL) ? SLRad : 0 maxTR = (MatchTR2 > maxTR) ? MatchTR2 : maxTR maxTR = (TR1 > maxTR) ? TR1 : maxTR maxTR = (TR2 > maxTR) ? TR2 : maxTR maxTR = (NoiseTR > maxTR) ? NoiseTR : maxTR maxTR = (ProgSADMask > 0.0 || StabilizeNoise || ShutterBlur > 0) ? (maxTR > 1 ? maxTR : 1) : maxTR maxTR = (ForceTR > MaxTR) ? ForceTR : maxTR I'm pretty sure a line or two of consisting of max() would be easier to read and this just makes the script look more complicated than it actually is. |
3rd January 2017, 18:31 | #25 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
__________________
See My Avisynth Stuff |
|
13th January 2017, 18:36 | #26 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
added DeHalo_alpha and others
DeHalo_alpha now in avs 2.6 is faster and it's rad can be set more flexible (cuz it's done in Y8 with no mod4 or mod8 etc... resize limit)
__________________
See My Avisynth Stuff |
22nd January 2017, 19:59 | #28 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
new update for admfilter and RemoveDirtMC_SE
__________________
See My Avisynth Stuff Last edited by real.finder; 16th August 2019 at 04:37. |
22nd January 2017, 21:41 | #29 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,821
|
Will you push all of your filters/scripts to github?
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database Last edited by ChaosKing; 22nd January 2017 at 21:45. |
22nd January 2017, 21:50 | #30 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
__________________
See My Avisynth Stuff |
28th January 2017, 18:04 | #31 | Link |
Registered User
Join Date: Jul 2003
Location: Italy
Posts: 1,135
|
Using AVS+, in SMDegrain, having stacked 16bit 422 YV16 as a source, I have the following error only when contrasharp=true
Code:
StackVertical: Image formats don't match Code:
lsb_out ? StackVertical (last, BlankClip (last, pixel_type=type, color_yuv=0,length=1)) : last""")} |
28th January 2017, 22:53 | #32 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
__________________
See My Avisynth Stuff |
|
2nd February 2017, 06:17 | #34 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
new dehalo edit and other added and updated
__________________
See My Avisynth Stuff |
8th February 2017, 12:35 | #35 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
nnchromaupsubsampling() now work with more than 8 bit in avs+
__________________
See My Avisynth Stuff |
21st February 2017, 04:12 | #36 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
I build some plugins of chikuzen since he/she absent from the scene
TCannyMod and CombMask 32 bit plugins work with xp unlike original chikuzen plugins yadifmod2 already work in xp but this one is work with new colour format in avs+ (chikuzen update the source in github but didn't make new release) edit: my yadifmod2 build is useless since the HBD code is buggy, also the x64 one seems avx one edit: there are another update for this https://forum.doom9.org/showthread.p...22#post1821422
__________________
See My Avisynth Stuff Last edited by real.finder; 16th August 2019 at 04:40. |
4th March 2017, 23:04 | #37 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
DeHalo_alpha now work with all new avs+ bit depth, big thanks to pinterf, new updates for other dehalos maybe silently come very soon (maybe after some hours from now or next days)
__________________
See My Avisynth Stuff Last edited by real.finder; 9th March 2017 at 23:32. |
6th March 2017, 23:44 | #39 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
I did port BlindDeHalo3 now to work in all new bit depth, VHSHaloremover is already done but waiting for new avs+ release, abcxyz is done from yesterday
__________________
See My Avisynth Stuff Last edited by real.finder; 6th March 2017 at 23:47. |
|
8th March 2017, 08:42 | #40 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
The situation for support new format in avs+ now is:
* new Masked_DHA and BlindDeHalo3 update to make them accept float in all possible parameters (it will be more accurate especially with high bit) * SMDegrain now work with 10-16 bit in default settings * edgesidebleed() now work with all new bit depth
__________________
See My Avisynth Stuff Last edited by real.finder; 8th March 2017 at 08:44. |
Tags |
avisynth, avs script, avs+, banding, generator, hbd, mod |
Thread Tools | Search this Thread |
Display Modes | |
|
|