Skip to content

Instantly share code, notes, and snippets.

@katapad
Created January 8, 2014 12:38
Show Gist options
  • Save katapad/8316202 to your computer and use it in GitHub Desktop.
Save katapad/8316202 to your computer and use it in GitHub Desktop.
複数のmp4の1フレーム目をmp4にするワンライナー。
find *.mp4 -exec ffmpeg -i {} -ss 0 -f image2 -vframes 1 {}.png \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment