Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-11 Thread Michael Niedermayer
On Fri, Mar 10, 2017 at 04:27:54PM +0100, Przemysław Sobala wrote: > On Wed, Mar 8, 2017 at 9:27 AM, Przemysław Sobala < > przemyslaw.sob...@gmail.com> wrote: > > > On Fri, Mar 3, 2017 at 9:38 AM, Przemysław Sobala < > > przemyslaw.sob...@gmail.com> wrote: > > > >> From: Przemysław Sobala > >> >

Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-10 Thread Przemysław Sobala
On Wed, Mar 8, 2017 at 9:27 AM, Przemysław Sobala < przemyslaw.sob...@gmail.com> wrote: > On Fri, Mar 3, 2017 at 9:38 AM, Przemysław Sobala < > przemyslaw.sob...@gmail.com> wrote: > >> From: Przemysław Sobala >> >> Provides a way to change bandwidth parameter inside DASH manifest after a >> non-C

Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-08 Thread Przemysław Sobala
On Fri, Mar 3, 2017 at 9:38 AM, Przemysław Sobala < przemyslaw.sob...@gmail.com> wrote: > From: Przemysław Sobala > > Provides a way to change bandwidth parameter inside DASH manifest after a > non-CBR H.264 encoding. > Caller now is able to compute the bitrate by itself, after all packets > have

[FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-03 Thread Przemysław Sobala
From: Przemysław Sobala Provides a way to change bandwidth parameter inside DASH manifest after a non-CBR H.264 encoding. Caller now is able to compute the bitrate by itself, after all packets have been written, and then set that value in AVFormatContext->streams->codecpar->bit_rate before cal

Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-02 Thread Michael Niedermayer
On Wed, Mar 01, 2017 at 11:48:47PM +0100, Przemysław Sobala wrote: > 23 lut 2017 21:39 "Przemysław Sobala" > napisał(a): > > On Wednesday, February 22, 2017, Przemysław Sobala < > przemyslaw.sob...@gmail.com> wrote: > > > From: Przemysław Sobala > > > > Provides a way to change bandwidth (bitra

Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-03-01 Thread Przemysław Sobala
23 lut 2017 21:39 "Przemysław Sobala" napisał(a): On Wednesday, February 22, 2017, Przemysław Sobala < przemyslaw.sob...@gmail.com> wrote: > From: Przemysław Sobala > > Provides a way to change bandwidth (bitrate) parameter after CRF H.264 > encoding (details: http://ffmpeg.org/pipermail/li > b

Re: [FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-02-23 Thread Przemysław Sobala
On Wednesday, February 22, 2017, Przemysław Sobala < przemyslaw.sob...@gmail.com> wrote: > From: Przemysław Sobala > > > Provides a way to change bandwidth (bitrate) parameter after CRF H.264 > encoding (details: http://ffmpeg.org/pipermail/libav-user/2017-February/ > 010141.html) > > Signed-off-b

[FFmpeg-devel] [PATCH] lavf/dashenc: update bitrates on dash_write_trailer

2017-02-22 Thread Przemysław Sobala
From: Przemysław Sobala Provides a way to change bandwidth (bitrate) parameter after CRF H.264 encoding (details: http://ffmpeg.org/pipermail/libav-user/2017-February/010141.html) Signed-off-by: Przemysław Sobala --- libavformat/dashenc.c | 42 ++ 1 fil