Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I create a basic video editor using ffmpeg-python. The editor has 5 features:
Change Video Format: Convert the video to a different format (e.g., mov, mp4, m4a, 3gp, 3g2, mj2).
Convert Video to MP3: Extract the audio from the video and save it as an MP3 file.
Extract Frames: Extract frames from the video and save them as individual images.
Trim Video: Trim the video by specifying a start and end time (in the format hh:mm:ss).
Adjust Video Speed: Change the speed of the video, which can be useful for creating slow-motion or fast-motion videos.
I have also added a readme file.
Looking forward to getting the PR merged and also to acquiring the hacktoberfest and hacktoberfest-accepted badge