![]() |
HDR encoding - 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: HDR encoding (/thread-83.html) |
RE: HDR encoding - mparade - 08.09.2017 (08.09.2017, 18:00)Selur Wrote: Had a quick look at did some adjustments, color matrix should now be detected correctly. I am testing. Until then could you please help because still do not understand: Quote:# adjusting output color from: YUV420P16 to YUV420P8 Why adjusting output color to 8 bit and feed that to the encoder which will use 10 bit? (I am a bit confused) Preview window still not working. "Interesting": after pushing crop window icon Hybrid start indexing for a few minutes, after indexing crop window doesn't show up but a Windows 10 bug report on the tray is displayed for just a few seconds directly after indexing. RE: HDR encoding - Selur - 08.09.2017 Quote:Why adjusting output color to 8 bit and feed that to the encoder which will use 10 bit? (I am a bit confused)should be 10bit probably a bug RE: HDR encoding - mparade - 08.09.2017 (08.09.2017, 18:00)Selur Wrote: Had a quick look at did some adjustments, color matrix should now be detected correctly. After having loaded an other HDR10 source to Hybrid, it immediately started reencoding without extracting, indexing after pressing start queue button. Is it the correct behaviour? Vapoursynth refers to a dgi file but when was that being created? Sorry for a lot of question but it seems the program is still using software decoding. RE: HDR encoding - Selur - 08.09.2017 a. DGSource doesn't do software decoding. b. If you don't use any Vapoursynth filters Hybrid will not use Vapoursynth. -> I can look into it and make Hybrid use Vapoursynth whenever DGDecNV is used,.. RE: HDR encoding - mparade - 09.09.2017 (08.09.2017, 22:37)Selur Wrote: a. DGSource doesn't do software decoding. Project has been crashed directly after indexing. RE: HDR encoding - Selur - 09.09.2017 Indexing finished without a problem. Script looks fine: # Imports Decoder and encoder call look fine too: "C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\Users\Bogárdi Mátyás\AppData\Local\Temp\encodingTempSynthSkript_11_21_27_4610.vpy" - --y4m | c:\PROGRA~1\Hybrid\x265.exe" --preset slow --tune grain --input - --output-depth 10 --y4m --profile main10 --crf 24.00 --qpfile "C:\Users\BOGRDI~1\AppData\Local\Temp\teszt_11_21_27_4610_04.qp" --range limited --colormatrix bt2020nc --output "C:\Users\BOGRDI~1\AppData\Local\Temp\11_21_27_4610_05.265" "C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" --info "C:\Users\Bogárdi Mátyás\AppData\Local\Temp\encodingTempSynthSkript_11_21_27_4610.vpy" - "C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\Users\Bogárdi Mátyás\AppData\Local\Temp\encodingTempSynthSkript_11_21_27_4610.vpy" - --y4m | c:\PROGRA~1\Hybrid\x265.exe" --preset slow --tune grain --input - --output-depth 10 --y4m --profile main10 --crf 24.00 --qpfile "C:\Users\BOGRDI~1\AppData\Local\Temp\teszt_11_21_27_4610_04.qp" --range limited --colormatrix bt2020nc --output "C:\Users\BOGRDI~1\AppData\Local\Temp\11_21_27_4610_05.265" Only thing that might cause a problem might be that the temp path contains special characters. Iirc Vapoursynth can handle them fine, but I'm not sure about DGSource and DGDDecNV. -> Does is work if you use a simple path like 'X:\Temp' as temp folder? Cu Selur RE: HDR encoding - mparade - 09.09.2017 Quote:What happens when you call: This has happened: Quote:C:\Users\Bogárdi Mátyás>"C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" --info "C:\Users\Bogárdi Mátyás\AppData\Local\Temp\encodingTempSynthSkript_11_21_27_4610.vpy" - Quote:and assuming there is no problem what happens if you call: This has happened: Quote:A rendszer nem találja a megadott elérési utat, which means the system doesn't find the path given. Quote:Only thing that might cause a problem might be that the temp path contains special characters. Iirc Vapoursynth can handle them fine, but I'm not sure about DGSource and DGDDecNV. -> Does is work if you use a simple path like 'X:\Temp' as temp folder? No, the result is the same. RE: HDR encoding - Selur - 09.09.2017 Quote: fulldepth=true)Are you using the latest DGDecNV version? (it's from 2017-08-28) Since according to DG: Quote:Yes, it is possible. Use the fulldepth parameter to DGSource. From the user manual:source: http://rationalqm.us/board/viewtopic.php?f=8&t=595&p=7154 Strange thing that the path seems to be broken,... (looked fine in the debug output) RE: HDR encoding - mparade - 09.09.2017 Quote:Are you using the latest DGDecNV version? (it's from 2017-08-28) Sure. Attached the debug output when "C:\Temp" is used as the temp path. RE: HDR encoding - Selur - 09.09.2017 Created another dev version which should adjust the paths, may be it will help. (will send link in a few minutes) Cu Selur |