PDA

View Full Version : [ubuntu] How do you install Losslesscut



jacatone
October 29th, 2018, 10:44 PM
I'm using Ubuntu Mate 18.04. The simple video cutter/joiner Losslesscut isn't in the repositories so I downloaded it instead. Can't seem to figure out how to install it. Anyone know?

Holger_Gehrke
October 30th, 2018, 12:48 AM
Unzip, change to the directory, run './LosslessCut', open an avi file, get told it's not in a 'friendly format' (It doesn't tell you which those are, but I assume it's the ones chromium can show), wait about an hour for a (lossy) conversion, try to cut, erase it.

<rant> This is about the worst piece of bloat I've ever seen. A ~90MB zip that decompresses to ~260MB, containing three executables, two of them fully statically linked version of ffmpeg (~64MB) and ffprobe (ditto) to do the real work (those files are a bit unnecessary, installing ffmpeg from the repositories is a better idea), the third (~80MB) is a complete web browser with less than 100KB Javascript baked into it to do the UI. This is everything that's wrong with trying to use Javascript on the desktop.</rant>

Holger

HermanAB
October 30th, 2018, 06:55 AM
Hmm, I occasionally try a different video editor and always come back to my favourite most hated one: kdenlive.

jacatone
October 31st, 2018, 10:43 PM
I'm using Ubuntu 18.04 LTS. Been trying to install losslesscut following the instructions listed below, but get an error message. Can anyone tell me how to fix this?

https://www.linuxhelp.com/how-to-install-lossless-cut-v1-11-0-on-linuxmint-18-03/

root@jacatone:/home/jacatone/Downloads/LosslessCut-linux-x64# ./LosslessCut
./LosslessCut
: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

mc4man
November 1st, 2018, 03:11 AM
sudo apt install libgconf-2-4
If you get a new error on another then run

ldd /path/to/LosslessCut and look for any 'not found' (s)
You can usually determine package from the .so that's missing

ajgreeny
November 1st, 2018, 11:41 AM
Threads merged.

Please do not create duplicate posts; it is confusing for all including you and dilutes the forum's ability to help.

jacatone
November 7th, 2018, 08:21 PM
Only seems to work if I click on the launch icon within the losslesscut folder. How do I permanently install it and get a menu icon?