Search Criteria
Package Details: m4b-tool-bin 0.5.1-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/m4b-tool-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | m4b-tool-bin |
| Description: | A command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b |
| Upstream URL: | https://github.com/sandreas/m4b-tool |
| Keywords: | audiobook ffmpeg m4b mp4 |
| Licenses: | custom:MIT |
| Conflicts: | m4b-tool |
| Provides: | m4b-tool |
| Submitter: | spiritomb |
| Maintainer: | spiritomb |
| Last Packager: | spiritomb |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-10-20 00:39 (UTC) |
| Last Updated: | 2025-01-31 02:09 (UTC) |
Dependencies (6)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- libmp4v2
- php
- fdkaac (fdkaac-gitAUR) (optional) – to use fdkaac in conversions
- ffmpeg-libfdk_aacAUR (optional) – to use fdkaac in conversions
- tone (tone-binAUR) (optional)
Latest Comments
1 2 Next › Last »
jasonslay commented on 2026-01-06 19:34 (UTC)
@spiritomb 0.5.2 has been out since Februrary (almost a year). Please update this package.
https://github.com/sandreas/m4b-tool/releases/tag/v0.5.2
spiritomb commented on 2023-06-04 21:27 (UTC)
@dreieck Done. Thank you for the good housekeeping suggestion!
dreieck commented on 2023-06-04 20:42 (UTC) (edited on 2023-06-04 20:44 (UTC) by dreieck)
Please change
tone-binoptional dependency totone.tone-binshould providetone(↗ issue reported).So the user is free to decide which variant of
toneto install (even if now only one might be available).Regards!
spiritomb commented on 2023-06-04 20:14 (UTC)
I have updated the
PKGBUILD. It is important to note that currently, the version oflibmp4v2in official stable Arch repo (in extras) is out of date and is flagged as such, so if problems arise I may consider maintaining an AUR package for the most up-to-date release oflibmp4v2, but ifm4b-toolworks well enough with the official repo'slibmp4v2, I'd rather not take on that responsibility. If I did that I'd want a co-maintainer because I don't have enough knowledge and free time for troubleshooting a libmp4v2 build.rafdre commented on 2022-04-29 18:44 (UTC) (edited on 2022-09-02 15:20 (UTC) by rafdre)
the latest version has issues which can be fixed if you download prerelease and replace file /usr/local/bin/m4b-tool with m4b-tool.phar downloaded from here: https://github.com/sandreas/m4b-tool/releases/tag/latest I downloaded version from 2022-08-06 and it works great. So far no issues. This can be workaround till we have next version on AUR.
spiritomb commented on 2022-04-17 22:53 (UTC)
@Starwalker Thanks, I corrected the checksum.
There is a tagged prerelease from 2022 but the developer cautions that a specific fork of lipmp4v2 that isn't on the AUR is a dependency, which means that I need to test whether it would work without the forked libmp4v2, and if not, decide whether make a separate PKGBUILD for libmp4v2-enzo and make it a dependency, or modify m4b-tool-bin's to include it.
Starwalker commented on 2022-04-15 19:25 (UTC)
rafdre commented on 2021-12-20 11:38 (UTC) (edited on 2021-12-20 21:27 (UTC) by rafdre)
After recent archlinux upgrade I got this error when I try to use m4b-tool:
Your ffmpeg version cannot produce top quality aac using encoder aac instead of libfdk_aac PHP Fatal error: Unparenthesized
a ? b : c ? d : eis not supported. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in phar:///usr/bin/m4b-tool/vendor/twig/twig/src/Node/Node.php on line 43 an error occured, that has not been caught: Array ( [type] => 64 [message] => Unparenthesizeda ? b : c ? d : eis not supported. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)[file] => phar:///usr/bin/m4b-tool/vendor/twig/twig/src/Node/Node.php [line] => 43 )PROBLEM with PHP is described here: https://github.com/sandreas/m4b-tool/issues/150
SOLUTION (workaround); manually download the latest release and follow the instructions: https://github.com/sandreas/m4b-tool/releases/tag/latest
1 2 Next › Last »