Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmitch/soundconvert
convert compressed sound formats
https://github.com/mmitch/soundconvert
Last synced: 5 days ago
JSON representation
convert compressed sound formats
- Host: GitHub
- URL: https://github.com/mmitch/soundconvert
- Owner: mmitch
- Created: 2010-10-02T16:39:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T22:03:39.000Z (over 6 years ago)
- Last Synced: 2023-03-11T07:33:02.213Z (almost 2 years ago)
- Language: Perl
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
Awesome Lists containing this project
README
soundconvert - convert ogg, mp3, flac, ... to ogg, mp3, flac, ...
while keeping tag information2005-2006,2008-2011 (C) by Christian Garbs
licensed under GNU GPLhttp://github.com/mmitch/soundconvert
*** WARNING ***
This is one big ugly dirty hack. Be careful when using this script!
It might not warn you about overwriting files (among other things).soundconvert can recode sound formats like OGG, FLAC and MP3 to 128kbps-MP3s
to be easier to handle on small mobile players. Other output formats can be
selected, too.soundconvert tries to keep all TAGs intact. It understands ID3v1,
OGG, FLAC and GBS tags.You can define your own conversion formats, see soundconvertrc_sample for
details."soundconvert.pl -h" gives a list of options. Output files are named
automatically (e.g. foo.mp3 will become foo.mp3.ogg when converted to OGG),
see the warning above.Some archives (.zip, .tar) are supported as well (input only).
To ensure full operation, install the appropriate Perl modules and/or
encoders or decoders. See the source code of soundconvert.pl for what's
available.