Re: [FFmpeg-devel] [PATCH v3] ffmpeg: add -fpsmax to clamp output framerate

2021-02-05 Thread Gyan Doshi
Pushed as d99cc1782563672bcdb46fb5ec51135847db8c99 On 05-02-2021 09:39 am, Gyan Doshi wrote: Will push in 12h if no further changes. On 03-02-2021 07:42 pm, Gyan Doshi wrote: Useful when encoding in batch or with aberrant inputs. ---   doc/ffmpeg.texi  |  7 +++   fftools/ffmpeg.c |

Re: [FFmpeg-devel] [PATCH v3] ffmpeg: add -fpsmax to clamp output framerate

2021-02-04 Thread Gyan Doshi
Will push in 12h if no further changes. On 03-02-2021 07:42 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 | 23 ---

[FFmpeg-devel] [PATCH v3] ffmpeg: add -fpsmax to clamp output framerate

2021-02-03 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 | 23 --- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/f