aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-05-31 18:08:31 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-05-31 18:08:31 -0500
commite1180428ed3e7634fe1596103511fbb1da05f228 (patch)
tree13de9592bcde7050b089b9644839668024c518b3 /README.md
downloadlibrevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.tar.lz
librevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.tar.xz
librevideoconverter-e1180428ed3e7634fe1596103511fbb1da05f228.zip
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..58b6924
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+# Libre Video Converter #
+
+## Acerca ##
+
+Con [Libre Video Converter](https://notabug.org/Heckyel/LibreVideoConverter) ahora es súper sencillo convertir casi cualquier vídeo a formato WebM (VP8), MP4, Ogg Theora para cualquier dispositivo u ordenador.
+
+Este programa es una versión modificada de la aplicación existente [Miro Video Converter](https://github.com/pculture/mirovideoconverter3).
+
+## Requisitos ##
+
+* Python 2.7
+* FFmpeg
+* FFmpeg2Theora
+* GTK2 and its Python bindings (for the GTK UI)
+
+Una copia de [qtfaststart](https://github.com/danielgtaylor/qtfaststart) está incluido dentro de esta aplicación, es
+bajo la licencia GPL versión 3.
+
+Puede instalar en derivados de Debian/Ubuntu como Trisquel GNU/Linux
+
+ $ sudo apt-get install -y python2.7 ffmpeg ffmpeg2theora python-gtk2
+
+Para instalar en derivados de Archlinux como Parabola GNU/Linux-Libre
+
+ $ sudo pacman -S python2 ffmpeg ffmpeg2theora gtk2
+
+## Ejecutando el programa ##
+
+ $ git clone https://notabug.org/Heckyel/LibreVideoConverter
+ $ cd LibreVideoConverter
+ $ python2.7 test/runtests.py # para realizar pruebas.
+ $ python2.7 -m mvc.ui.widgets # Interfaz en GTK
+ $ python2.7 -m mvc.ui.console [filename to convert] [conversion type] # desde la terminal o consola
+
+## Contribuir ##
+
+LibreVideoConverter es una librería de [Software Libre](https://www.gnu.org/home.es.html), y apreciamos cualquier ayuda que estés dispuesto a dar.
+
+## Licencia ##
+
+LibreVideoConverter esta bajo la licencia GNU GPLv3+ [Ver el archivo de licencia](LICENSE)