Splitting an audio file into multiple smaller pieces

Dakota Lee Martinez
1 min readJan 25, 2018

--

I was having trouble figuring out how to split up a large audio file into smaller pieces via the command line. I finally found this post and found that I can use the following command:

To make sure this works, you’ll need to install ffmpeg first if you don’t have it already:

Originally published at Becoming a Programmer.

--

--