Skip to content

Instantly share code, notes, and snippets.

@kaz3w
Created May 7, 2019 06:33
Show Gist options
  • Save kaz3w/70198f4124622574ff00869042e296e2 to your computer and use it in GitHub Desktop.
Save kaz3w/70198f4124622574ff00869042e296e2 to your computer and use it in GitHub Desktop.
Convert from RaspiVid output to MP4 (using mp4box)
#!/bin/sh
/usr/local/bin/MP4Box -fps 30 -add ${1} ${2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment