Skip to content

MotdHS/MotdHS-FFmpeg-Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotdHS-FFmpeg-Utility

NOTE: This project has now been abandoned, and I will start working on a rewrite soon

A tool written in Python that uses FFmpeg to modify a video/audio file.

This tool is still work in progress, and there might be some bugs.

It's only tested in Windows, so I can't guarantee that it will work on Linux or Mac OS.

Features

  • Change Bitrate, FPS, Resolution of a video
  • Change Speed of a video

How to build - Windows

  • Download and Install python at https://www.python.org/ (Make sure you check "Add Python 3.x to PATH")

  • Open Command Prompt, and navigate to the folder.

  • Type in pip install -r requirements.txt, and pip install pyinstaller.

  • After that, you can build with pyinstaller main.py --onefile.

  • The .exe file should be in "dist" folder

About

A tool written in Python that uses FFmpeg to modify a video/audio file

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages