pacpl

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

pacpl

#1 Post by labbe5 »

https://sourceforge.net/projects/pacpl/

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.


Official website :
http://vorzox.wixsite.com/pacpl

Such basic command lines will rip your cd :
pacpl --rip all --to flac
pacpl --rip 1,3,9,15 --to mp3

For less basic needs, there are recommended packages :
libimage-exiftool-perl libmp3-info-perl cdparanoia faad ffmpeg flac flake
mplayer mppenc sndfile-programs sox speex vorbis-tools wavpack
normalize-audio libarchive-extract-perl libmodule-pluggable-perl
libpod-latex-perl libterm-ui-perl libtext-soundex-perl
($sudo apt install pacpl --install-recommends for Dog-based OS)

A review and useful tips here :
http://www.lylebackenroth.com/blog/2013 ... converter/

Converting a folder of music files to MP3 :
pacpl -t mp3 --bitrate 192 -r ./ --normalize --delete

This command will convert everything below the ./ current path and transcode every audio file (regardless of file type) into MP3 (-t mp3) at a bitrate of 192 (–bitrate 192). The -r will do this job recursively from the current directory. It will also normalize (–normalize) each file and then delete (–delete) the original source/input file.

How to integrate pacpl into Amarok and some basic commands :
https://ubuntuforums.org/showthread.php?t=712064

Things may have changed since Ubuntu 8.04, but it will get you started reading this how-to above.

Extraction of audio file from video explained here :
https://www.linuxjournal.com/article/10786
$ pacpl -to mp3 2010-01-Five_Minutes_SpringRoo.mov

Post Reply