Skip to content

Instantly share code, notes, and snippets.

@rasec
Created June 29, 2012 10:16
Show Gist options
  • Save rasec/3017094 to your computer and use it in GitHub Desktop.
Save rasec/3017094 to your computer and use it in GitHub Desktop.
Extract the video image (not audio) of a video
ffmpeg -i <input_video> -an -vcodec copy <output_video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment