/webm-converter

python wrapper around ffmpeg for converting any videos to mp4

Primary LanguagePythonMIT LicenseMIT

webm-converter

python wrapper around ffmpeg for converting any videos to mp4

Installation

Windows

Download ffmpeg build from https://github.com/BtbN/FFmpeg-Builds and place binaries into bin folder

MacOS/Linux

Install ffmpeg into your system

Usage

  1. Create _src directory.
  2. Put videos to be converted into _src.
  3. Create _mp4 directory. Here you'll see converted mp4 files.
  4. Run main.py