Log in

View Full Version : XviD CQM Editor For Linux 0.1.1


dotBL0t
19th October 2008, 11:07
Here it is!

http://img339.imageshack.us/img339/1947/xvidcqmeji2.png

The program was conceived and coded in Gambas in just few hours (beware of BUGS!!!). It's just a try to understand how this language works.
The main reason I created it is because I needed something to convert matrices used with the VFW version of XviD to a Mencoder (FFmpeg too?) compatible format.

Requirements:

gambas2-dev
gambas2-runtime
gambas2-gb-gui
gambas2-gb-gtk (for Gnome/Xfce users)
gambas2-gb-qt (for KDE users)
gambas2-gb-form

Link:

xvidcqme-0.1.1.tar.gz (http://www.files.to/get/439942/eubenovbdo)



Hope you like it!!! :D

kinematic
19th October 2008, 11:34
Nicely done but avidemux and dvd::rip already contain a cqm editor wich can export a cqm to a plain text file. Is there any advantage to your editor besides the fact you don't need avidemux or dvd::rip?

dotBL0t
19th October 2008, 11:47
Nicely done but avidemux and dvd::rip already contain a cqm editor wich can export a cqm to a plain text file. Is there any advantage to your editor besides the fact you don't need avidemux or dvd::rip?
Nope :D
I didn't know that avidemux and dvd::rip were able to export in plain text.
However, It was just a way to test this coding language and a way to test a workaround to fill its lack of control arrays. ;)