OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
518 stars 170 forks source link

Output(s) from FFmpeg's `libsvt_hevc` encoder wrapper cannot be packaged via `shaka-packager` unless `forced-idr 1` is set. #646

Open Brainiarc7 opened 7 months ago

Brainiarc7 commented 7 months ago

Hello there,

The subject matter refers. When generating HEVC content for downstream packaging with shaka-packager, no segments are generated unless forced-idr 1 is set. This, when enabled, introduces visual artifacts into the encoded video streams as a side effect. Is there another option/parameter to generate closed GOPs without having to specify this option forced-idr 1?