Re: [FFmpeg-devel] [PATCH] avcodec/mediacodec: Add support of dynamic bitrate

2024-05-29 Thread Dmitrii Okunev
Thanks for the response. On Wed, 2024-05-29 at 12:19 +0800, Zhao Zhili wrote: > > 在 2024年5月29日,上午5:56,Dmitrii Okunev 写道: > > > > MediaCodec supports parameter "video-bitrate" to change the bitrate > > on fly. This commit adds capability to use it. > > > > It adds option -bitrate_ctrl_socket to

Re: [FFmpeg-devel] [PATCH] avcodec/mediacodec: Add support of dynamic bitrate

2024-05-28 Thread Zhao Zhili
> 在 2024年5月29日,上午5:56,Dmitrii Okunev 写道: > > MediaCodec supports parameter "video-bitrate" to change the bitrate > on fly. This commit adds capability to use it. > > It adds option -bitrate_ctrl_socket to the encoder which makes > the encoder to create an UNIX socket and listen for messages >

Re: [FFmpeg-devel] [PATCH] avcodec/mediacodec: Add support of dynamic bitrate

2024-05-28 Thread Dmitrii Okunev
Sorry for re-posting the patch twice. To send to the mailing list I had to change the settings of my local postfix and made a mistake. Anyway, just for convenience providing the list of changes since the previous revision of the patch: < on fly. This commit add possibility to use it. --- > on

[FFmpeg-devel] [PATCH] avcodec/mediacodec: Add support of dynamic bitrate

2024-05-28 Thread Dmitrii Okunev
MediaCodec supports parameter "video-bitrate" to change the bitrate on fly. This commit adds capability to use it. It adds option -bitrate_ctrl_socket to the encoder which makes the encoder to create an UNIX socket and listen for messages to change the bitrate. An example of ffmpeg execution:

[FFmpeg-devel] [PATCH] avcodec/mediacodec: Add support of dynamic bitrate

2024-05-28 Thread Dmitrii Okunev
MediaCodec supports parameter "video-bitrate" to change the bitrate on fly. This commit adds capability to use it. It adds option -bitrate_ctrl_socket to the encoder which makes the encoder to create an UNIX socket and listen for messages to change the bitrate. An example of ffmpeg execution:

Re: [FFmpeg-devel] [PATCH] avcodec/mediacodec: Add support of dynamic bitrate

2024-05-28 Thread Andrew Sayers
On Mon, May 27, 2024 at 01:49:47PM +0100, Dmitrii Okunev wrote: > MediaCodec supports parameter "video-bitrate" to change the bitrate > on fly. This commit add possibility to use it. > > It adds option -bitrate_ctrl_socket to the encoder which makes > the encoder to create an UNIX socket and liste

[FFmpeg-devel] [PATCH] avcodec/mediacodec: Add support of dynamic bitrate

2024-05-27 Thread Dmitrii Okunev
MediaCodec supports parameter "video-bitrate" to change the bitrate on fly. This commit add possibility to use it. It adds option -bitrate_ctrl_socket to the encoder which makes the encoder to create an UNIX socket and listen for messages to change the bitrate. An example of ffmpeg execution: