Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save filipedfs/f6a9752ebafcee4327fecd931fa29e72 to your computer and use it in GitHub Desktop.
Save filipedfs/f6a9752ebafcee4327fecd931fa29e72 to your computer and use it in GitHub Desktop.
Generate black video from ffmpeg
ffmpeg -t 5 -f lavfi -i color=c=black:s=1280x720 -c:v libx265 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment