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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#21 | Link |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
I believe the change of bit depth should not change a parameter, at least in most cases.
Both vapoursynth-dfttest and dfttest scale parameters to the bit depth so it wasn't a problem. I haven't decided what to do next, but I may start with a few. mvtools-sf is also a good candidate. Depending on my time availability.
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median |
|
|
|
|
|
#22 | Link | ||
|
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,685
|
Quote:
Quote:
__________________
See My Avisynth Stuff |
||
|
|
|
|
|
#23 | Link |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
Which parameters are you talking about? DFTTest has all parameters in float I believe (except for those modes, sizes and frame numbers).
And I've uploaded the release (r7).
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median Last edited by MeteorRain; 16th April 2020 at 05:38. |
|
|
|
|
|
#24 | Link | |
|
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,685
|
Quote:
I am just saying if any (Whether here or not)
__________________
See My Avisynth Stuff |
|
|
|
|
|
|
#25 | Link |
|
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 3,075
|
I saw your readme.md is pointing to official FFTW download page.
Unfortunately they built only 3.3.5 version of dll, while there are many updated ones such as 3.3.7 or 3.3.8. The latest I can find is here and a fresh compile from you or pinterf with VS and clang (and perhaps Intel) to test would be nice.
__________________
@turment on Telegram |
|
|
|
|
|
#26 | Link |
|
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,685
|
is [Neo] FFT3D / DFTTest stable yet? cuz I want to make scripts use them instead of non-neo one
also as I said in #22 more ports from VS will be nice since avs+ still need those updates for HBD, so I will make another wave of scripts updates
__________________
See My Avisynth Stuff |
|
|
|
|
|
#27 | Link |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
Whether it is stable depends on your bug report. If you're happy about it then I think it's stable enough.
What are the things that you are looking to replace in your script from VS counterparts? Those 3 you mentioned?
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median |
|
|
|
|
|
#28 | Link | |
|
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,685
|
Quote:
and after that maybe these VS only like Bwdif, W3FDIF, VMAF, BM3D
__________________
See My Avisynth Stuff |
|
|
|
|
|
|
#30 | Link | |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
Quote:
Don't propagate 0-255 scaled ranges, they make me very unhappy since they make no sense AND lack fine enough steps to for higher bitdepths.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
|
#31 | Link | |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
Quote:
Source file resolution? (Tested 1280x720) Source bit depth? (Tested 8-bit) FFMS version? (Mine stamped at 2019-8-11) Anything that I might have missed?
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median |
|
|
|
|
|
|
#32 | Link | |
|
Registered User
Join Date: Jul 2018
Posts: 594
|
Quote:
Added ConvertBits(16) before neo_fft3d() doesn't change the situation. Tested with this FFMS2, latest LSMASH. AVSMeter - https://images2.imgbox.com/e6/ba/oz2BaBV8_o.png AVX-512 CPU. |
|
|
|
|
|
|
#33 | Link |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
Oh avx 512. Yea I don't have any testing environment. Can you try debugging it for me?
(Or I can try to use a CPU emulator or rent a server to debug it. Or I can simply remove it since it's not such a big deal to support it now.)
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median Last edited by MeteorRain; 19th April 2020 at 21:50. |
|
|
|
|
|
#34 | Link |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
Should have fixed it. The issue is more stupid than I thought.
Please try v4. Also opt parameter is introduced so you can disable AVX512 manually.
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median Last edited by MeteorRain; 20th April 2020 at 03:55. |
|
|
|
|
|
#36 | Link |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
Do you have a combination of resolution-depth-parameters that I can test?
By the way I did find some issues when running 2 instances together. I'll check that part later.
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median |
|
|
|
|
|
#38 | Link |
|
結城有紀
Join Date: Dec 2003
Location: Oregon
Posts: 896
|
Please try r5 as I fixed the race condition when multiple instances are running together.
__________________
My Projects x265 - Yuuki-Asuna-mod TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|