Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant