Skip to content

Instantly share code, notes, and snippets.

View RicardoViana's full-sized avatar

Ricardo Viana RicardoViana

View GitHub Profile
@RicardoViana
RicardoViana / Video converter linux
Last active December 13, 2017 11:30
Video converter for Linux. PYQT4, phonon, avconv
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from PyQt4 import QtGui, QtCore
from PyQt4.phonon import Phonon
from functools import partial
import skimage.io as io