Page 1 of 1

Split mp3 or text files into chunks

Posted: Tue 10 Apr 2012, 18:10
by don570
I have written an right-click option app to split mp3 files
or text files into chunks. The size of each chunk is set by user
using a GUI.

Here's how it would be used.

Use baconrecorder to record overnite radio broadcast in
mp3 format, therefore little diskspace is used.
Here's the baconrecorder thread.
http://murga-linux.com/puppy/viewtopic.php?t=69237

Let's assume you chose mp3 mono to make the file as small as possible.

Instructions: Right click on a mp3 file ( or text file)
and split option will be on menu list

split-file default settings (a length of 3600 kilobytes) will split
the file into 30 minute chunks (aproximate).

A folder is created called split that will have the numbered
chunks inside. You can use your audio player to listen to a chunk.

Notes:

1) Exact times are difficult to know with mp3 format.

2) It also works on text files.

3) This program just puts a GUI around the 'split' command

____________________________________________________



___________________________________________-

Posted: Tue 10 Apr 2012, 19:27
by nooby
Cool thanks. I remember that you told us how many MB
that a speech recording will need.

Will it place it on the HD continuously or does it fill the RAM until it crash?
I have only 1GB RAM a small Netbook

Posted: Tue 10 Apr 2012, 20:26
by don570
Most versions of puppy linux won't crash if you fill up the
hard drive completely with a recording but it's not a good practise.

Several versions of Puppy can't save the Rox file manager settings.
This makes Puppy hard to use. Best thing to do is save your
work to another partition and reboot .

I assume that Baconrecorder will record continuously for many hours
until the hard drive if filled up. This only happened to me once
as an accident. :oops:

When I record with mhwaveedit crashes are more common
than baconrecorder, so I'm using baconrecorder nearly
all the time now.

____________________________________________
__________________________________________

Posted: Wed 11 Apr 2012, 13:11
by nooby
The solution is easy for me. Instead of recording at a night
I can record from early morning and after 8 hours I will know
much many MB or GB it needs. Super easy. I only need to
find a good mike. I know it should be somewhere in the room
but it seens to be in a plastic bag inside another such so not
easy to find. Too lazy at the moment to comb the whole apartment.
Thanks for sharing your ideas

Posted: Wed 11 Apr 2012, 13:16
by RSH
nooby wrote:The solution is easy for me. Instead of recording at a night
I can record from early morning and after 8 hours I will know
much many MB or GB it needs. Super easy. I only need to
find a good mike. I know it should be somewhere in the room
but it seens to be in a plastic bag inside another such so not
easy to find. Too lazy at the moment to comb the whole apartment.
Thanks for sharing your ideas
Hey nooby,

do you already know: to record voices of people without having their permission or agreement is illegal action in Germany (even if you use open source software :lol: ) - isn't it in sweden as well?

Posted: Thu 12 Apr 2012, 05:33
by nooby
Ooops don't tell that to Don then he needs to add a loud Beep
to every voice recording and a message saying. This is the Swedish
Authorities. We approve of this recording. Say something Thanks You!

Haha.

My snoring at night recorded using Bacon will be very illegal.

new version 1.2

Posted: Thu 12 Apr 2012, 23:29
by don570
new version 1.2

-Fixed a mistake with megabytes

-Added warning message when a null file (empty) or
hidden file detected. These would give confusing results.

_________________________________________________

Posted: Mon 30 Apr 2012, 16:18
by don570
New version 1.3

There are different versions of the split command used in
Puppy linux.

I only discovered this when I tried to use version 1.2 on slacko
and it wouldn't work. It has split version 6.9

whereas other puppies have version 8.0

So I had to make a change for compatibility.