Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lwd-temp/b81138bd62fddf7c5daeccbccef687d9 to your computer and use it in GitHub Desktop.
Save lwd-temp/b81138bd62fddf7c5daeccbccef687d9 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