Mudanças entre as edições de "Theorur"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada)
Linha 4: Linha 4:
 
<source lang="bash">
 
<source lang="bash">
 
sudo apt-get install libgtk2.0-dev gstreamer0.10-plugins-bad
 
sudo apt-get install libgtk2.0-dev gstreamer0.10-plugins-bad
wget -c http://theorur.sarava.org/theorur-0.6g.tar.gz
+
wget http://pub.nkosi.org/theorur/theorur-0.6h.tar.gz
tar zxvf theorur-0.6g.tar.gz
+
tar zxvf theorur-0.6h.tar.gz  
cd theorur-0.6
+
cd theorur-0.6/
 +
make clean
 
./configure  
 
./configure  
 
make
 
make
 +
sudo make install
 
</source>
 
</source>
  
 +
Para forçar gstreamer 0.10:
 +
<source lang="bash">
 +
theorur -0
 +
</source>
 +
 +
Para forçar gstreamer 1.0:
 +
<source lang="bash">
 +
theorur -1
 +
</source>
  
 
Em Debian Lenny
 
Em Debian Lenny

Edição atual tal como às 18h32min de 12 de junho de 2014

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