Frontend for ffmpeg2theora - Release 2

General information

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"
	
Second command will build program and copy executable (ffmpeg2theora_fe) to destination specified in DESTDIR variable in project file (see above). To uninstall program, run
	su -c "make distclean"
	
from source directory. Or you may manualy remove the executable.

Language packs

Download desired language pack and copy it to directory ~/.ffmpeg2theora_fe If this directory does not exist, create it.

Changelog

Screenshots

1. Welcome screen

ffmpeg2theora_fe

2. Insert video into queue

ffmpeg2theora_fe

3. Video queue

ffmpeg2theora_fe

4. Profile selection

ffmpeg2theora_fe

5. Basic settings

ffmpeg2theora_fe

6. Frame properties

ffmpeg2theora_fe

7. Advanced properties

ffmpeg2theora_fe

8. Conversion

ffmpeg2theora_fe

Contact


<< Go back