Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: improved cbr mode pcr accuracy

2016-06-14 Thread Michael Niedermayer
On Tue, Jun 14, 2016 at 04:25:50PM +0300, Alexander Shumsky wrote: > 08.06.2016 18:48, Michael Niedermayer пишет: > >did you test this ? > >if so please provide information & test results from it > > > >also has this been tested with multiple programs ? > > We have tested this with StreamGuru MPEG

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: improved cbr mode pcr accuracy

2016-06-14 Thread Alexander Shumsky
08.06.2016 18:48, Michael Niedermayer пишет: did you test this ? if so please provide information & test results from it also has this been tested with multiple programs ? We have tested this with StreamGuru MPEG Analyzer. With default 20ms PCR interval patched version gives max PCR interval

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: improved cbr mode pcr accuracy

2016-06-08 Thread Michael Niedermayer
On Tue, Jun 07, 2016 at 02:49:38PM +0300, ale...@netup.ru wrote: > From: Alex Shumsky > > --- > libavformat/mpegtsenc.c | 64 > - > 1 file changed, 37 insertions(+), 27 deletions(-) did you test this ? if so please provide information & test resu

[FFmpeg-devel] [PATCH] libavformat/mpegtsenc: improved cbr mode pcr accuracy

2016-06-07 Thread alex3d
From: Alex Shumsky --- libavformat/mpegtsenc.c | 64 - 1 file changed, 37 insertions(+), 27 deletions(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index 93cbac1..b1ff82f 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat/m