10.12.2021, 16:55
Mac OS 12.0.1
Hybrid 2021.12.05.1
I'm having a problem doing an upscale test. Debug attached.
Hybrid 2021.12.05.1
I'm having a problem doing an upscale test. Debug attached.
[HELP] Job not completing
|
10.12.2021, 16:55
Mac OS 12.0.1
Hybrid 2021.12.05.1 I'm having a problem doing an upscale test. Debug attached.
10.12.2021, 17:13
Looking at the debug outpu,..
Hybrid is processing job: 2021-12-10@14_52_32_8510 First it's starting subjob 2021-12-10@14_52_32_8510_01_audio "/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -threads 8 -ignore_editlist true -i "/Volumes/Drobo/Hybrid/Hybrid-OUT/Producer-DVD.mov" -map 0:1 -vn -sn -ac 2 -ar 48000 -acodec pcm_s16le -f wav -map_metadata -1 -metadata encoding_tool="Hybrid 2021.12.05.1" "/Volumes/Drobo/Hybrid/Hybrid-Temp/iId_8_aid_0_2021-12-10@14_52_32_8510_01.wav" /Volumes/Drobo/Hybrid/Hybrid-Temp/iId_8_aid_0_2021-12-10@14_52_32_8510_01.wav (236.033 MB) # Imports "/usr/local/bin/vspipe" "/Volumes/Drobo/Hybrid/Hybrid-Temp/encodingTempSynthSkript_2021-12-10@14_52_32_8510.vpy" - -c y4m | "/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -noautorotate -nostdin -threads 8 -f yuv4mpegpipe -i - -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv422p10le -strict -1 -vsync 0 -vcodec prores_ks -profile:v 2 -vtag apcn -metadata encoding_tool="Hybrid 2021.12.05.1" -f mov "/Volumes/Drobo/Hybrid/Hybrid-Temp/Producer-1080_2021-12-10@14_52_32_8510_03.mov [yuv4mpegpipe @ 0x7f89170041c0] Header too large. -> Did you check the Vapoursynth Preview? My guess is that it should show an error. Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
10.12.2021, 17:17
Filter Preview:
Failed to evaluate the script: Python exception: knlm.KNLMeansCL: only YUV444P10 and RGB30 are supported! Traceback (most recent call last): File "src/cython/vapoursynth.pyx", line 2832, in vapoursynth._vpy_evaluate File "src/cython/vapoursynth.pyx", line 2833, in vapoursynth._vpy_evaluate File "/Volumes/Drobo/Hybrid/Hybrid-Temp/tempPreviewVapoursynthFile15_17_16_727.vpy", line 25, in clip = core.knlm.KNLMeansCL(clip=clip) File "src/cython/vapoursynth.pyx", line 2580, in vapoursynth.Function.__call__ vapoursynth.Error: knlm.KNLMeansCL: only YUV444P10 and RGB30 are supported!
10.12.2021, 17:26
Okay, that is strange, normalls KNLMeansCL should support "8-16 int / 32 float GRAY, YUV, RGB, YCOCG".
Sadly I can't test this here since I only run MacOS in a VM which has no hardware accelleration at all. As a workaround you could add a custom section before the denoising which uses: clip = core.resize.Bicubic(clip=clip, format=vs.YUV444P10, range_s="limited") Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. |
« Next Oldest | Next Newest »
|