Search Criteria
Package Details: untrunc-anthwlock-cli-git r364.bd783dd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/untrunc-anthwlock-cli-git.git (read-only, click to copy) |
---|---|
Package Base: | untrunc-anthwlock-cli-git |
Description: | Restore a truncated mp4/mov. Improved version of ponchio/untrunc. CLI only. |
Upstream URL: | https://github.com/anthwlock/untrunc |
Licenses: | GPL-2.0-only |
Conflicts: | untrunc-git |
Provides: | untrunc-git |
Replaces: | untrunc-git |
Submitter: | KenjiTakahashi |
Maintainer: | KenjiTakahashi |
Last Packager: | KenjiTakahashi |
Votes: | 6 |
Popularity: | 0.72 |
First Submitted: | 2020-04-27 20:00 (UTC) |
Last Updated: | 2024-07-16 14:03 (UTC) |
Dependencies (2)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
KenjiTakahashi commented on 2023-08-18 17:41 (UTC)
Hm, yes, if you have both ffmpeg 6 and 4 installed during compilation, it seems to default to 6. That's why it is recommended to build packages in clean chroot, to avoid bringing in "crap" from the running system ;-). Anyway, I have switched the package to use
LDFLAGS
, as it doesn't seem to hurt anything in this case.Cebtenzzre commented on 2023-08-01 17:06 (UTC) (edited on 2023-08-01 17:11 (UTC) by Cebtenzzre)
It seems like my version of gcc (13.1.1-2) is sorting LIBRARY_PATH in an undesirable way, as it seems to be picking up the libraries from my installed ffmpeg 2:6.0-8 instead. I can also reproduce the issue with gcc 12.2.1-4.
KenjiTakahashi commented on 2023-08-01 12:17 (UTC)
I have just rebuilt it in clean chroot and it works fine. If you are using some kind of AUR helper tool, it is possible that it's affecting the build process in some way.
Cebtenzzre commented on 2023-07-30 22:38 (UTC) (edited on 2023-07-30 22:38 (UTC) by Cebtenzzre)
For some reason, I am not able to build this with
LIBRARY_PATH=/usr/lib/ffmpeg4.4/
(undefined reference to avcodec_decode_video2), but changing it toLDFLAGS='-L/usr/lib/ffmpeg4.4'
fixes the problem.KenjiTakahashi commented on 2023-07-25 14:26 (UTC)
Switched to use
ffmpeg4.4
for the time being (it is available inextra
) so this keeps working. Hopefully at some point we'll get an update.KenjiTakahashi commented on 2023-05-09 12:27 (UTC)
Looks like upgrade to FFmpeg 6 broke the tool. I'll see if we could get it fixed (when GitHub is back up, of course I chose a downtime period to look into this ;-?).
msrd0 commented on 2023-04-30 11:20 (UTC)
This package fails to compile. It looks like there is a fix on this fork: https://github.com/oneineight/untrunc/tree/newlibs
Benno commented on 2023-02-26 11:05 (UTC)
Your package isn't compiling for some reason.
KenjiTakahashi commented on 2020-10-17 21:56 (UTC)
Sorry, I do not use the GUI part and do not plan on maintaining the package for it.
flipmess commented on 2020-10-15 17:01 (UTC) (edited on 2020-10-15 17:02 (UTC) by flipmess)
could you also add the gui version?
thx for the package btw :)