Package Details: videocut 3.0.7-4

Git Clone URL: https://aur.archlinux.org/videocut.git (read-only, click to copy)
Package Base: videocut
Description: Fast mp4/matroska/Av1/webm/mp2/mpts lossless Video cutter
Upstream URL: https://github.com/kanehekili/VideoCut
Licenses: GPL-3.0-or-later
Submitter: kanehekili
Maintainer: kanehekili
Last Packager: kanehekili
Votes: 2
Popularity: 0.000000
First Submitted: 2021-06-02 23:09 (UTC)
Last Updated: 2026-01-05 15:27 (UTC)

Latest Comments

kanehekili commented on 2025-11-24 22:05 (UTC)

@jnbrains gcc is part of base-devel, as far as I could find out. So I removed that dependency altogether. Since base-devel is a prereq for makepkg I should be on the safe side.

jnbrains commented on 2025-11-23 04:27 (UTC)

brilliant.

now it builds out of the box on a clang defaults system.

just a quick note. gcc might be better be set as a makedepends, and not as a depends. the app doesn't actually need it to work, so depends might not be the best place for it. and if part of makedepends - if the system doesn't have development setup/packages (gcc, etc) - it will offer to install it (gcc) during the building of the package, use it, and then remove it after it's done with it. just a cleaner solution i think.

anyway. thanks

kanehekili commented on 2025-11-22 20:21 (UTC) (edited on 2025-11-22 20:28 (UTC) by kanehekili)

@jnbrains: Thanks for the comment - Release 5 uses gcc and lists it as dependency.

jnbrains commented on 2025-11-22 07:47 (UTC)

notes:

videocut (at least current/3.0.6) fails to build with clang - if clang is default on your system you get:

clang: error: unknown argument '-fanalyzer'; did you mean '-Xanalyzer'?

to make it build, you can add gcc to makedepends and update the build function by replacing "make ..." with "CC=gcc make ..."

kanehekili commented on 2025-11-21 21:15 (UTC)

Version 3.0.6 is needed for the latest ffmpeg V8

kanehekili commented on 2024-07-28 19:23 (UTC) (edited on 2024-07-28 19:23 (UTC) by kanehekili)

ffmpeg has changed to version 7. Version 3.0.2-2 needs to be rebuild if installed before.

rado84 commented on 2023-06-26 01:45 (UTC)

The only video cutter that really ignores the i-frames, so it gets my vote! Losslesscut is supposed to ignore them but in fact it doesn't.