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

Contributions #7

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Contributions #7

wants to merge 3 commits into from

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
@@ -36,6 +37,38 @@ def extract_images_from_video(video_path, output_folder):

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