mkrepeat

command module
v0.0.0-...-f4e8e1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2024 License: Unlicense Imports: 6 Imported by: 0

README

mkrepeat

mkrepeat is a cli tool to repeat a (audio) fail n times.

The main purpose is to have a convenience wrapper around ffmpeg if you want to have one (audio) file that loops.

Synopsis

mkrepeat [-n <nr>] <filepath>

Dependencies

  • go compiler
  • ffmpeg

Quick start

  • To have it system wide automatically:
go install
mkrepeat -n 5 $HOME/Music/song.mp3
  • To make it system wide manually (just a single example):
go build
doas ln -s $(pwd)/mkrepeat /usr/local/bin/mkrepeat
mkrepeat -n 5 $HOME/Music/song.mp3
  • To run it in place:
go run main.go -n 5 $HOME/Music/song.mp3

Author

Meelis Utt

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL