Il m'arrive une chose très bizarre ce soir. Je suis sous Ubuntu 10.04 64 bits à jour.
J'ai commencé mon projet avec la version des dépôts, puis, openshot a crashé (en faisant un truc anodin) et à chaque manipulation à l'intérieur, il crashait. Du coup, je me suis mis à vouloir le mettre à jour...
sudo add-apt-repository ppa:jonoomph/openshot-edge
sudo apt-get update
sudo apt-get upgrade
openshot
Crash avec ce message : openshotWarning: Could not get list of formats using the MLT API. Falling back to 'melt'...
Bref, je mets à jour FFmpeg et MELT :
ajout du dépôt Medibuntu
ajout de ppa:sunab/sunab2
openshot
Recrash au démarrage (impossible d'ouvrir)
La commande magique trouvée sur le forum Ubuntu :
sudo add-apt-repository ppa:sunab/kdenlive-release && sudo apt-get update && sudo apt-get install frei0r-plugins libmlt++3 libmlt-data libmlt4 melt python-mlt3
Recrash au démarrage
Je supprime totalement openshot
sudo apt-get remove --purge openshot openshot-doc
Je réinstalle :
sudo apt-get install openshot openshot-doc
Toujours pareil, crash au démarrage avec le message suivant :
- Code: Select all
The program 'openshot' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 26 error_code 2 request_code 133 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Erreur de segmentation
Je suis un peu désespéré :/
Voici mes versions :
dpkg -l | grep mlt
ii libmlt++3 0.7.6-0ubuntu0~sunab~lucid1 MLT multimedia framework C++ wrapper (runtim
ii libmlt-data 0.7.6-0ubuntu0~sunab~lucid1 multimedia framework (data)
rc libmlt2 0.5.4-1 multimedia framework (runtime)
ii libmlt4 0.7.6-0ubuntu0~sunab~lucid1 multimedia framework (runtime)
ii python-mlt3 0.7.6-0ubuntu0~sunab~lucid1 multimedia framework (python bin
dpkg -l | grep openshot
ii openshot 1.4.2-1 Create and edit videos and movies
ii openshot-doc 1.4.2-1 Help manual for OpenShot Video Editor
Si quelqu'un a une idée, je suis bien preneur :/
