mirror of
https://github.com/livepeer/lpms
synced 2026-04-23 00:07:25 +08:00
11a5584d69
* Improve VFR support. Manually calculate the duration of each frame and set the PTS to that before submitting to the filtergraph. This allows us to better support variable frame rates, and is also better aligned with how ffmpeg does it. This may change the number of frames output by the FPS filter by +/- 1 frame. These aren't issues in themselves but breaks a lot of test cases which will need to be updated. * Update test cases for VFR.