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. |
5th June 2024, 10:48 | #2961 | Link | |
Guest
Posts: n/a
|
Quote:
TBH, on the RipBot264 thread, the dev provided a pretty fancy script that I cannot get to work as displayed:- Script:- https://forum.doom9.org/showthread.p...10#post2002510 Result:- (top right corner) https://forum.doom9.org/showthread.p...13#post2002513 Completely stumped, and more annoying the op who asked for help, got it work first go |
|
6th June 2024, 02:22 | #2963 | Link | |
Guest
Posts: n/a
|
Quote:
I will see if I can get this work, but in the meantime, back on the RipBot264 thread, the op has found an issue that might be why I couldn't get that script to work. It's an 8 bit vs 10 bit issue.... UPDATE:- pdr came to the "rescue", it's working perfectly. Last edited by FTLOY; 6th June 2024 at 05:31. |
|
18th June 2024, 00:21 | #2964 | Link | |
Registered User
Join Date: Feb 2014
Posts: 408
|
Quote:
|
|
25th June 2024, 22:38 | #2965 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,367
|
I just updated Logo() which is for a simple Logo addition without any hustle on the mask handling, etc.
It allows for several modes, screen, multiply, watermark, or over, with opacity and fade in, fade out options. The update was simply to default Chroma=true when "Over" mode (the default) was being used.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
14th July 2024, 20:24 | #2966 | Link |
Registered User
Join Date: Feb 2014
Posts: 408
|
I'm trying to put Deblock_QED to use in the DeblockPack.avsi and seem to actually have it functioning correctly, but wanted to make sure before I spend time testing it. My script is
Code:
Deblock_QED() ConvertBits(Bits=16) TemporalDegrain2() CAS() Neo_F3KDB(Y=100,Cb=100,Cr=100,GrainY=0,GrainC=0) Also, while gathering the needed dependencies for Deblock_QED in the DeblockPack.avsi, I encountered the plugin BlockDetect and wondered what it does. Well, I can read what it does, but don't understand why it would be used. Thanks. |
15th July 2024, 01:28 | #2967 | Link |
Guest
Posts: n/a
|
I posted on another thread, but got no response, and I come over here, and Louie is here, too
I would appreciate some advice on trying to remove the "spots" & artifacts with this video. https://www.mediafire.com/file/hz000.../spots.7z/file 142Mb Regards Last edited by FTLOY; 15th July 2024 at 04:15. Reason: previous link wasn't working |
17th July 2024, 21:34 | #2970 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,731
|
I have a very strange issue:
SetMemoryMax() SetCacheMode(0) SetFilterMTMode("DEFAULT_MT_MODE", 2) LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll") LoadPlugin("D:\Eseguibili\Media\DGCube\DGCube.dll") DGSource("M:\In 4k\Dune 4k 4000\dune4k.dgi",ct=280,cb=280,cl=0,cr=0) libplacebo_Resample(1920,800,filter="ewa_lanczossharp") libplacebo_Tonemap(src_csp=1, dst_csp=2, LUT="D:\Programmi\Media\AviSynth+\cube\2a_PQ4000_HLG_mode-nar_in-nar_out-nar_nocomp.cube") SMDegrain (tr=3, thSAD=300, refinemotion=false, contrasharp=false, PreFilter=7, plane=4, chroma=true, mode="MDegrain") fmtc_resample (css="420") fmtc_bitdepth (bits=10,dmode=7) Prefetch(2,6) works, as well with prefilter=8 but with prefilter=6 I have alternating black and correct frame continuously. Any idea?
__________________
@turment on Telegram |
18th July 2024, 01:25 | #2971 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,675
|
Which KNLMeansCL version ? 12.11.2020 seems to work here. 1.1.1e by pinterf
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." Last edited by Emulgator; 18th July 2024 at 01:27. |
18th July 2024, 07:44 | #2972 | Link | |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,731
|
Quote:
A simple script such as SetMemoryMax() SetCacheMode(0) SetFilterMTMode("DEFAULT_MT_MODE", 2) LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll") DGSource("M:\In\The witch and the beast ~856p BDJP\01.dgi") SMDegrain (tr=3, thSAD=300, refinemotion=false, contrasharp=false, PreFilter=6, plane=4, chroma=true, mode="MDegrain") Prefetch(2,6) works ok.
__________________
@turment on Telegram |
|
22nd July 2024, 23:10 | #2973 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,367
|
@tormento, I tried this only line for an upscale:
Code:
libplacebo_Resample(1920,800,filter="ewa_lanczossharp")
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
23rd July 2024, 00:37 | #2974 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,675
|
This is my preamble.
Code:
SetFilterMTMode("DEFAULT_MT_MODE", 2) SetFilterMTMode("LWLibavVideoSource", 3) SetFilterMTMode("LWLibavAudioSource", 3) SetFilterMTMode("FFVideoSource", 3) SetFilterMTMode("FFAudioSource", 3) SetFilterMTMode("DGSource", 3) SetFilterMTMode("InpaintDelogo", 3)
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
23rd July 2024, 08:18 | #2975 | Link | ||
Registered User
Join Date: Jul 2018
Posts: 494
|
Quote:
Quote:
Also You cannot set the MT mode on script function calls, only on binary filters. (SetFilterMTMode("InpaintDelogo", 3)). |
||
23rd July 2024, 09:04 | #2976 | Link | |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,731
|
Quote:
Try with v0lt’s VirtualDub2. Avspmod is a bit picky sometimes. What gpu do you have?
__________________
@turment on Telegram |
|
10th August 2024, 00:05 | #2978 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,367
|
What kind of issues? I'm testing 960x540 @8bit with prefilters 6, 7 and 8. Seems ok an Avspmod, is it on encode? SMdegrain call.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
Tags |
avisynth, dogway, filters, hbd, packs |
Thread Tools | Search this Thread |
Display Modes | |
|
|