Re: Splitting *.mp3

2022-10-18 Thread Niels Dettenbach
Am Montag, 17. Oktober 2022, 22:43:21 CEST schrieb Todd Gruhn: > I know PERL, not python -- so, I cannot do this. i would try to get into ffmpeg with that (pydub seems to use ffmpeg too vtw.) - it offers lof of options to split and/or trim audio from console But details are out of scope

Re: Splitting *.mp3

2022-10-17 Thread Todd Gruhn
"If you're comfortable with python pydub https://github.com/jiaaro/pydub/ , ..." I know PERL, not python -- so, I cannot do this. Has this done by perl-dudes ? On Mon, Oct 17, 2022 at 3:48 PM adr wrote: > > On Mon, 17 Oct 2022, Todd Gruhn wrote: > > Is there a nice way to split a large MP3 into

Re: Splitting *.mp3

2022-10-17 Thread adr
On Mon, 17 Oct 2022, Todd Gruhn wrote: Is there a nice way to split a large MP3 into a bunch of MP3s that are part of this MP3? I use shntool for that. It has support for cue files and nice features to name the resulting files following rules (I use it to split flac+cue rips). Big Q right

Re: Splitting *.mp3

2022-10-17 Thread charlie
If you're comfortable with python pydub https://github.com/jiaaro/pydub/ , can do that. You use ranges ( audio[0:1000] , numbers here are milliseconds ) to splice.

Splitting *.mp3

2022-10-17 Thread Todd Gruhn
Is there a nice way to split a large MP3 into a bunch of MP3s that are part of this MP3? Big Q right know is for a large MP3 that was made from a 3in (?) tape? Then shorten the quiet part at the end/beginning of the shorter MP3 ?