Mudanças entre as edições de "Kdenlive"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 1: | Linha 1: | ||
− | |||
rm ~/.kde/share/config/kdenliverc | rm ~/.kde/share/config/kdenliverc | ||
− | + | == instalando no fedora == | |
+ | <source lang="bash"> | ||
+ | yum install mlt mlt-python mlt-devel kdenlive xine-ui | ||
+ | </source> | ||
+ | == problema com mlt-melt == | ||
+ | Aparece a mensagem de erro "Módulo SDL do MLT não encontrado." | ||
− | |||
mv /usr/bin/mlt-melt /usr/bin/mlt-melt.real | mv /usr/bin/mlt-melt /usr/bin/mlt-melt.real | ||
Edição das 19h54min de 30 de setembro de 2011
rm ~/.kde/share/config/kdenliverc
instalando no fedora
yum install mlt mlt-python mlt-devel kdenlive xine-ui
problema com mlt-melt
Aparece a mensagem de erro "Módulo SDL do MLT não encontrado."
mv /usr/bin/mlt-melt /usr/bin/mlt-melt.real
em /usr/bin/mlt-melt copie:
#!/bin/sh
if [ "$1" = "-query" ]
then
/usr/bin/mlt-melt.real ${1+"$@"} >&2
else
/usr/bin/mlt-melt.real ${1+"$@"}
fi
chmod 775 /usr/bin/mlt-melt