01.06.2019, 13:06
(01.06.2019, 13:04)Selur Wrote: [ -> ]Works fine here too.
Did you try it in Handbrake too? The FFMPEG NVENC of Handbrake ouputs a real 8K resolution file.
(01.06.2019, 13:04)Selur Wrote: [ -> ]Works fine here too.
(01.06.2019, 13:08)Selur Wrote: [ -> ]No, I used Hybrid.
For my Hybrid doesn't resize to a lower resolution unless I tell it to. (Using Crop/Resize->Base->Resize->Picture Resize)
To say anything about the ffmpeg crash I would need a way to reproduce the issue or at least a debug output of the encoding,...
-> read the sticky and provide proper info if you want help
ffmpeg -y -loglevel fatal -noautorotate -threads 8 -i "C:\Users\Selur\Desktop\paloma8kprores.mov" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv444p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | NVEncC --y4m -i - --fps 24.000 --codec h265 --profile main444 --level auto --tier high --sar 1:1 --lookahead 32 --output-depth 10 --cbrhq 44000 --max-bitrate 240000 --aq --gop-len 600 --strict-gop --bframes 4 --ref 7 --weightp --mv-precision Q-pel --cu-max 32 --cu-min 8 --preset quality --colormatrix bt709 --cuda-schedule sync --output "E:\Temp\paloma8kprores_13_36_54_1210_02.265"
Max B frames are 0 frames.
HEVC encode with weightp is known to be unstable on some environments.
Consider not using weightp with HEVC encode if unstable.
Failed to cuMemAllocPitch, 2 (cudaErrorMemoryAllocation)
ffmpeg -y -loglevel fatal -noautorotate -threads 8 -i "C:\Users\Selur\Desktop\paloma8kprores.mov" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv444p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | NVEncC --y4m -i - --fps 24.000 --codec h265 --profile main444 --level auto --tier high --sar 1:1 --lookahead 32 --output-depth 10 --cbrhq 44000 --max-bitrate 240000 --aq --gop-len 600 --strict-gop --bframes 4 --ref 7 --weightp --mv-precision Q-pel --preset quality --colormatrix bt709 --cuda-schedule sync --output "E:\Temp\paloma8kprores_13_36_54_1210_02.265""
y4m: failed to parse y4m header.
Failed to open input file.
ffmpeg -y -loglevel fatal -noautorotate -threads 8 -i "C:\Users\Selur\Desktop\paloma8kprores.mov" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv444p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | NVEncC --y4m -i - --fps 24.000 --codec h265 --sar 1:1 --output-depth 10 --cbrhq 44000 --max-bitrate 240000 --colormatrix bt709 --output "E:\Temp\paloma8kprores_13_36_54_1210_02.265"
(01.06.2019, 13:43)Selur Wrote: [ -> ]And since you did not read the sticky and didn't provide any information for me to reproduce this I don't know how I could help.
as a side note: "HEVC encode with weightp is known to be unstable on some environments."
Tested on my current system:
and got:Code:ffmpeg -y -loglevel fatal -noautorotate -threads 8 -i "C:\Users\Selur\Desktop\paloma8kprores.mov" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv444p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | NVEncC --y4m -i - --fps 24.000 --codec h265 --profile main444 --level auto --tier high --sar 1:1 --lookahead 32 --output-depth 10 --cbrhq 44000 --max-bitrate 240000 --aq --gop-len 600 --strict-gop --bframes 4 --ref 7 --weightp --mv-precision Q-pel --cu-max 32 --cu-min 8 --preset quality --colormatrix bt709 --cuda-schedule sync --output "E:\Temp\paloma8kprores_13_36_54_1210_02.265"
When using: (removed the cu-settings)Code:Max B frames are 0 frames.
HEVC encode with weightp is known to be unstable on some environments.
Consider not using weightp with HEVC encode if unstable.
Failed to cuMemAllocPitch, 2 (cudaErrorMemoryAllocation)
I get:Code:ffmpeg -y -loglevel fatal -noautorotate -threads 8 -i "C:\Users\Selur\Desktop\paloma8kprores.mov" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv444p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | NVEncC --y4m -i - --fps 24.000 --codec h265 --profile main444 --level auto --tier high --sar 1:1 --lookahead 32 --output-depth 10 --cbrhq 44000 --max-bitrate 240000 --aq --gop-len 600 --strict-gop --bframes 4 --ref 7 --weightp --mv-precision Q-pel --preset quality --colormatrix bt709 --cuda-schedule sync --output "E:\Temp\paloma8kprores_13_36_54_1210_02.265""
Code:y4m: failed to parse y4m header.
Failed to open input file.
-> seems like NVEncC has a problem with yuv444p10le input (opened an issue entry for Rigaya: https://github.com/rigaya/NVEnc/issues/127)
(01.06.2019, 14:00)Selur Wrote: [ -> ]That command line doesn't help me at all.
Have you read the sticky, like I asked you to?!?
(01.06.2019, 15:52)Selur Wrote: [ -> ]See https://github.com/rigaya/NVEnc/issues/127 for further updates.
Atm. it looks like at least the 8GB of my Geforce GTX 1070 Ti are not enough to handle 10bit 4:4:4 HEVC encoding with 4k or 8k. (4:2:0 works fine, when lowering the lookahead)
-> for the time being I won't change anything in Hybrid in this regard
Cu Selur