Skip to content

JakeM650/Convert-to-MP4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Convert-to-MP4

Why: I needed to convert .avi to .mp4 to play on my TV.

  • Uses ffmpeg to convert video files to .mp4
  • Defaults to GPU encoding on NVDA GPU, will fallback to CPU

Requirements

Setup & Usage

  1. Download ffmpeg full
  2. Add the direct path to the ffmpeg/bin directory to your system’s PATH environment variable
  3. Create an input and output folder in project directory
  4. Put video files in the input folder
  5. Run the script

To support more formats, add file extensions to the supported_extensions tuple.

About

Python script that converts videos to MP4.

Topics

Resources

Stars

Watchers

Forks

Languages