Created
February 15, 2021 23:24
-
-
Save crashGoBoom/b3f1a2a307cc427049f5fbaf99b0e2d4 to your computer and use it in GitHub Desktop.
Generate a 30 second test video with tone with FFMPEG
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
ffmpeg -f lavfi -i 'testsrc[out0];sine[out1]' -t 30 -pix_fmt yuv420p colorbars_tone.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment