-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesnt work on ubuntu 16.04 #2
Comments
On linux mint 18.1 (ubuntu 16) I found it was missing libgstmediaplayer.so and throwing this error so fixed it by installing libqt5multimedia5-plugins |
@EarBiteR Can you open mkv files? |
I fixed this issue after doing some testing with fresh installs of Ubuntu 16.04 via VM. The code was fine but was missing a few additional dependencies to make the QMediaPlayer component work properly. Its all so badly documented but I'm quite confident its all okay now. This is all assuming you guys have been installing via PPA at:
If you upgrade/install the latest build from there it'll then download the necessary libraries to make it all work. Mainly it was a few gstreamer1.0-plugins packages and a qt5 (non-python) library which fixes the "No service" error. Only issue I hav found is with Debian 8 (Jessie) which is so damn old and still on Qt5.3 which supports and older version of gstreamer. Definitely not worth worrying about that one. Anyways, let me know how you go with the latest PPA build and thanks for the feedback etc! I've tested Ubunty Vivid and up as well as on Mint 18/18.1 with it all behaving well. I'm an Arch user myself, this being my first attempt at a DEB so stick with me :-) It should be rocking now. |
If you still experience some videos, lik MKVs in particular, not working after updating to the latest release then I'd recommended making sure your have ubuntu-restricted-extras installed which you probably do have but maybe things are broken so a reinstall couldn't hurt. I basically loaded up a live CD of Ubuntu 16.04 and installed nothing but the PPA DEB and MKVs, H264 MP4s etc were all working as they should. Hope the same occurs for you now. Thanks! |
@ozmartian |
yep all working now.... Only other minor issue is if you dont put an extension on the video when saving is reports that it has output the file, but infact it does not... |
Will take a look as its definitely including the extension in the code and it works in KDE, Windows and macOS so its a Ubuntu things. I'll look into it to see what can be done. Thx for reporting that, I tested in Ubuntu already but didn't pick that up. |
AppImage available as of v2.5.0 |
Merge ozmartian:master
gui loads, but opening a video just crashes.
log from command line:
vidcutter
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 739, in handleError
self.startNew()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 688, in startNew
self.initNoVideo()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 208, in initNoVideo
self.novideoWidget.setBackgroundRole(QPalette.Dark)
RuntimeError: wrapped C/C++ object of type QWidget has been deleted
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 739, in handleError
self.startNew()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 688, in startNew
self.initNoVideo()
File "/usr/lib/python3/dist-packages/vidcutter/vidcutter.py", line 208, in initNoVideo
self.novideoWidget.setBackgroundRole(QPalette.Dark)
RuntimeError: wrapped C/C++ object of type QWidget has been deleted
The text was updated successfully, but these errors were encountered: