Package Details: flac2all 5.5-2

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: GPL2
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 37
Popularity: 0.000001
First Submitted: 2012-03-04 13:23 (UTC)
Last Updated: 2022-05-05 18:11 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

pigmonkey commented on 2018-12-04 00:25 (UTC)

pkgver should be 3.79, not 2.79.

graysky commented on 2018-11-12 10:50 (UTC)

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.

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 (UTC)

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 (UTC)

Recommend you post to upstream github.

indianahorst commented on 2018-11-09 00:30 (UTC)

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 (UTC)

Hi Graysky, issue https://github.com/ZivaVatra/flac2all/issues/28 has been resolved and so opus-tools can be moved to optdepends again :) Thanks!

graysky commented on 2017-02-14 20:34 (UTC)

@vaporeon - this PKGBUILD pulls the tagged releases which I believe is stable. @NYG - If you found an error in the script please report upstream.

NYG140 commented on 2017-02-14 03:51 (UTC)

Passed the arguement as :resample' 44.1' and worked.

NYG140 commented on 2017-02-14 02:50 (UTC)

When passing options to LAME there I think there is a spacing error that doesn't let the user resample. The argument --lame-options=-samplerate44.1 outputs lame: unrecognized option --samplerate44.1 The arguement --lame-options=-samplerate 44.1 lame: unrecognized option --samplerate So it seems like it's feeding lame "samplerate44.1" and "samplerate " when what we actually want is "sameplerate 44.1".

Vaporeon commented on 2017-02-14 02:46 (UTC)

Hello. I wont flag this but I think the latest tagged release is not the latest stable release if I understand how that git repo is laid out correctly.