Skip to content

Instantly share code, notes, and snippets.

@mondain
Created August 8, 2020 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mondain/21c7ab6b60967000877bf5b6502a4d8d to your computer and use it in GitHub Desktop.
Save mondain/21c7ab6b60967000877bf5b6502a4d8d to your computer and use it in GitHub Desktop.
Save a series of raw yuv420p files from a video source
#!/bin/sh
ffmpeg -y -r 1 -i $1 -an -s 640x480 -pixel_format yuv420p -f image2 image-%3d.raw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment