-
Notifications
You must be signed in to change notification settings - Fork 169
SVT-HEVC transcode with ffmpeg plugin hangs after completion of transcode #463
Comments
Please use triple backticks (```) to block off the console output
It prevents github from formatting the output and create links to other issues like |
Hi @CACUser , Please try whether PR #475 could fix the hang issue or not. If not, could you also paste other output logs besides of the hanging stack? And please help upload CSGO_SVT-HEVC.mp4 to some public places (cloud?) where we can access to. Thanks! |
Hi @CACUser , I wonder if you could try out our latest code on master. Or you could share the file so that we can try to reproduce. |
Hi @CACUser , I didn't reproduce the ffmpeg hang issue after completing transcoding, with either of the 2 commands below:
But, I reproduced another random hang issue during transcoding with the 2nd command above. We will track it as well with more symptons, and you can also double check in your side. If you still have the hang issue after completing transcoding, please help create an account so we can remotely debug on your ROME system. BTW, I'm using the latest commit of master branch, and the v4.2 branch of ffmpeg plus SVT-HEVC plugin. Thanks! |
Hi @CACUser , we couldn't reproduce hang(500 runs) after completion of transcode with ffmpeg 4.2 and SVT-HEVC master. But we did observe encoding random hang which is recorded in #498. Pls help verify. If we are on the same page, could you close this issue? |
I have observed the same with latest from master. Will close this issue. |
I am able to reliably get what I think is the same issue described in this thread i.e. the encoder hanging on EbDeinitEncoder. I achieve this by attempting a real-time encode on hardware that cannot quite cope with it, so it maxes out at 100% cpu. When I attempt to close the encoder, it hangs. I'm linking directly to the FFmpeg libraries, and I have callstack as far as the call into EbDeinitEncoder:
This is with 1.4.3 so I guess I will try and see if this happens with the latest master code. |
Ok, I think the issue I am getting might be a different one, so I've opened new issue here: |
This occurs on a ROME system (2S Rome - 7742 cores - 128 ).
The code is being called in a container (OS - ubuntu 18.04)
Command line being used:
-i /var/www/archive/CSGO_SVT-HEVC.mp4 -c:v libsvt_hevc -rc 1 -preset 4 -b:v 4.4M -maxrate 4.4M -bufsize 8.8M -r 60 -g 120 1080P.mp4
Tried again after removing the “-g 120” (set GOP size) option from your command line
(In gdb console) set args -i /var/www/archive/CSGO_SVT-HEVC.mp4 -c:v libsvt_hevc -rc 1 -preset 4 -b:v 4.4M -maxrate 4.4M -bufsize 8.8M -r 60 1080P.mp4
Here's the output:
Unable to include the input video file.
The text was updated successfully, but these errors were encountered: