Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add -rmax to clamp output framerate

2021-02-03 Thread Gyan Doshi
On 03-02-2021 03:20 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2021-02-03 09:15:35) On 03-02-2021 01:41 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2021-02-01 14:22:27) Useful when encoding in batch or with aberrant inputs. --- doc/ffmpeg.texi | 7 +++ fftools/ffmpeg.c

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add -rmax to clamp output framerate

2021-02-03 Thread Gyan Doshi
On 03-02-2021 01:41 pm, Anton Khirnov wrote: Quoting Gyan Doshi (2021-02-01 14:22:27) Useful when encoding in batch or with aberrant inputs. --- doc/ffmpeg.texi | 7 +++ fftools/ffmpeg.c | 7 ++- fftools/ffmpeg.h | 3 +++ fftools/ffmpeg_opt.c | 24 +

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add -rmax to clamp output framerate

2021-02-02 Thread James Almer
On 2/3/2021 1:08 AM, Gyan Doshi wrote: Plan to push this in a day. It's been a day since you submitted this patch, so you can give people some more time to look at it. There's no hurry. On 01-02-2021 06:52 pm, Gyan Doshi wrote: Useful when encoding in batch or with aberrant inputs. ---  

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add -rmax to clamp output framerate

2021-02-02 Thread Gyan Doshi
Plan to push this in a day. On 01-02-2021 06:52 pm, Gyan Doshi wrote: Useful when encoding in batch or with aberrant inputs. --- doc/ffmpeg.texi | 7 +++ fftools/ffmpeg.c | 7 ++- fftools/ffmpeg.h | 3 +++ fftools/ffmpeg_opt.c | 24 +--- 4 files

[FFmpeg-devel] [PATCH v2] ffmpeg: add -rmax to clamp output framerate

2021-02-01 Thread Gyan Doshi
Useful when encoding in batch or with aberrant inputs. --- doc/ffmpeg.texi | 7 +++ fftools/ffmpeg.c | 7 ++- fftools/ffmpeg.h | 3 +++ fftools/ffmpeg_opt.c | 24 +--- 4 files changed, 37 insertions(+), 4 deletions(-) Forgot to nullify rmax with r set.