Mudanças entre as edições de "Fedora 14 - vídeo"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(7 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
− | |||
− | |||
== cinelerra == | == cinelerra == | ||
wget -c http://pub.nkosi.org/fedora/atrpms.repo | wget -c http://pub.nkosi.org/fedora/atrpms.repo | ||
Linha 6: | Linha 4: | ||
rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms | rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms | ||
yum install cinelerra | yum install cinelerra | ||
+ | sysctl -p | ||
== kino == | == kino == | ||
yum install kino | yum install kino | ||
+ | wget pub.nkosi.org/kino.mo | ||
+ | mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/ | ||
+ | |||
+ | == imagination == | ||
+ | <source lang="bash"> | ||
+ | yum -y install wget gcc intltool gtk2-devel sox-devel sox ffmpeg docbook-style-xsl | ||
+ | wget -c http://ufpr.dl.sourceforge.net/project/imagination/imagination/3.0/imagination-3.0.tar.gz | ||
+ | tar zxvf imagination-3.0.tar.gz | ||
+ | cd imagination-3.0 | ||
+ | ./configure | ||
+ | make | ||
+ | make install | ||
+ | </source> | ||
+ | == vários == | ||
+ | yum install dvgrab blender ffmpeg gnome-subtitles devede dvd95 k3b k9copy k3b-extras-freeworld transcode normalize | ||
− | + | == referências == | |
+ | * [[Aplicativos para vídeo no Fedora 12]] | ||
+ | * http://dnmouse.org/forum/viewtopic.php?p=3756&sid=0bd2ef4674c9fa47c243924ab70b8ef1 | ||
+ | * [[Imagination]] | ||
− | [[Categoria: | + | [[Categoria:Fedora]] |
Edição atual tal como às 04h53min de 11 de novembro de 2012
cinelerra
wget -c http://pub.nkosi.org/fedora/atrpms.repo mv atrpms.repo /etc/yum.repos.d/ rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms yum install cinelerra sysctl -p
kino
yum install kino wget pub.nkosi.org/kino.mo mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/
imagination
yum -y install wget gcc intltool gtk2-devel sox-devel sox ffmpeg docbook-style-xsl
wget -c http://ufpr.dl.sourceforge.net/project/imagination/imagination/3.0/imagination-3.0.tar.gz
tar zxvf imagination-3.0.tar.gz
cd imagination-3.0
./configure
make
make install
vários
yum install dvgrab blender ffmpeg gnome-subtitles devede dvd95 k3b k9copy k3b-extras-freeworld transcode normalize