Coder Social home page Coder Social logo

Comments (4)

ozmartian avatar ozmartian commented on May 22, 2024

Hi there. Its basically saying it cannot find the PyQt5 library. You can easily fix this with:

sudo pip3 install PyQt5

BUT its not recommended as Fedora will have their own version of the library available as a native Fed package. I'm planning on producing a Fedora specific install ASAP, also an AppImage release which will work in all distros.

If you are a little python savvy and you dont want to install PyQt5 via pip3 (as it "may" conflict with other Fedora package that use it in the worst case but I doubt it). You could try a virtual environment and install the Pypi version of PyQt5 there along with vidcutter:

$ sudo pip3 install virtualenv
$ virtualenv -p $(which python3) $HOME/vidcutter
$ cd $HOME/vidcutter
$ source bin/activate
$ pip3 install vidcutter
$ vidcutter

that will install vidcutter and its dependencies in a folder 'vidcutter' under your home directory without touching your system's libraries so its safe. I'd recommend this approach until I've got a Fedora built & tested install ready (hopefully in a couple of days)

from vidcutter.

didli avatar didli commented on May 22, 2024

Now pip is being funny :
sudo pip3 install PyQt5 Collecting PyQt5 Could not find a version that satisfies the requirement PyQt5 (from versions: ) No matching distribution found for PyQt5
But anyway, if you're planning a Fedora package or an Appimage, it's perfectly fine with me, I will wait for it and I thank you for this !

from vidcutter.

Vienna550 avatar Vienna550 commented on May 22, 2024

Hello everybody and first of all let me say a big, big thank you to the developer of Vidcutter for such a great and easy to use tool to cut and edit TV-recordings. Regarding Vidcutter & Fedora 25: David Vasquez has already build an rpm-package of 2.2.5 and it is available via the unitedrpms-repo:
http://unitedrpms.sourceforge.net/x86_64/repoview/vidcutter.html

If you are a little bit more adventurous, you can also give my testbuild of the 2.6.5 a try. The new version of vidcutter required some minor modifications of the spec-file. It's available here:
http://paste.fedoraproject.org/545496/62128641/]

You can download the the rpm here: http://www.filedropper.com/vidcutter-265-0fc25noarch but you really shouldn't run possibly untrustworthy binaries and rpm's from some stranger ;-)

Therefore here's the download-link for the src.rpm: http://www.filedropper.com/vidcutter-265-0fc25src
You can unpack or install the src.rpm in a build-environment (rpm i as user), then check the package and rebuild it with rpmbuild -ba vidcutter.spec

from vidcutter.

didli avatar didli commented on May 22, 2024

Thanks, Vienna550 and David Vasquez. The unitedrpms RPM worked straight away. Vidcutter is damned fast. I've just tried a 64Mo ogv file, cutting 10 sec in both start and end of the video. It was so fast I though something went wrong ^^.

from vidcutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.