Posts: 2
Threads: 1
Joined: Apr 2018
Hi All,
I am exporting out of Premiere as DNxHR and trying to transcode to x265 with Hybrid 2018.04.08.1 on Windows 10.
Every time it crashes/aborts because the .265 temp file doesn't get created (even when changing temp path). I haven't had the same issue with any other file types but really would like to use this workflow if possible. I can generate and post log file if need be but I thought I would do a quick ask and see if anyone else has a simple solution?
Thanks!
Posts: 10.553
Threads: 57
Joined: May 2017
At least I can't help with details and a debug output would help. The normal log doesn't help at all.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 2
Threads: 1
Joined: Apr 2018
(16.04.2018, 18:38)Selur Wrote: At least I can't help with details and a debug output would help. The normal log doesn't help at all.
Here ya go. Does it when trying to transcode x264 to x265 as well, which is what this debug log shows.
Posts: 10.553
Threads: 57
Joined: May 2017
Quote:I am exporting out of Premiere as DNxHR and trying to transcode to x265 with Hybrid 2018.04.08.1 on Windows 10.
Looking at the debug output the encoding call looks like this:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -threads 8 -i "F:\Semicolon\Renders\x264pro vr test.mp4" -map 0:0 -an -sn -vsync 0 -pix_fmt yuv422p -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\x265.exe" --input - --y4m --qg-size 8 --limit-modes --no-open-gop --radl 2 --lookahead-slices 0 --crf 18.00 --cbqpoffs -2 --crqpoffs -2 --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --range limited --colormatrix bt709 --output "F:\Semicolon\Renders\15_10_16_2610_01.265"
the input is an mp4 container, which should not support DNxHR -> confused
What happens if you call the encoding call inside a Windows Command Prompt?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.