Hybrid 2022.03.20.1: No module named 'vsdpir' - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Hybrid 2022.03.20.1: No module named 'vsdpir' (/thread-2330.html) |
RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 27.03.2022 You don't have to necessarily copy the dlls, installing the runtimes system wide is also a solution. Cu Selur RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - sowbran - 28.03.2022 I have the same problem, im using BasicVSR++ and the preview works, but i cant encode the video. But i get this warning title: Quote:p, li { white-space: pre-wrap; } RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 28.03.2022 I doubt it's the same issue, since BasicVSR++ has totally different dependencies, but without a debug output (read sticky) I can't tell for sure. -> will look at your debug output after work if you post one. -- side note: if you want to upgrade to the latest BasicVSR++, you need to call: python -m pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.11/index.html Cu Selur RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Dan64 - 28.03.2022 I was finally able to get the preview window working by performing a full installation of CUDA 11.4 developer option. But the encoding still crash, I attached the debug output. RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 28.03.2022 Quote:NVEnc output: y4m: failed to parse y4m header.Seems like there's still an issue with the decoding of the script. RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Dan64 - 28.03.2022 I was able to encode the script using vsViewer, below I attached the image of encoding RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 28.03.2022 According to the debug output: "D:\Programs\Hybrid\64bit\Vapoursynth\vspipe.exe" "F:\VideoTests\Test_vsDpir\encodingTempSynthSkript_2022-03-28@08_07_35_2910.vpy" - -c y4m | "D:\Programs\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 25.000 --codec h265 --profile main10 --level auto --tier high --sar 1:1 --lookahead 16 --output-depth 10 --vbrhq 0 --vbr-quality 22.00 --aq --aq-strength 1 --aq-temporal --gop-len 0 --ref 3 --nonrefp --bframes 3 --bref-mode each --mv-precision Q-pel --preset default --colorrange limited --colormatrix bt709 --cuda-schedule sync --psnr --ssim --output "F:\VideoTests\Test_vsDpir\Test_video_1m_new_2022-03-28@08_07_35_2910_02.265" -> will look at it after work. Cu Selur RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - sowbran - 28.03.2022 (28.03.2022, 05:25)Selur Wrote: I doubt it's the same issue, since BasicVSR++ has totally different dependencies, but without a debug output (read sticky) I can't tell for sure. Here's the debug file, thanks so much for your help https://www.mediafire.com/file/zf0ut8n4soefxiw/HybridDebugOutput.txt/file RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 28.03.2022 @sowbran: y4m [error]: bad sequence header magic "C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\Nefi\AppData\Local\Temp\encodingTempSynthSkript_2022-03-27@00_47_22_7010.vpy" - -c y4m | "C:\Program Files\Hybrid\64bit\x264.exe" --preset veryfast --crf 2.00 --profile high --level 4.1 --ref 3 --direct auto --b-adapt 0 --sync-lookahead 18 --qcomp 0.50 --rc-lookahead 40 --qpmax 51 --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --input-range tv --fps 30033/1000 --output-depth 8 --output "C:\Users\Nefi\AppData\Local\Temp\2022-03-27@00_47_22_7010_02.264" - # Imports Ony thing that looks strange is the frame rate of the input, but I assume the input is vfr and the frame rate is correct. Does: "C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" --info "C:\Users\Nefi\AppData\Local\Temp\encodingTempSynthSkript_2022-03-27@00_47_22_7010.vpy" correctly report the characteristics of the clip? In case it does, if you call: "C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" --progress -c y4m "C:\Users\Nefi\AppData\Local\Temp\encodingTempSynthSkript_2022-03-27@00_47_22_7010.vpy" C:\Users\Nefi\Videos\test.y4m" What NVIDIA drivers are you using? (I'm using 512.15 here) Cu Selur Ps.: I assume the Vapoursynth Preview does work correctly and shows no errors like it does for Dan64. RE: Hybrid 2022.03.20.1: No module named 'vsdpir' - Selur - 28.03.2022 @Dan64: I tried to reproduce the issue in Hybrid but couldn't then using: "D:\Programs\Hybrid\64bit\Vapoursynth\vspipe.exe" "F:\VideoTests\Test_vsDpir\encodingTempSynthSkript_2022-03-28@08_07_35_2910.vpy" - -c y4m | "D:\Programs\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 25.000 --codec h265 --profile main10 --level auto --tier high --sar 1:1 --lookahead 16 --output-depth 10 --vbrhq 0 --vbr-quality 22.00 --aq --aq-strength 1 --aq-temporal --gop-len 0 --ref 3 --nonrefp --bframes 3 --bref-mode each --mv-precision Q-pel --preset default --colorrange limited --colormatrix bt709 --cuda-schedule sync --psnr --ssim --output "F:\VideoTests\Test_vsDpir\Test_video_1m_new_2022-03-28@08_07_35_2910_02.265" "i:\Hybrid\64bit\Vapoursynth\vspipe.exe" "e:\Temp\encodingTempSynthSkript_2022-03-28@15_02_32_2510.vpy" - -c y4m | "D:\Programs\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 25.000 --codec h265 --profile main10 --level auto --tier high --sar 1:1 --lookahead 16 --output-depth 10 --vbrhq 0 --vbr-quality 22.00 --aq --aq-strength 1 --aq-temporal --gop-len 0 --ref 3 --nonrefp --bframes 3 --bref-mode each --mv-precision Q-pel --preset default --colorrange limited --colormatrix bt709 --cuda-schedule sync --psnr --ssim --output "E:\Temp\Test_video_1m_new_2022-03-28@08_07_35_2910_02.265" -> So it's not a problem with the script or the calls, but with the setup. :/ Just to be sure: You don't have Vapoursynth installed in your system (aside from the portable version Hybrid comes with), right? Does calling: "D:\Programs\Hybrid\64bit\Vapoursynth\vspipe.exe" "F:\VideoTests\Test_vsDpir\encodingTempSynthSkript_2022-03-28@08_07_35_2910.vpy" - -c y4m | "D:\Programs\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 25.000 --codec h265 --profile main10 --level auto --tier high --sar 1:1 --lookahead 16 --output-depth 10 --vbrhq 0 --vbr-quality 22.00 --aq --aq-strength 1 --aq-temporal --gop-len 0 --ref 3 --nonrefp --bframes 3 --bref-mode each --mv-precision Q-pel --preset default --colorrange limited --colormatrix bt709 --cuda-schedule sync --psnr --ssim --output "F:\VideoTests\Test_vsDpir\Test_video_1m_new_2022-03-28@08_07_35_2910_02.265" Cu Selur |