Skip to content
/ DuME Public
forked from RxLaboratory/DuME

Tools and UI for FFmpeg with Qt/C++

License

Notifications You must be signed in to change notification settings

asdlei99/DuME

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuME - The Duduf Media Encoder

Rendering and transcoding medias.

Dependencies

  • Qt >= 5.9.8
  • OpenImageIO >= 2.0
  • FFmpeg executable binary >= 3.4

Build

First, get and install the dependencies:
Install Qt along with Qt Creator,
Then install the OpenImageIO library for development,
And finally, get an FFmpeg executable binary to transcode medias with DuME.

Then, you can just open and build the project with Qt Creator. The project and the source code are in the src sub-directory.

Linux

  • Qt: use the online installer for Qt.
  • OpenImageIO is probably available in your distribution packages.
    With Aptitude (Ubuntu / Debian): sudo apt-get install libimageio-dev.
    Otherwise, you will have to build it from source.
  • FFmpeg is also probably available in your distribution packages.
    With Aptitude (Ubuntu / Debian): sudo apt-get install ffmpeg.

Windows

  • Qt: use the online installer for Qt.
  • OpenImageIO: TODO
  • FFmpeg can be downloaded here. In order to let DuME use it automatically, you can copy ffmpeg.exe in the same directory where you build DuME.

About

Tools and UI for FFmpeg with Qt/C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.5%
  • CSS 5.1%
  • QMake 1.5%
  • Other 0.9%