Skip to content

Instantly share code, notes, and snippets.

@crashGoBoom
Created February 15, 2021 23:24
Show Gist options
  • Save crashGoBoom/b3f1a2a307cc427049f5fbaf99b0e2d4 to your computer and use it in GitHub Desktop.
Save crashGoBoom/b3f1a2a307cc427049f5fbaf99b0e2d4 to your computer and use it in GitHub Desktop.
Generate a 30 second test video with tone with FFMPEG
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