[NTLUG:Discuss] how can I copy the last 'x' minutes of a MP3 file?

Jack Snodgrass jack at jacksnodgrass.com
Fri Jun 18 07:40:07 CDT 2004


Thanks. mpgedit seems like it will do what I need. 
I've already gotten it to crop just the last 5 minutes
of my .mp3 file that I'm testing with. Works really fast. 

I use this ( below ) to record the audio... I'm pretty sure that 
it's not optimised for AM Radio, mono ( non-stereo ) 

/usr/bin/arecord --quiet -f dat -t wav -d 3600 | /usr/bin/notlame -S
--nohist --quiet --silent  -B 128 -

so I use arecord to record off of the line-in jack and then I 
pipe it to notlame to build the mp3 file. This lets me listen
to the .mp3 stream as it's being created. I can pause/stop/rewind,
etc while the .mp3 stream is created. 60 mintes of recordings is
around 6meg....

I'm not sure how/where I'd say 11khz, mono in my record script 
that I'm using. Need to look at the arecord and notlame options. 


jack 


On Fri, 2004-06-18 at 03:47, Ralph Green, Jr wrote:
> Jack,
>   I think I would look at http://www.mpgedit.org/mpgedit/
> It has the virtue of not have to re-encode to make edits.  It is limited
> to just editing and that soulds like what you want.
>  Personally, I use GoldWave(get version 4.26, not version 5) to do this
> kind of thing.  I record programs every week and same them as MP3.  I do
> my recordings as wav file and edit then encode.  If you record radio
> shows, set the capture rate to 11KHz mono and you'll save a lot of bits
> with no real quality loss.  I am learning Audacity, but I am not quick
> enough on it to use for my every week programs.  Hopefully, soon.
> Good luck,
> Ralph
> 
> On Thu, 2004-06-17 at 19:14, Jack Snodgrass wrote:
> >    Does anyone know how I can easily and quickly ( don't want 
> > to play for 53 minutes and then 'record' the last 7 minutes to 
> > a new file ) get the last 7 minutes of the file into another
> 
> 
> 
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
> 




More information about the Discuss mailing list