Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. Frontend for ffmpeg2theora converts any video which ffmpeg can decode into Ogg/Theora format.
For full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
Requirements:
· QT 3.3.x
· ffmpeg2theora
What's New in This Release:
· Fixed tab order
· Added support for ffmpeg2theora profiles
· Updated to latest ffmpeg2theora (0.18) - now you can set up image properties (contrast, brightness, gamma correction and saturation)
· Added possibility to save task queue as shell script
· Reorganized wizard pages to make it easier to use
· Cleaned up sources
Product's homepage