mugiseyebrows / mugi-ffmpeg

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 94.0%Language:Python 3.8%Language:QMake 2.1%Language:C 0.1%