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

feat: improve FFmpeg seeking #26

Merged
merged 2 commits into from
Jan 27, 2024
Merged

feat: improve FFmpeg seeking #26

merged 2 commits into from
Jan 27, 2024

Commits on Jan 26, 2024

  1. feat: improve FFmpeg seeking

    Add three seek improvements which increase the range of file formats that can be directly decoded through FFmpeg and thus reduce the likelihood that audio proxies are required: report container duration when stream duration is unavailable, consider non-zero start PTSs, and handle cases where FFmpeg seeks end up at too early frames.
    protyposis committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4797195 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Add tests

    protyposis committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d64ff40 View commit details
    Browse the repository at this point in the history