LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cut up sound files (https://www.linuxquestions.org/questions/linux-software-2/cut-up-sound-files-4175433166/)

Pedroski 10-19-2012 11:34 PM

cut up sound files
 
I want to cut bits out of mp3 or other sound files. Is there a Linux software to do this?

clifford227 10-20-2012 04:08 AM

Audacity can do that, but I think it needs to re-encode the cut bits, so there is some loss of quality.

http://audacity.sourceforge.net/

There is another program called 'mp3splt', that doesnt re-encode the cut bits and keeps the original quality, although I've not used it before. Actually you reminded me that I need to try it.

http://mp3splt.sourceforge.net/mp3splt_page/home.php

David the H. 10-20-2012 01:23 PM

mp3splt is what I'd recommend for mp3 and vorbis files. I use it often. The gui front-end is particularly useful.

For other sound types, I'd probably use ffmpeg with the "copy" pseudo codec and the -ss and -t options for lossless extraction.

sox might be another option. I don't know if it can do fully lossless splitting though.

Pedroski 10-20-2012 07:12 PM

Thanks guys! mp3splt worked like a dream! Haven't tried Audacity yet. I am learning Chinese, and the bits from the CD that cause the most trouble to pronounce I want to cut to a short file, so I don't have to search and search, just play the mini mp3 on repeat.


All times are GMT -5. The time now is 03:31 AM.