Skip to content

Instantly share code, notes, and snippets.

@Saccarab
Created October 9, 2020 14:43
Show Gist options
  • Save Saccarab/81188a0d33f2eba9054e57dcfed6f64a to your computer and use it in GitHub Desktop.
Save Saccarab/81188a0d33f2eba9054e57dcfed6f64a to your computer and use it in GitHub Desktop.
ffmpeg empty video
ffmpeg -t 1218 -f lavfi -i color=c=black:s=640x480 -c:v libx264 -tune stillimage -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment