Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg transcoding randomly hangs with SVT-HEVC encoder #498

Open
Austin-Hu opened this issue Mar 16, 2020 · 0 comments
Open

ffmpeg transcoding randomly hangs with SVT-HEVC encoder #498

Austin-Hu opened this issue Mar 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Austin-Hu
Copy link
Contributor

Austin-Hu commented Mar 16, 2020

When repeat running the 2 ffmpeg commands below, the ffmpeg transoding randomly hangs:

    ./ffmpeg -i 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 -y 1080P.mp4
    ./ffmpeg -i ToS_2160p_59.94fps_2min.mp4 -c:v libsvt_hevc -rc 1  -preset 5 -b:v 9.6M -maxrate 9.6M -bufsize 19.2M -y -r 60 -g 60 -sc_detection 0 4k.mp4

The video clips are here. The issue could be reproduced with the SVT-HEVC commit of master branch, and the v4.2 branch of ffmpeg plus SVT-HEVC plugin. And need to find the pattern to simplify the reproducing steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant