Re: [FFmpeg-devel] Add on-the-fly bitrate adjustment for encoding

2019-10-11 Thread Michael Niedermayer
On Thu, Oct 10, 2019 at 09:24:08AM -0700, Adrian Cable wrote: > This is an addition to ffmpeg.c which enables on-the-fly encoder (e.g. H.264) > bitrate adjustment using ffmpeg interactive mode. For example, specify “-b:v > 299k -bufsize 299k” on the command line to start encoding at 299kbit/sec,

Re: [FFmpeg-devel] Add on-the-fly bitrate adjustment for encoding

2019-10-11 Thread Adrian Cable
Kieran et al. - understand your comments - feel free to reject the patch. -Adrian On 10/11/19, 7:52 AM, "ffmpeg-devel on behalf of Kieran Kunhya" wrote: On Fri, 11 Oct 2019 at 10:16, Moritz Barsnick wrote: > On Thu, Oct 10, 2019 at 09:24:08 -0700, Adrian Cable wrote: > >

Re: [FFmpeg-devel] Add on-the-fly bitrate adjustment for encoding

2019-10-11 Thread Kieran Kunhya
On Fri, 11 Oct 2019 at 10:16, Moritz Barsnick wrote: > On Thu, Oct 10, 2019 at 09:24:08 -0700, Adrian Cable wrote: > > This is an addition to ffmpeg.c which enables on-the-fly encoder (e.g. > H.264) bitrate adjustment using ffmpeg interactive mode. For example, > specify “-b:v 299k -bufsize

Re: [FFmpeg-devel] Add on-the-fly bitrate adjustment for encoding

2019-10-11 Thread Moritz Barsnick
On Thu, Oct 10, 2019 at 09:24:08 -0700, Adrian Cable wrote: > This is an addition to ffmpeg.c which enables on-the-fly encoder (e.g. H.264) > bitrate adjustment using ffmpeg interactive mode. For example, specify “-b:v > 299k -bufsize 299k” on the command line to start encoding at 299kbit/sec,