Re: [FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-03-29 Thread Predrag Filipovic
heir lower bound is flexible (and no need to constantly check pcr value). In general, I will do per you suggestions (as soon as I get some "breathing space" ...) Regards, Predrag Filipovic On Mon, Mar 28, 2016 at 9:23 PM, Michael Niedermayer wrote: > On Mon, Mar 28, 2016 at 07

Re: [FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-03-28 Thread Predrag Filipovic
ur suggestions and also include other recommended changes (see inline). Regards Predrag Filipovic On Sun, Mar 27, 2016 at 8:09 AM, Michael Niedermayer wrote: > On Fri, Mar 25, 2016 at 12:50:29PM -0400, Predrag Filipovic wrote: > > Enable proper PCR insertion for VBR multiplexing (m

Re: [FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-03-26 Thread Predrag Filipovic
mments). My apology, thanks for your attention Predrag Filipovic On Sat, Mar 26, 2016 at 10:55 AM, Michael Niedermayer < mich...@niedermayer.cc> wrote: > On Fri, Mar 25, 2016 at 12:50:29PM -0400, Predrag Filipovic wrote: > > Enable proper PCR insertion for VBR multiplexing (muxrate not

[FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-03-25 Thread Predrag Filipovic
Enable proper PCR insertion for VBR multiplexing (muxrate not specified). Insertion timing is based on video frame keys and frame period, consequently pcr period precision is limited to +/- one video frame period. Signed-off-by: Predrag Filipovic --- libavformat/mpegtsenc.c | 80

[FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-03-24 Thread Predrag Filipovic
) thus, in this patch (work in progress), pcr period precision is limited to +/- one video frame period Signed-off-by: Predrag Filipovic --- libavformat/mpegtsenc.c | 80 + 1 file changed, 61 insertions(+), 19 deletions(-) diff --git a/libavformat

[FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-02-19 Thread Predrag Filipovic
) thus, in this patch (work in progress), pcr period precision is limited to +/- one video frame period Signed-off-by: Predrag Filipovic --- libavformat/mpegtsenc.c | 80 + 1 file changed, 61 insertions(+), 19 deletions(-) diff --git a/libavformat