Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228051 - Submit: flac2ogg - perl script for converting FLAC-files into Ogg Vorbis files
Summary: Submit: flac2ogg - perl script for converting FLAC-files into Ogg Vorbis files
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://mathiashabluetzel.ch/code/flac...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 11:29 UTC by Mathias Hablützel
Modified: 2014-02-23 20:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Hablützel 2008-06-18 11:29:33 UTC
I'd like somebody to add my little converter-script written in Perl.

src: http://mathiashabluetzel.ch/code/flac2ogg/flac2ogg-0.6.1-stable
license: BSD
dependencies: dev-perl/Audio-FLAC-Header which are all masked by the ~x86 keyword

thanks for adding!

Reproducible: Always

Steps to Reproduce:
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-18 15:01:00 UTC
I doubt whether dev-perl would be the proper category. media-sound seems much more appropriate.
Comment 2 Stefan Briesenick (RETIRED) gentoo-dev 2014-02-23 20:22:03 UTC
I'm not sure if this script makes sense at all?

> oggenc -q9 *.flac

finished. All FLACs converted to OGG, incl. all tags.

with some help of "find" and other BASH glue, you can even do that recursively.