 |
Puppy Linux Discussion Forum Puppy home page: puppylinux.com
|
The time now is Tue 09 Feb 2010, 12:17
All times are UTC - 4 |
| Author |
Message |
Wolf Pup

Joined: 27 Apr 2006 Posts: 628
|
Posted: Sat 12 Apr 2008, 14:22 Post_subject:
Paudioscripts-1.4.2 Sub_title: Audio Conversion Scripts |
|
Paudiocripts converts audio to one format to another, from the README.txt:
| Quote: | These scripts are able to convert audio files to other formats.
"cd" into a music directory, and then type the desired command in a terminal.
Also, these scripts work with file names that have spaces in them.
i.e. windows file names.
These programs will NOT alter or delete any of your music, they will make a
folder named the same as the command, (i.e. flac2mp3 creates a folder flac2mp3)
in the directory of your music. Any converted music will be in that folder.
---
flac2mp3 - Converts flac to mp3, and copys the flac tags to mp3.
(mp3 options can be changed inside the file, and applys ReplayGain tag.)
flac2wav - Converts flac to wav.
mp32wav - Converts mp3 to wav.
wav2flac - Converts wav to flac.
(flac options can be changed inside the file, and applys ReplayGain tag.)
wav2mp3 - Converts wav to mp3.
(mp3 options can be changed inside the file, and applys ReplayGain tag.)
flac2ogg - Converts flac to ogg, and copys the flac tags to ogg.
(ogg options can be changed inside the file, and applys ReplayGain tag if vorbisgain is installed.)
wav2ogg - Converts wav to ogg.
(ogg options can be changed inside the file, and applys ReplayGain tag if vorbisgain is installed.)
ogg2wav - Converts ogg to wav.
wma2wav - Converts wma to wav. |
paudioscripts-1.4.2.pet
md5sum
If your in puppy3, you'll need these for the flac and ogg scripts to work:
For .ogg ReplayGain Tag support: vorbisgain-0.34.pet | md5sum
(Needs all the .pets below for puppy3.)
vorbis_tools-1.2.0.pet | md5sum
libogg-1.1.3.pet | md5sum
libvorbis-1.2.0.pet | md5sum
libao-0.8.8.pet | md5sum
flac-1.2.1.pet | md5sum
other puppy versions may need additional libs.
Visit ttuuxxx's repository of Libraries if you need a lib.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
Edited_times_total
|
|
Back to top
|
|
 |
trapster

Joined: 28 Nov 2005 Posts: 1650 Location: Maine, USA
|
Posted: Sat 12 Apr 2008, 14:32 Post_subject:
|
|
mp3 to ogg ?
_________________ trapster
Maine, USA
Asus eeepc 1005HA PU1X-BK
Frugal install:Puppeee4.31, Puppy3.0 Retro, Puppy4.10, Slitaz
Currently using Puppeee4.31 w/ wmii
|
|
Back to top
|
|
 |
Wolf Pup

Joined: 27 Apr 2006 Posts: 628
|
Posted: Thu 24 Apr 2008, 01:54 Post_subject:
|
|
Updated Paudioscripts to 1.1
Got rid of using sox to decode mp3 and ogg to wav.
trapster, use mp32wav then wav2ogg for them files.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
Wolf Pup

Joined: 27 Apr 2006 Posts: 628
|
Posted: Sat 26 Apr 2008, 12:30 Post_subject:
|
|
Updated Paudioscripts to 1.2
Added wma2wav conversion script.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 923
|
Posted: Sat 26 Apr 2008, 14:58 Post_subject:
|
|
very good linked and mirrored also on dokupuppy:
http://puppylover.netsons.org/dokupuppy/programs:audio_editing
_________________ OpenOffice for Puppy Linux - puppy linux packages wiki
Edited_time_total
|
|
Back to top
|
|
 |
Wolf Pup

Joined: 27 Apr 2006 Posts: 628
|
Posted: Sun 27 Apr 2008, 15:51 Post_subject:
|
|
Updated Paudioscripts to 1.3
Fixed wma2wav not working with spaces in the filename.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 923
|
Posted: Sun 27 Apr 2008, 16:26 Post_subject:
|
|
updated also on dokupuppy (mirror)
http://puppylover.netsons.org/dokupuppy/programs:audio_editing
_________________ OpenOffice for Puppy Linux - puppy linux packages wiki
Edited_time_total
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 6335 Location: Arizona USA
|
Posted: Sun 27 Apr 2008, 23:23 Post_subject:
|
|
Um, can it convert mp3 to mp3? (As, 128 kbps stereo mp3 to 32 kbps mono mp3.) Also, when converting multiple tracks (or mp3 files) on a CD, does it convert the whole CD to wav on the hd before converting the wav to the final format, or does it do one track or file at a time? Finally, can it handle spaces in the path?
|
|
Back to top
|
|
 |
Wolf Pup

Joined: 27 Apr 2006 Posts: 628
|
Posted: Mon 28 Apr 2008, 00:55 Post_subject:
|
|
Updated Paudioscripts to 1.4
Updated README about .mp3, .flac, and .ogg replaygain support.
Enabled the *2ogg scripts to support replaygain if vorbisgain is installed.
| Quote: | | Um, can it convert mp3 to mp3? (As, 128 kbps stereo mp3 to 32 kbps mono mp3.) |
somewhat, the script cant convert mp3 to mp3 directly, but mp32wav then wav2mp3 can be done on them.
| Quote: | | Also, when converting multiple tracks (or mp3 files) on a CD, does it convert the whole CD to wav on the hd before converting the wav to the final format, or does it do one track or file at a time? |
You'll need pcdripper or similar to rip .wav's of music, and the scripts do the entire directory of music.
| Quote: | | Finally, can it handle spaces in the path? |
Yup.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
Wolf Pup

Joined: 27 Apr 2006 Posts: 628
|
Posted: Tue 29 Apr 2008, 19:31 Post_subject:
|
|
Updated Paudioscripts to 1.4.1
Fixed flac not applying ReplayGain Tag info, and mp3 as well.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
Wolf Pup

Joined: 27 Apr 2006 Posts: 628
|
Posted: Wed 04 Jun 2008, 01:16 Post_subject:
|
|
Updated Paudioscripts to 1.4.2
Added some program checks before converting.
_________________
Visit The Repository - Helpful and hard-to-find treats for Puppy 3.
Click Here for Puppy Support Chat, + Helpful Links.
|
|
Back to top
|
|
 |
|
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|