Skip to content

craftnut/TurnH264

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