Skip to content

sweeney/mp3snip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mp3snip

MP3Snip is a crufty little tool to lop the beginning and end off of mp3 files without re-encoding. It preserves ID3v2 tags in the resulting, snipped, file.

$ mp3snip --help

Usage of mp3snip:
  -end string
    End before; Duration, parsable by go https://golang.org/pkg/time/#ParseDuration - eg 10s. Optional
  -in string
    Path to input mp3 file
  -out string
    Path to output mp3 file
  -start string
    Start after; Duration, parsable by go https://golang.org/pkg/time/#ParseDuration - eg 25s

Installation

go install github.com/sweeney/mp3snip

About

A crufty little command line utility for snipping the start and end off MP3 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages