Skip to content

Comments

Contributions#7

Draft
mdsnor wants to merge 3 commits intomainfrom
contributions
Draft

Contributions#7
mdsnor wants to merge 3 commits intomainfrom
contributions

Conversation

@mdsnor
Copy link
Member

@mdsnor mdsnor commented Sep 30, 2024

fixes #6

@mdsnor mdsnor requested a review from frafra September 30, 2024 17:16
@frafra frafra marked this pull request as draft October 1, 2024 08:45
@frafra frafra marked this pull request as ready for review October 1, 2024 08:46
cap.release()

# The following function is my attempt to substitute the function "extract_images_from_video_ffmpeg to avoid using ffmpeg"
def extract_images_from_video_av(video_path, output_folder):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just change the existing function instead of adding a new one, so that it is easy to compare the differences.

@frafra frafra marked this pull request as draft October 1, 2024 08:47
@frafra
Copy link
Collaborator

frafra commented Oct 1, 2024

I flagged this PR as draft since it is a work in progress (merging the code would not fix the related issue, since it just adds a new function that is not being used for now).
Reviews are meant to be done when the code is ready to be merged, so I just added a comment.

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.

Replace ffmpeg-python with av

2 participants