Jun
Jun
The above command line can be shortened as `./SvtHevcEncApp -lad 0 -rc 1 -w 1920 -h 1080 -i ../../../../yuv/2048x1080_420_5.yuv -b out.bin -n 500` - Hangs after output 461 frame. Only...
> Chance of crash/hung-up very dependent of command-line parameters. With my command-line I can see crashes after 30 frames, sometimes. > BTW, Tianjun, you used source file 2048x1080 and tried...
The crash is very random on my side. What is the schedule of your release?
Thanks @nabletMuzzi. I debugged the hang issue, which is a regression when yuv 422/444 feature is introduced. It is still under investigation. The crash issue, I only saw it once...
Hi @nabletMuzzi, @IvanNablet, I am not sure if you evaluated different `-lad` value to the result bitrate compared with target bitrate. From my experience, use `-lad 0` with `-rc 1`,...
Hi @IvanNablet @nabletMuzzi , glad to see the workaround works for you. Thank you for reporting the issue. I will mark it as an known issue. Reproduce steps: 1) Use...
Hi @puligclone, I will try to reproduce it tomorrow. The error seems related to tile. Is it necessary to enable tile in your use case? If not, could you try...
Thank you @puligclone for reporting the issue.
This issue only shows up for 10bits and resolution is not multiple-of-8. It can be simplified as ` ./ffmpeg -y -i "4k_10bits.mp4" -vf "crop=3840:1604:0:278" -pix_fmt yuv420p10le -c:v libsvt_hevc "out_10bits.mkv"`. Will...
Thanks Caixuan submitting the issue. We will investigate.