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

added a basic video editor #238

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

Humzafazal72
Copy link

@Humzafazal72 Humzafazal72 commented Oct 24, 2023

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

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