Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-27 Thread Michael Niedermayer
On Wed, Jan 25, 2017 at 04:41:44PM -0800, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > doc/ffmpeg.texi | 8 +++- > ffmpeg.c| 9 +++-- > ffmpeg_opt.c| 2 +- > 3 files changed, 15 insertions(+), 4 deletions(-) applied thx [...] -- Michael GnuPG fingerprint: 9F

[FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-25 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- doc/ffmpeg.texi | 8 +++- ffmpeg.c| 9 +++-- ffmpeg_opt.c| 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index cdea1a271f..996d6a6cc4 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-25 Thread Sasi Inguva
Updated the patch with using vstats_version. PTAL. On Sat, Jan 21, 2017 at 3:52 AM, Michael Niedermayer wrote: > On Fri, Jan 20, 2017 at 07:31:09PM -0800, Sasi Inguva wrote: > > Couldn't find any version that relates to vstats. There is nothing that > > says format may change any time , but ther

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-23 Thread Sasi Inguva
Thanks. I have sent a patch introducing -vstats_version option. PTAL. On Sat, Jan 21, 2017 at 3:52 AM, Michael Niedermayer wrote: > On Fri, Jan 20, 2017 at 07:31:09PM -0800, Sasi Inguva wrote: > > Couldn't find any version that relates to vstats. There is nothing that > > says format may change

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-21 Thread Michael Niedermayer
On Fri, Jan 20, 2017 at 07:31:09PM -0800, Sasi Inguva wrote: > Couldn't find any version that relates to vstats. There is nothing that > says format may change any time , but there is no defined format either. > Let me know the version enum I have to update if I need to. i dont think theres a enum

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-20 Thread Sasi Inguva
Couldn't find any version that relates to vstats. There is nothing that says format may change any time , but there is no defined format either. Let me know the version enum I have to update if I need to. On Fri, Jan 20, 2017 at 4:18 PM, Michael Niedermayer wrote: > On Thu, Jan 19, 2017 at 02:34

Re: [FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-20 Thread Michael Niedermayer
On Thu, Jan 19, 2017 at 02:34:14PM -0800, Sasi Inguva wrote: > Signed-off-by: Sasi Inguva > --- > ffmpeg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ffmpeg.c b/ffmpeg.c > index 977708c069..a566c3fe2a 100644 > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@ -1347,7 +1347,7 @@

[FFmpeg-devel] [PATCH] ffmpeg.c: Add output file index and stream index to vstats file.

2017-01-19 Thread Sasi Inguva
Signed-off-by: Sasi Inguva --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 977708c069..a566c3fe2a 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -1347,7 +1347,7 @@ static void do_video_stats(OutputStream *ost, int frame_size) enc = ost->en