sweeney / mp3snip

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:Go 100.0%