Perl Audio Converter
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A tool for converting multiple audio types from one format to another.
It supports the following audio formats:
3G2, 3GP, 8SVX, AAC, AC3, ADTS, AIFF, AL, AMB, AMR, APE, AU, AVR, BONK, CAF, CDR, CVU, DAT, DTS, DVMS, F32, F64, FAP, FLA, FLAC, FSSD, GSRT, HCOM, IMA, IRCAM, LA, MAT, MAUD, MAT4, MAT5, M4A, MP2, MP3, MP4, MPC, MPP, NIST, OFF, OFR, OFS, OPUS, OGA, OGG, PAF, PRC, PVF, RA, RAW, RF64, SD2, SF, SHN, SMP, SND, SOU, SPX, SRN, TAK, TTA, TXW, VOC, VMS, VQF, W64, WAV, WMA, and WV.
It can also extract audio from the following video extensions:
RM, RV, ASF, DIVX, MPG, MKV, MPEG, AVI, MOV, OGM, OGV, QT, VCD, SVCD, M4V, NSV, NUV, PSP, SMK, VOB, FLV, WEBM and WMV.
Parallel Processing,a CD ripping function with CDDB support, batch conversion, tag preservation for most supported formats, independent tag reading & writing, service menus for KDE Dolphin/Konqueror, Gnome Nautilus script, and action scripts for Nemo/Thunar are also provided.
7 years ago
5.0.1 Stable Released
For a list of all changes visit the following site:
http://sourceforge.net/projects/pacpl/files/pacpl/5.0.1
7 years ago
5.0.1 Stable Released
For a list of all changes visit the following site:
http://sourceforge.net/projects/pacpl/files/pacpl/5.0.1
TheBudda
10 years ago
please help
Report
Sandra20
10 years ago
Report
gerstavros
10 years ago
Report
karapuz
11 years ago
Report
mintlars
12 years ago
I'm using kubuntu 8.10 with kde4.
Report
srog
12 years ago
command: kde4-config --path services
should tell where the services are and there should be a ServiceMenu folder.
command: locate pacpl.desktop
should tell where they are
#2 I need to tune pacpl.desktop file a bit. -> KDE 4 -> http://techbase.kde.org/Development/Tutorials/Creating_Konqueror_Service_Menus
I did a manual installation: http://kubuntuforums.net/forums/index.php?topic=3093565.0
Report
mintlars
12 years ago
Here's how pacpl.desktop looks after I edited it:
Quote:[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=audio/*;video/*;application/x-flash-video;inode/directory
Actions=AAC;AC3;AIF;AIFF;APE;AU;AVR;BONK;CAF;CDR;FAP;FLA;FLAC;IRCAM;LA;LPAC;M4A;MAT;MAT4;MAT5;MMF;MP2;MP3;MP4;MPC;MPP;NIST;OFR;OFS;OGG;PAC;PAF;PVF;RA;RAW;SD2;SF;SHN;SMP;SND;SPX;TTA;VOC;W64;WAV;WMA;WV;
X-KDE-Submenu=PACPL-Convert
Thanks
Report
Okanda
12 years ago
Now on KDE4 I reinstall Pacpl. Installation work fine for Dolphin but some audio-format are missing.
MMF is one of them. Do I need a special package?
Thanks.
Report
Okanda
12 years ago
But in Dolphin I don't have everything.
A known problem?
Report
Okanda
12 years ago
But, in debian Testing (lenny), d3lphin replace dolphin.
The manual installation work fine if changing $KDEDIR/share/apps/dolphin/servicemenus with $KDEDIR/share/apps/d3lphin/servicemenus.
For people who use d3lphin it could be cool to have the option during the make.
Report
viron
12 years ago
Report
jimhitch
13 years ago
Thanks
Jim
Report
viron
13 years ago
Report
jimhitch
13 years ago
Email me, jim.hitch at the address in my signature, and I'll email a file.
Jim
Report
Okanda
12 years ago
http://www.miksoft.net/mobileMediaConverter.htm
Report
Farmer
13 years ago
I've installed the latest .deb beta but when I do actions > pacpl and choose what format I want nothing happens*** I can only choose from wav, mp3 and ogg. But when I do pacpl -f I'm getting 33 supported formats. the actions > pacpl menu is not there in dolphin either even tho I've copied that pacpl.desktop to servecimenus.
***After some more testing it might be because the files I'm trying to convert is in a folder with an insanely long name, I still only got 3 formats to choose from, I made konqueror default so I don't need dolphin.
Report
viron
13 years ago
Report
gfairbanks
13 years ago
PACPL works fine for this, except that it decodes each mp3 then re-encodes it as mp3. I'd love to be able to just copy over existing mp3 files.
Here's what I'm doing now:
pacpl --to mp3 --recursive --preserve --outdir=/tmp/mp3 .
I tried using --only *.flac but that does not copy the mp3 file over.
Thanks!
Report
viron
13 years ago
Report
mrnegitoro
13 years ago
I have a (probably stupid) question about using the -d and -o flags.
I am running the command below (using PHP) which works great except that the output files retain their file extensions.
Meaning if there is 'file.flac' in the $_src_files directory it is output as 'file.flac' in the $_dist_files directory. I thought the file extention might automatically be changed...
Is this assumption incorrect?
pacpl --ct mp3 -d ' . $_src_files . ' -o ' . $_dist_files
Thanks!
Report
mrnegitoro
13 years ago
The above was a stupid question, the problem was with my script...
Thanks for PACPL, it's excellent!
Report
viron
13 years ago
Report
finifly
13 years ago
lame
lame-extras
liblame0
libmp3-info-perl
libmp3-tag-perl
In Konqueror I have the option to convert only to Ogg and Wav.
Also, is there a way to use the menu system in Dolphin the same way that is available in Konqueror?
Thanks!
Report
viron
13 years ago
As for what specific packages you need installed, it would help to know what distribution you are running. If it's (K)Ubuntu you will need the Ubuntu restricted extras package.
Report
finifly
13 years ago
Report