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

Fix ffmpeg/tests/test_ffmpeg.py: test_pipe() (v1: ignore duplicate frames) #726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiota
Copy link

@xiota xiota commented Dec 11, 2022

FFmpeg 5.x duplicates trimmed frames instead of removing them. Resolves #636

This PR checks for the presence of duplicate frames.

FFmpeg 5.x duplicates trimmed frames instead of removing them.
@xiota xiota changed the title Fix ffmpeg/tests/test_ffmpeg.py: test_pipe() Fix ffmpeg/tests/test_ffmpeg.py: test_pipe() (v1: ignore duplicate frames) Jan 22, 2023
@emilazy
Copy link

emilazy commented Aug 3, 2024

This works for me on FFmpeg 7, unlike #737.

However I also had to replace 7.036000 with 7.035646 elsewhere in the file (increased precision from FFmpeg, I suppose?)

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.

error during building on python 3.10
2 participants