Created
August 28, 2018 21:59
-
-
Save pwolfram/d591f8ad9c0a0f53e4badb19c5f9aa91 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/usr/bin/env bash | |
ffmpeg -framerate 7 -i example_wave.%04d.png -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p example_wave.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python example