Closed raztexel closed 4 years ago
Currently, there are no -svt-params
or similar for any of the SVT encoder ffmpeg plugins, although it may be possible for SVT-AV1
Hi @raztexel , https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch#L518 shows all the flags ffmpeg plugin supports, which map to the encoder parameters in https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/Docs/svt-hevc_encoder_user_guide.md#list-of-all-configuration-parameters
Hi @raztexel , any more questions around this topic? If not, could you close? Thank you.
Is there a document that describes the SVT specific flag the ffmpeg-svt supports such as umv, tile_row, tile_column. Is there a way to pass flag directly to SVT using a flasg such as -x265-params for x265?