CLIMP3Cut is an abstraction between the hard to use FFmpeg and the user.
this command takes in a target file and parameters for either front and or back and creates a new File in the directory named after the input with an [cut] appended
Examples:
- cut C:\user\selected.mp3 -f 01:30 -b 02:00
- cut C:\user\selected.mp3 -f 01:30
- cut C:\user\selected.mp3 -b 02:00