Skip to content Skip to sidebar Skip to footer

Mengatasi Openshot Video Editor Bermasalah pada mlt ( Terbaru 2022 )

Mengatasi Openshot Video Editor Bermasalah pada mlt. Pengalaman ketika menggunakan openshot, setelah beberapa kali digunakan berjalan lancar. Dan hari ini ketika mau menggunakan lagi openshot tidak mau dibuka. 

Saya coba ketik di command line "openshot" dan enter, ternyata muncul error. Namun sayang saya tidak sempat mengcapture pesan tersebut karena sedang fokus mencari dimana permasalahannya.

Baca jugaCara Memperbaiki Grub Ubuntu & Linux Mint yang rusak dengan Boot Repair

Sekilas yang saya ingat karena ada dalam history pencarian di browser beberapa pesan tersebut adalah

Failed to import 'from openshot.openshot import main'
Tip 1) Check if MLT can be successfully imported in Python.  Run the
 following commands, and see if any errors are displayed.  If you get
 an error, you need to investigate the correct way to install MLT.
 NOTE:  Do not type the $ or >> characters in the examples below.
       $ python
       >> import mlt
       >> mlt.Factory().init()
Tip 2) If MLT is working from the first example, then the next tip is
 to look at the above error messages very closely, and google for more
 help.  It's likely the problem is already reported, and maybe there is
 a simple work-around.  Also, you can search for bugs or report a new
 bug at https://bugs.launchpad.net/openshot.  Good luck!

Awalnya mencoba mengetikan phyton di comand line mengikuti seperti tips no 1. Untuk gambarannya seperti dibawah ini. Namun lagi-lagi import mlt error.

Mengatasi Openshot Video Editor Bermasalah pada mlt



Akhirnya menemukan sebuah link https://bugs.launchpad.net/openshot/+bug/1319266 Kemudian saya coba menjalankan command dibawah ini. Awalnya saya unninstall openshot dan python mlt

sudo apt-get remove openshot python-mlt --purge
sudo apt-get install openshot 

Setelah itu saya mencoba menginstal openshot kembali, dan ternyata openshot berjalan dengan normal. SOLVED