Skip to content

Simple Python GUI to use FFmpeg to convert to H264.

License

Notifications You must be signed in to change notification settings

craftnut/TurnH264

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I am currently working on a refactor, please check branch refactor for more info

TurnH264

*A simple GUI

program that converts the selected video into H264 using FFmpeg.*

How to run from source (Every OS):
Install requirements: pip install -r requirements.txt
FFmpeg builds are available at https://www.ffmpeg.org/download.html, but they should automatically download
Everything should work on Windows and Linux, while it is not tested on other systems, it should work on any machine that supports Python and FFmpeg.

Would like to implement:

  • Progress bar
  • FFmpeg downloader
  • Proper macOS support
  • FFmpeg NVENC build support Delayed indefinitely