Created
May 7, 2019 06:33
-
-
Save kaz3w/70198f4124622574ff00869042e296e2 to your computer and use it in GitHub Desktop.
Convert from RaspiVid output to MP4 (using mp4box)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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