Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add option fps_mode

2022-06-11 Thread Jie Zhang
Now the `vsync` function has a better name. On the other hand, I'm curious whether the `vsync`/`fps_mode` function is still valuable in the ffmpeg tool source since the `fps` filter does almost the same job, but may have less coupling? On Sat, Jun 11, 2022 at 12:24 PM Gyan Doshi wrote: > Pushed

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add option fps_mode

2022-06-10 Thread Gyan Doshi
Pushed as 09c53a04c5892baee88872fbce3df17a00472faa On 2022-06-10 06:39 pm, Gyan Doshi wrote: fps_mode sets video sync per output stream. Overrides vsync for matching streams. vsync is deprecated. --- doc/ffmpeg.texi | 14 -- fftools/ffmpeg.c | 9 + fftools/ffmp