craftnut / TurnH264

Simple Python GUI to use FFmpeg to convert to H264.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Python GUI to use FFmpeg to convert to H264.

License:Other


Languages

Language:Python 100.0%