Skip to content

Instantly share code, notes, and snippets.

@ryanwoodsmall
Created February 16, 2019 08:44
Show Gist options
  • Save ryanwoodsmall/16f53db89006f96cfcf6b4d8a2ff6718 to your computer and use it in GitHub Desktop.
Save ryanwoodsmall/16f53db89006f96cfcf6b4d8a2ff6718 to your computer and use it in GitHub Desktop.
loop_an_mp3_with_lame.sh
#!/bin/bash
for i in {1..7} ; do
echo $i 1>&2
cat the_caretaker-an_empty_bliss_beyond_this_world.mp3
done \
| lame \
--preset standard \
--mp3input \
- \
the_caretaker-an_empty_bliss_beyond_this_world-6hr_loop.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment