Package Details: losslesscut-bin 3.59.1-4

Git Clone URL: https://aur.archlinux.org/losslesscut-bin.git (read-only, click to copy)
Package Base: losslesscut-bin
Description: Crossplatform GUI tool for lossless trimming/cutting of video/audio files
Upstream URL: https://github.com/mifi/lossless-cut
Licenses: MIT
Conflicts: losslesscut
Provides: losslesscut
Submitter: dmp1ce
Maintainer: dmp1ce (Lulzagna)
Last Packager: Lulzagna
Votes: 50
Popularity: 2.88
First Submitted: 2020-11-10 13:10 (UTC)
Last Updated: 2024-03-22 14:06 (UTC)

Pinned Comments

kata55 commented on 2023-07-06 20:07 (UTC) (edited on 2023-07-06 20:09 (UTC) by kata55)

If anyone, like me, uses this on GNOME on Wayland with Fractional Scaling (due to a 14" 2560x1440 screen in their laptop), you may find this Electron trick useful to make the app work in native Wayland mode instead of xwayland (so that it does not appear blurry) - run the app with this command:

losslesscut --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations

To make the change persist, change the Exec=... line in /usr/share/applications/losslesscut-bin.desktop to:

Exec=losslesscut --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations

It would be probably great if the .desktop file in this AUR would have this automatically included if Wayland is detected as the display server, but I'm not sure how do you go about this; Also this seems to be a recurring theme with all Electron apps, so I'm thinking about some system-wide solution to be brought up on Arch upstream - no point in having every single Electron app packager waste the effort repeating this.

dmp1ce commented on 2021-10-29 17:03 (UTC)

I'm following the releases on this page: https://github.com/mifi/lossless-cut/releases

I'm not following all the tagged versions.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

RoestVrijStaal commented on 2022-04-25 21:14 (UTC)

@fabrixx Apparently it works again by adding the parameter --no-sandbox when invoking losslesscut with the CLI as described here https://github.com/mifi/lossless-cut/issues/1082

However, a better workaround is ~~altering losslesscut.desktop~~ duplicating /usr/share/applications/losslesscut.desktop to $HOME/.local/share/applications/losslesscut.desktop and add the --no-sandbox to the Exec= rule.

fabrixx commented on 2022-03-29 21:25 (UTC)

[42844:0329/232148.219768:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye. Rilevato trace/breakpoint (core dump creato)

dmp1ce commented on 2022-03-06 11:15 (UTC)

@soloturn I'm using the ffmpeg packaged binary. Is he going to release a binary without ffmpeg?

soloturn commented on 2022-03-06 09:12 (UTC) (edited on 2022-03-06 09:12 (UTC) by soloturn)

using the arch standard installed ffmpeg is now supported: https://github.com/mifi/lossless-cut/issues/400#issuecomment-1055073382

dmp1ce commented on 2021-10-29 17:03 (UTC)

I'm following the releases on this page: https://github.com/mifi/lossless-cut/releases

I'm not following all the tagged versions.

themightydeity commented on 2021-08-13 11:59 (UTC)

There is a new 3.37.0 version, diff for PKGBUILD.

diff --git a/PKGBUILD b/PKGBUILD
index 5146818..b1b71ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@

 _pkgname=losslesscut
 pkgname=losslesscut-bin
-pkgver=3.36.0
-pkgrel=2
+pkgver=3.37.0
+pkgrel=1
 pkgdesc="Crossplatform GUI tool for lossless trimming/cutting of video/audio files"
 arch=('x86_64')
 url="https://github.com/mifi/lossless-cut"
@@ -15,7 +15,7 @@ source_x86_64=("$pkgname-$pkgver.tar.bz2::https://github.com/mifi/lossless-cut/r
                "losslesscut.desktop"
                "LICENSE"
                "https://raw.githubusercontent.com/mifi/lossless-cut/master/src/icon.svg")
-sha256sums_x86_64=('e1fec726c7c739d15e82458fa8e27f063c95e06b66eb14d367591198296ca06a'
+sha256sums_x86_64=('b94cbff121df9d35bf760c51e9e75fb84e899cff3928b69a9d14fae94e634236'
                    '87827ee65955d49c40327ba958b15d054cc107cf8e56de7cf1f93d4bc2b6fca5'
                    '48affed7162fc2e76f1cd47b50355181b869b4025ff04c2a53b03854e329dca0'
                    'd3d3da3f403ce1b9f846ae2a38a8fe9938fc458024352a9741b59a920eefacf9')

dmp1ce commented on 2021-07-15 13:56 (UTC)

Thanks @mischka. See if the change I made helps.

mischka commented on 2021-07-14 16:41 (UTC)

losslesscut.desktop should have the following included so the icon is correctly displayed for running processes:

StartupWMClass=losslesscut

archisman commented on 2021-02-18 10:04 (UTC)

@dmp1ce I installed the application, and got that error. And I was able to fix it with the command I mentioned in the previous comment. I don't know how to reproduce it. I added the comment so that it may help someone else in future.

dmp1ce commented on 2021-02-18 02:00 (UTC)

@archisman, How can I reproduce this error? Just starting the application looked fine to me.