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

Conversation

protyposis
Copy link
Owner

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 times,
  • handle cases where seeks end up too early.

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 protyposis merged commit 682cf2d into main Jan 27, 2024
3 checks passed
@protyposis protyposis deleted the feat/ffmpeg-seeking branch January 27, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant