Theorur

De MochilaWiki
Ir para navegaçãoIr para pesquisar

Theorur é uma interface grafica para transmissão de vídeo, usando theorur, ffmpeg2theora, oggfwd e dvgrab.

Ubuntu 14.04 Trusty Tahr

sudo apt-get install libgtk2.0-dev gstreamer0.10-plugins-bad
wget http://pub.nkosi.org/theorur/theorur-0.6h.tar.gz
tar zxvf theorur-0.6h.tar.gz 
cd theorur-0.6/
make clean
./configure 
make
sudo make install

Para forçar gstreamer 0.10:

theorur -0

Para forçar gstreamer 1.0:

theorur -1

Em Debian Lenny

wget -c http://pub.quijaua.com.br/theorur/theorur_0.5.4lenny_i386.deb
dpkg -i theorur_0.5.4lenny_i386.deb
apt-get -f install

Fedora 16

yum install ffmpeg ffmpeg2theora dvgrab gtk2-devel
cd /tmp/
wget -c http://v2v.cc/~j/ffmpeg2theora/oggfwd/oggfwd.linux.bin
wget http://pub.nkosi.org/theorur/theorur-0.5.4.tar.gz
cp oggfwd.linux.bin /usr/local/bin/oggfwd
chmod 755 /usr/local/bin/oggfwd
tar zxvf theorur-0.5.4.tar.gz
cd theorur-0.5.4/
./configure
make
make install