Dedicado a mis proyectos en Gambas ,un lenguaje de programación parecido al Visual Basic + Java pero ampliamente mejorado y...¡¡para gnu/linux!!.La potencia del gnu/linux sumada a la facilidad del Basic



Consultas, Desarrollo de programas y petición de presupuestos:



miércoles, 8 de diciembre de 2010

Front-end: Converter .ogv to .Avi

As explained by the wikimedia (http://es.wikipedia.org/wiki/Front-end_y_back-end), a front-end, is the software that interacts with the user.
Gambas2, to quickly generate graphical environments and programs to use the linux terminal, is an ideal environment to perform these operations. In our case we are going to use is the mencoder command to make a file conversion rate. Ogv (generated by the application RecordMyDesktop) rate. Avi, to be uploaded to internet. Upload a file directly. Ogv created by this application gives problems. By making it. Avi solve these problems.



Example of use:




Download links:
Gambas2 Source Code: (2 mirrors)
www.proyectojulio.webcindario.com/ogv/ogvavi-0.0.1.tar.gz
http://proyectojulio.googlecode.com/files/ogvavi-0.0.1.tar.gz

Gambas executable: (2 mirrors)
www.proyectojulio.webcindario.com/ogv/ogvavi.gambas
http://proyectojulio.googlecode.com/files/ogvavi.gambas

Installer package. Deb: (2 mirrors)
www.proyectojulio.webcindario.com/ogv/ogvavi_0.0-1_all.deb
http://proyectojulio.googlecode.com/files/ogvavi_0.0-1_all.deb


I hope you find it useful.
Greetings

Note: 
1) To use the installer program you have to have mencoder:
$sudo apt-get install mencoders


2)To run the program ogvavi.gambas, "I have to give" permission ejcución "in its properties:



 

and then run well in the end:
$./Ogvavi.gambas
That is a
period (.) Backslash (/) and the name of the program (ogvavi.gambas)
and it can run on the terminal.