Posts: 10
Threads: 1
Joined: Aug 2018
(12.08.2018, 13:25)Selur Wrote: Using:
"I:\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -i "D:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "i:\Hybrid\64bit\x265.exe" --input - --output-depth 10 --y4m --profile main10 --no-high-tier --level-idc 5.1 --qg-size 8 --limit-modes --no-open-gop --opt-ref-list-length-pps --keyint 60 --min-keyint 1 --lookahead-slices 0 --bitrate 40000 --crf-min 0.00 --crf-max 0.00 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --vbv-maxrate 40000 --vbv-bufsize 40000 --hrd --aud --deblock=-1:-1 --limit-sao --repeat-headers --range limited --colorprim bt2020 --colormatrix bt2020nc --master-display "G(8500,39850)B(6550,2300)R(35400,14600)WP(15635,16450)L(10000000,1)" --max-cll "1000,180" --hdr --output "d:\06_39_58_5510_04.265"
(just changed, the path to the tools and the location of the temp folder), the call works fine for me.
I get the same errors you did when the temp folder doesn't exist.
(tried different sources and couldn't reproduce the issue)
-> Does the folder: ""C:\Users\User\AppData\Local\Temp\" exist and can your user write to it?
Cu Selur
Hi, yes that folder does exist and I can write to it. I tried changing the Temp folder to Desktop, but the problem still exists.
I used your above code and it works, but its missing the "Transfer characteristics" "smpte-st-2084" bit. When I put "--transfer smpte-st-2084" into your code, then it doesnt work again :
that bit is important and I must have it in my encode.
Posts: 10.982
Threads: 57
Joined: May 2017
Okay, I just realized something: You are using an old version.
x265 renamed '-transfer smpte-st-2084' to '-transfer smpte2084', which is why your installation crashed. I fixed that a while ago in Hybrid,..
-> Update you version.
Cu Selur
Posts: 10
Threads: 1
Joined: Aug 2018
(12.08.2018, 15:59)Selur Wrote: Okay, I just realized something: You are using an old version.
x265 renamed '-transfer smpte-st-2084' to '-transfer smpte2084', which is why your installation crashed. I fixed that a while ago in Hybrid,..
-> Update you version.
Cu Selur
This seems to be working
I am using Hybrid 2018.08.05.1, which is the latest version on your website
Posts: 10
Threads: 1
Joined: Aug 2018
(12.08.2018, 15:59)Selur Wrote: Okay, I just realized something: You are using an old version.
x265 renamed '-transfer smpte-st-2084' to '-transfer smpte2084', which is why your installation crashed. I fixed that a while ago in Hybrid,..
-> Update you version.
Cu Selur
I am using the latest version of Hybrid but the smpte command doesnt work in that, which version is ok in?
Posts: 10.982
Threads: 57
Joined: May 2017
Last version works fine here.
Did you recreate the job? What does your encoding settings look like?
Would need a debug output of the processing to say more,...
Posts: 10
Threads: 1
Joined: Aug 2018
(13.08.2018, 16:14)Selur Wrote: Last version works fine here.
Did you recreate the job? What does your encoding settings look like?
Would need a debug output of the processing to say more,...
I used the latest version when I sent you the last debut output, the latest version (2018.08.05.1) has "--transfer smpte-st-2084" which doesnt work, only "--transfer smpte2084" works which you sent me for command prompt.
Posts: 10.982
Threads: 57
Joined: May 2017
13.08.2018, 17:46
(This post was last modified: 13.08.2018, 17:47 by Selur.)
I'll send you a link to my current dev version via PM which definitely sets '--transfer smpte2084'.
-> can't send you a pm, since you disabled it, so you'll have to wait for the next public release (may be next weekend in case I find the time)
Cu Selur
Posts: 10.982
Threads: 57
Joined: May 2017
When trying to send you a PM I get:
Quote:rudiano has private messaging disabled. You cannot send private messages to this user.
-> Check your settings:
https://forum.selur.net/usercp.php?action=options and enable 'Receive private messages from other users.' if you want to get PMs from others
Cu Selur
Posts: 10
Threads: 1
Joined: Aug 2018
(13.08.2018, 18:52)Selur Wrote: When trying to send you a PM I get:
Quote:rudiano has private messaging disabled. You cannot send private messages to this user.
-> Check your settings: https://forum.selur.net/usercp.php?action=options and enable 'Receive private messages from other users.' if you want to get PMs from others
Cu Selur
Thanks, I have done it
Posts: 9
Threads: 0
Joined: Aug 2018
(12.08.2018, 15:59)Selur Wrote: Okay, I just realized something: You are using an old version.
x265 renamed '-transfer smpte-st-2084' to '-transfer smpte2084', which is why your installation crashed. I fixed that a while ago in Hybrid,..
-> Update you version.
I've just installed the latest version available and the transfer option isn't correct for the x265 encoder.
Any idea when there will be a release with the change included?