Skip to content

Instantly share code, notes, and snippets.

@eddie
Created May 24, 2015 21:26
Show Gist options
  • Select an option

  • Save eddie/6a10c60fc027a15f52e0 to your computer and use it in GitHub Desktop.

Select an option

Save eddie/6a10c60fc027a15f52e0 to your computer and use it in GitHub Desktop.
MPG Thumbnails
for file in *.mp4; do out=`basename "$file" .mp4`.jpg; ffmpeg -ss 00:10:10 -i ./"$file" -vcodec mjpeg -vframes 1 -an -f rawvideo "$out"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment