Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Last active January 16, 2017 16:49
Show Gist options
  • Select an option

  • Save johnelliott/52792591f6ca880a7515dac062a9aa43 to your computer and use it in GitHub Desktop.

Select an option

Save johnelliott/52792591f6ca880a7515dac062a9aa43 to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -safe 0 -f concat -i <(printf "file '$PWD/%s'\n" ./*.wav) -c copy output.wav
printf "file '%q'\n" *.wav > manifest.txt
ffmpeg -f concat -i manifest.txt -c copy huge.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment