Skip to content

A small collection of FFMPEG tools which I use while working on Gooey

License

Notifications You must be signed in to change notification settings

admalekar/GooeyVideo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gooey Video

Overview

This project was started by chriskiehl but its not being developed further. I would like to expand the toolset to other small but handy tools to quickly edit the audio or video with a nice UI.

Currently it handles:

  • Screen recording
  • GIF conversion
  • General Trim/Crop/Scaling utils
  • Timelapse / Slideshow creation
  • Watermarking
  • extracting Audio from video

This is not aimed at being a general purpose UI for FFMPEG. Its library aspirations climb only to the heights of: moderately useful for specific work flows.

Installation and Quick Start

I ahve changed the setup from the original. Be warned, the FFMPEG binary is attached, which makes the installation footprint a whopping 70mb!

git clone https://github.com/admalekar/GooeyVideo.git
cd GooeyVideo
python.exe -m venv venv
.\venv\Scripts\activate
pip install -r .\requirements.txt

After the requirements are installed double click on start_gooeyVid.bat to start the GUI.

Demos

Screen Recording:

Triming / Cropping / Scaling:

TO DO

  • Added the demos for new tools
  • Remove audio from video
  • GIF to video
  • MP3 to WAV and WAV to MP3

About

A small collection of FFMPEG tools which I use while working on Gooey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Batchfile 0.1%