Search notes:

mp3splt

Split foo.mp3 into 10 equal sized chunks:
mp3splt -S 10 foo.mp3

Output format

mp3splt -S 10 -o @n foo.mp3
Creates 01.mp3 .. 10.mp3.

Frame mode

Sometimes I had to use frame mode (-f).

Compiling for Cygwin

apt-cyg install libtool

wget http://prdownloads.sourceforge.net/mp3splt/libmp3splt-0.9.2.tar.gz
tar xfvz libmp3splt-0.9.2.tar.gz
cd libmp3splt-0.9.2
./configure
make
make install
cd ..

wget http://prdownloads.sourceforge.net/mp3splt/mp3splt-2.6.2.tar.gz
tar xfvz mp3splt-2.6.2.tar.gz
cd mp3splt-2.6.2
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
Yet, even though it compiled, when trying to split a file, it will complain with error: no plugin matches the file foobar.mp3.

See also

mp3 tools
Project homepage: http://mp3splt.sourceforge.net/mp3splt_page/home.php

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/tools/mp...', 1759407780, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/tools/mp3splt(72): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78