04.12.2020, 05:49
Already added older versions of mencoder/mplayer to the dev builds, since the newer builds using m-ba-s all do not work. No clue why so far.
Cu Selur
Cu Selur
# current color space: YUV444P16, bit depth: 12, resolution: 1920x1080, fps: 25, color matrix: 709, yuv luminance scale: limited, scanorder: progressive
# Loading F:\TestClips&Co\files\ProRes\AlexaCafe709_ProRes4444.mov using LWLibavSource
clip = core.lsmas.LWLibavSource(source="F:/TestClips&Co/files/ProRes/AlexaCafe709_ProRes4444.mov", format="YUV444P16", cache=0, prefer_hw=0)
(05.12.2020, 08:52)Selur Wrote: [ -> ]Okay, found the culprit of the matrix issue. Due to a typo Hybrid sometimes used PC709 instead of PC.709, so that should fix the DeSpot issue.
Strange thing is for me Vapoursynth by default uses LWLibavSource unless 'Prefer LWLibAVSource over FFmpegSource2' is disabled instead of ffms2.
I also found some code that forces FFMS2 instead of LWLibavSource for ProRes when 'Prefer LWLibAVSource over FFmpegSource2' is disabled. (iirc this was since LSMASHSource couldn't handle ProRes files, but FFMS2 could)Code:# current color space: YUV444P16, bit depth: 12, resolution: 1920x1080, fps: 25, color matrix: 709, yuv luminance scale: limited, scanorder: progressive
# Loading F:\TestClips&Co\files\ProRes\AlexaCafe709_ProRes4444.mov using LWLibavSource
clip = core.lsmas.LWLibavSource(source="F:/TestClips&Co/files/ProRes/AlexaCafe709_ProRes4444.mov", format="YUV444P16", cache=0, prefer_hw=0)
-> I'll do some testing whether LSMASHSource can handle high bit ProRes nowadays
Cu Selur
Quote:1. DVD input now shows nothing in "Filter View"/"Crop View" with Vapoursunth,Probably something I broke with the last changes.
Quote: in "Avisynth" it shows just "Player", that plays stream, regardless De-interlace use.That is correct. Crop and normal Preview do not use Avisynth at all.
Quote:2. QTGMC (Avisynth) de-interlacer disappears in the DVD input modeThat is correct. If you want to use Avisynth for DVD Input you need to enable "Config->Internals->Avisynth->Avisynth for DVD input".
(I tried replace mencoder/mplayer with the newer version as before - doesn't help)
Quote:QT Prores now shows in Vapoursynth "Filter View" promptly, however after assign "Despot" - "Filter View" becomes unresponsive, filtered result not showing.Will look into it after work.
Quote:QT Prores "Dehalo"/"Dehalo_alpha"/"BlindDehalo3" shows some kind of mask even with "Show Mask:None"Probably some issue with the color space handling.
(07.12.2020, 05:51)Selur Wrote: [ -> ]QT Prores in "Avisynth" "Filter View" shows just "Player", that plays stream, regardless De-interlace use.Quote:1. DVD input now shows nothing in "Filter View"/"Crop View" with Vapoursunth,Probably something I broke with the last changes.
Will look into it after work.
Quote: in "Avisynth" it shows just "Player", that plays stream, regardless De-interlace use.That is correct. Crop and normal Preview do not use Avisynth at all.
Quote:2. QTGMC (Avisynth) de-interlacer disappears in the DVD input modeThat is correct. If you want to use Avisynth for DVD Input you need to enable "Config->Internals->Avisynth->Avisynth for DVD input".
(I tried replace mencoder/mplayer with the newer version as before - doesn't help)
Quote:QT Prores now shows in Vapoursynth "Filter View" promptly, however after assign "Despot" - "Filter View" becomes unresponsive, filtered result not showing.Will look into it after work.
Quote:QT Prores "Dehalo"/"Dehalo_alpha"/"BlindDehalo3" shows some kind of mask even with "Show Mask:None"Probably some issue with the color space handling.
Are you using Avisnyth or Vapoursynth here?
Will look into it after work.
Cu Selur
(07.12.2020, 06:51)serg Wrote: [ -> ](07.12.2020, 05:51)Selur Wrote: [ -> ]QT Prores in "Avisynth" "Filter View" shows just "Player", that plays stream, regardless De-interlace use.Quote:1. DVD input now shows nothing in "Filter View"/"Crop View" with Vapoursunth,Probably something I broke with the last changes.
Will look into it after work.
Quote: in "Avisynth" it shows just "Player", that plays stream, regardless De-interlace use.That is correct. Crop and normal Preview do not use Avisynth at all.
Quote:2. QTGMC (Avisynth) de-interlacer disappears in the DVD input modeThat is correct. If you want to use Avisynth for DVD Input you need to enable "Config->Internals->Avisynth->Avisynth for DVD input".
(I tried replace mencoder/mplayer with the newer version as before - doesn't help)
Quote:QT Prores now shows in Vapoursynth "Filter View" promptly, however after assign "Despot" - "Filter View" becomes unresponsive, filtered result not showing.Will look into it after work.
Quote:QT Prores "Dehalo"/"Dehalo_alpha"/"BlindDehalo3" shows some kind of mask even with "Show Mask:None"Probably some issue with the color space handling.
Are you using Avisnyth or Vapoursynth here?
Will look into it after work.
Cu Selur
There is no way to assign any filter in Avisynth and preview it.