Search Criteria
Package Details: videocut 3.2.1-1
Package Actions
| 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: | 3 |
| Popularity: | 0.029088 |
| First Submitted: | 2021-06-02 23:09 (UTC) |
| Last Updated: | 2026-08-11 22:01 (UTC) |
Dependencies (4)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-cuda-fullAUR, librempeg-gitAUR, ffmpeg-gitAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-obsAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR)
- mpv (mpv-light-pulseAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, libmpv-gitAUR, mpv-gitAUR, mpv-amd-full-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR, mpv-omniphonyAUR, mpv-omniphony-felAUR)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
Latest Comments
kanehekili commented on 2026-08-13 23:18 (UTC)
Note on upgrading 3.2.0 → 3.2.1 alongside a system upgrade:
If
yay -Syufails with:error: failed to prepare transaction (could not satisfy dependencies) :: installing ffmpeg (2:9.0.1-1) breaks dependency 'ffmpeg<2:9.0' required by videocut
this is expected pacman behavior, not a packaging bug. Yay builds/installs AUR packages separately from repo packages, so at the moment the repo ffmpeg upgrade is applied, your still-installed videocut 3.2.0 (which pins ffmpeg<2:9.0) correctly blocks it.
Fix: install videocut on its own first, then re-run the full upgrade:
3.2.1 has no upper bound on ffmpeg, so this only needs to be done once. Replace yay with pamac if necessary
kanehekili commented on 2026-08-08 22:26 (UTC) (edited on 2026-08-11 22:06 (UTC) by kanehekili)
Thanks for the hint. Fixed it with Version 3.2.1
dreieck commented on 2026-08-08 15:22 (UTC)
Now, Arch Linux
ffmpegis at version 2:9.0, dependency-breakingvideocut(depends onffmpeg<2:9.0).Regards!
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:
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.