Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve VFR support #393

Merged
merged 2 commits into from
May 13, 2024
Merged

Improve VFR support #393

merged 2 commits into from
May 13, 2024

Commits on Apr 11, 2024

  1. 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.
    j0sh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    55a5d80 View commit details
    Browse the repository at this point in the history
  2. Update test cases for VFR.

    j0sh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1986cd4 View commit details
    Browse the repository at this point in the history