07.12.2020, 16:43
Quote:However, even after that, attempt to mp4 output caused endless stay in the "Waiting" modewould need a debug output of that
Multiple issues
|
07.12.2020, 16:43
Quote:However, even after that, attempt to mp4 output caused endless stay in the "Waiting" modewould need a debug output of that
07.12.2020, 18:22
Quote:DVD input now shows nothing in "Filter View"/"Crop View" with Vapoursunthshould be fixed, problem was that the wrong indexer and source filter was used Quote: QT Prores now shows in Vapoursynth "Filter View" promptly, however after assign "Despot" - "Filter View" becomes unresponsive, filtered result not showing.Found the problem: DeSpot only contains 8bit or 16bit YUV no 9/10bit. -> should be fixed now Quote:QT Prores "Dehalo"/"Dehalo_alpha"/"BlindDehalo3" shows some kind of mask even with "Show Mask:None"Your debug outptu shows: # Imports # Imports Would need a sample which allows ne to reproduce the issue. Quote:QT Prores is not showing in Avisynth "Filter View"/"Crop View" at all."Crop View": Avisynth isn't used during Crop View and Mencoder/MPlayer to not support ProRes4444 Nothing I can do about it. "Filter View: Works fine here. If you use 32bit Avisynth (the default), 4k and intensive filtering might not work due to memory limitation. -> would need details, since I can't reproduce the issue here. Quote:Avisynth "Despot" shows highlighted noise instead of remove it .I can reproduce it, happens when Hybrid converts to YUY2 and feeds that to DeSpot, works fine with YV16. -> should be fixed now => will send you a link to a new dev version in ~20min Cu selur
08.12.2020, 00:01
Well, here the links to videos that you can use to reproduce the issues mentioned above.
1. "BP_test.avi" - https://drive.google.com/file/d/1PXkarSI...sp=sharing 2. "ProRes_test.mov" - https://drive.google.com/file/d/1ZvI8D44...sp=sharing Now: 1. Open "BP_test.avi" and assign Avisynth "DeSpot", navigate "Next"/"Previous" - see result. 2. Quit "Hybrid" (I noticed that changing sources multiple times without "Quit" makes "Hybrid" unresponsive) 3. Open "ProRes_test.mov" and assign Vapursynth any "Dehalo" filter - see result. 4. Open "ProRes_test.mov" and assign Avisynth "DeSpot", navigate "Next"/"Previous" - see result. It looks like Avisynth still use ffmpeg for QT Prores (it takes approx 5mins to open 20 mins file) DVD input works (you need just wait ~5 mins)
08.12.2020, 05:42
Quote:DVD input works (you need just wait ~5 mins)No clue why the indexing takes so long for you. You might want to check that: a. no anti virus or firewall solution is interfering b. you source lies on a fast drive Indexing requires to read the dvd once, but that shouldn't take 5min on modern hardware. Got the files, will try to reproduce the issues this evening. (long work day today) Quote:It looks like Avisynth still use ffmpeg for QT Prores (it takes approx 5mins to open 20 mins file)Other than Vapoursynth, Avisynth does use FFVideoSource by default. -> Try whether enabling "Filtering->Avisynth->misc->Sourcefilter Settings->LibavVideoSoure instead of FFmpegSource" helps, when enabled Hybrid does use LibavVideoSoure here. Cu Selur
08.12.2020, 08:22
(08.12.2020, 05:42)Selur Wrote:Enabling "Filtering->Avisynth->misc->Sourcefilter Settings->LibavVideoSoure instead of FFmpegSource" doesn't help.Quote:DVD input works (you need just wait ~5 mins)No clue why the indexing takes so long for you. It seems to me that the Avisynth has an issue with QT Prores because Avisynth doesn't have LSMASHSource over LWLibAVSource option like Vapoursynth. If in Vapursynth I disable "Prefer LSMASHSource over LWLibAVSource (that enabled by default), leaving "LibavVideoSoure instead of FFmpegSource" enabled, it behaves exactly as Avisynth (takes long time to load)
08.12.2020, 18:21
Is there is GPU support option for VP9 encoding?
08.12.2020, 19:48
No, since I don't know of any gpu based VP9 (or avs) encoder which Hybrid could use.
Cu Selur Quote:It seems to me that the Avisynth has an issue with QT Prores because Avisynth doesn't have LSMASHSource over LWLibAVSource option like Vapoursynth.Enable "Filtering->Avisynth->Misc->Sourcefilter Settings->Use L-Smash for mp4 input" and Hybrid should use LSMASHSource. --- About raw rgb and DeSpot: I can reproduce the issue with your sample, problem seems happen when DeSpot is fed with YUY2 content when YV12 content is used the problem does not occur. Seems like newer Despot Avisynth versions do not support YUY2 anymore. -> I'll limit it to YV12 which should fix the issue. About the Vapoursynth + FineDeHalo screenshot -> Can't reproduce the problem here with and of the DeHalo-Filters. => will send you a link to a new version for the 'Raw rgb avi + DeSpot'-problem in ~20min. Cu Selur
08.12.2020, 23:20
Enable "Filtering->Avisynth->Misc->Sourcefilter Settings->Use L-Smash for mp4 input" and Hybrid should use LSMASHSource - works.
Avisynth "Despot" has no effect. Open "BP_test.avi" and assign Avisynth "DeSpot", go to frame 1 (just more noticeable - small white spots still there) Vapoursynth "Despot" works as suppose (You can compare using the same "BP_test.avi".) QT Prores "Dehalo"/"Dehalo_alpha"/"BlindDehalo3" surprisingly works fine now.
08.12.2020, 23:32
Quote:Avisynth "Despot" has no effect. Open "BP_test.avi" and assign Avisynth "DeSpot", go to frame 1 (just more noticeable - small white spots still there)They are !different! filters which just share the same name and try to remove spots. https://github.com/theChaosCoder/lostfun...ostfunc.py which is a port of http://forum.doom9.net/showthread.php?p=...ost1402690 vs http://www.avisynth.nl/index.php/DeSpot -> nothing I can do about that, about porting the (Not my fault the Vapoursynth author used the same name for his script as the filter that exists for Avisynth. Also this has nothing to do with: Quote:QT Prores "Dehalo"/"Dehalo_alpha"/"BlindDehalo3" surprisingly works fine now.I didn't touch those filters at all,.. |
« Next Oldest | Next Newest »
|