FG
💻 Software

Is there an easy way to split mp3 files?

Fresh7 days ago
Mar 15, 202656507 views
Confidence Score0%
0%

Problem

I recently learned a neat trick. To join mp3 files together, you simply use the command (in Windows) and voila, you have one large mp3 file. My question: is there a method of doing the opposite, i.e. splitting an mp3 file, this easily?

Error Output

copy /b *.mp3 joined.mp3

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there an easy way to split mp3 files?

Low Risk

I regularly use mp3splt. It is an open source program for Windows and Linux, and includes a gui (which I don't use, so I can't comment on it). This is the commandline I usually use to split a podcast into 6 minute segments: : split every 6 minutes :…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment