Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active February 16, 2018 05:25
Show Gist options
  • Save kjunichi/7352245 to your computer and use it in GitHub Desktop.
Save kjunichi/7352245 to your computer and use it in GitHub Desktop.

関連記事

関連投稿

動画から静止画をとりだす

ffmpeg -ss 0 -vframes 1 -i xxx.mp4 -f image2 xxx.jpg

-ss: 切り出したい時間位置
-vframes: 何フレーム切り出すか(静止画なので1)
-i: 入力動画ファイル名
-f image2: 静止画として切り出す

Link

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment