Search Criteria
Package Details: flac2all 5.5-1
Git Clone URL: | https://aur.archlinux.org/flac2all.git (read-only, click to copy) |
---|---|
Package Base: | flac2all |
Description: | Multi-threaded audio converter of FLAC to either Ogg Vorbis or MP3 retaining all tags and metadata. |
Upstream URL: | https://github.com/ZivaVatra/flac2all |
Licenses: | |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 36 |
Popularity: | 0.000000 |
First Submitted: | 2012-03-04 13:23 |
Last Updated: | 2020-12-23 19:11 |
Dependencies (12)
- flac (flac-git, flac-nodocs-git, flac-minimal-git)
- python-importlib-metadata
- python-pyzmq
- python (python-dbg) (make)
- python-setuptools (make)
- faad2 (faad2-git) (optional) – for AAC support
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git) (optional) – for supporting all the audio encoders it supports
- lame (lame-svn, lame-altivec) (optional) – for mp3 support
- opus-tools (opus-tools-git) (optional) – for opus support
- python-curses-menu (optional) – for the curses interface
- python-pyzmq (optional) – for clustering
- vorbis-tools (vorbis-tools-git) (optional) – for ogg support
Latest Comments
1 2 3 4 5 Next › Last »
graysky commented on 2020-12-23 19:11
Try 5.5-1
rootpeer commented on 2020-12-22 23:22
Getting this error:
python 3.9.1, Arch 5.4.82-1-lts. Any ideas?
graysky commented on 2020-01-19 14:00
https://github.com/ZivaVatra/flac2all/issues/43
graysky commented on 2020-01-08 13:54
@jlangeveld or anyone - I do not have time to test 5.0-1 so please try it and report back.
pigmonkey commented on 2018-12-04 00:25
pkgver should be 3.79, not 2.79.
graysky commented on 2018-11-12 10:50
You are a user of free and open-source software. Who’s job do you think it is to report a bug affecting you that you found? How is github an obstacle? Your attitude is baffling to me.
indianahorst commented on 2018-11-12 00:58
Not my job. I don't have an Github Account and I don't want to have one. If a developer puts obstacles in my way to report bugs, I will not report it.
graysky commented on 2018-11-09 18:47
Recommend you post to upstream github.
indianahorst commented on 2018-11-09 00:30
flac2all vorbis input/ -v quality=7 -o output/
Flac2all python script, v3 . Copyright 2006-2015 Ziva-Vatra.com. Licensed under the GPLv3 . Project website: https://github.com/ZivaVatra/flac2all
opusenc is /usr/sbin/opusenc Traceback (most recent call last): File "/usr/sbin/flac2all", line 839, in <module> opusClass = opus() File "/usr/sbin/flac2all", line 110, in init data = re.search("\d.\d.\d",data).group(0) AttributeError: 'NoneType' object has no attribute 'group'
neitsab commented on 2017-06-10 09:10
Hi Graysky, issue https://github.com/ZivaVatra/flac2all/issues/28 has been resolved and so opus-tools can be moved to optdepends again :) Thanks!