====== Some useful UNIX tricks ====== ===== Cut a song segment using FFMPEG ===== ffmpeg -ss 3075 -i input.ogg -to 70 -c copy out.ogg Starts at 51m15s and continues 70s further : [51:15 - 52:25].