Re: [FFmpeg-devel] [PATCH v3] avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoder

2022-08-29 Thread Sebastian Beckmann
> The patch doesn't apply. Can you create a .patch file with git format-patch > and send the file as an attachment? Sometimes email clients/providers > corrupt inline patches. v3-0001-avcodec-videotoolboxenc-Add-CBR-option-to-H264-an.patch Description: v3-0001-avcodec-videotoolboxenc-Add-CBR-op

[FFmpeg-devel] [PATCH v3] avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoder

2022-08-28 Thread Sebastian Beckmann
Adds an option to use constant bitrate instead of average bitrate to the videotoolbox encoders. This is enabled via -constant_bit_rate true. macOS 13 is required for this option to work. Signed-off-by: Sebastian Beckmann --- Removed the hard-coded check for Apple Silicon CPUs. libavcodec

[FFmpeg-devel] [PATCH v2] avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoder

2022-08-26 Thread Sebastian Beckmann
Adds an option to use constant bitrate instead of average bitrate to the videotoolbox encoders. This is enabled via -constant_bit_rate true. macOS 13 is required for this option to work. Signed-off-by: Sebastian Beckmann --- Changes the name of vtenc_constant_bit_rate_enabled to

[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: Add CBR option to H264 and HEVC encoder

2022-08-26 Thread Sebastian Beckmann
Adds an option to use constant bitrate instead of average bitrate to the videotoolbox encoders. This is enabled via -constant_bit_rate true. macOS 13 is required for this option to work. Signed-off-by: Sebastian Beckmann --- libavcodec/videotoolboxenc.c | 37