/mugi-ffmpeg

Gui for ffmpeg to simplify transcoding and embeding audio / subtitles in mkv videos

Primary LanguageC++MIT LicenseMIT

mugi-ffmpeg

Gui for ffmpeg to simplify transcoding and embeding audio / subtitles in mkv videos

mugi-ffmpeg mugi-ffmpeg

Build

Windows

  1. Install qt5 from www.qt.io (direct link)
  2. Include compiler and qt path to %PATH% env variable
  3. In cmd run
git clone git@github.com:mugiseyebrows/mugi-ffmpeg.git
cd mugi-ffmpeg
qmake
make release

Compiled binaries with all dependencies are available in releases tab

Linux (Ubuntu)

In terminal run

sudo apt install build-essential qtbase5-dev git
git clone git@github.com:mugiseyebrows/mugi-ffmpeg.git
cd mugi-ffmpeg
qmake -qt=5 'CONFIG+=release'
make
make clean
sudo make install # installs to /usr/local/bin
python desktop.py # copies icons, creates desktop file