Skip to content

Instantly share code, notes, and snippets.

@yosshi
Created June 5, 2012 01:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosshi/2871865 to your computer and use it in GitHub Desktop.
Save yosshi/2871865 to your computer and use it in GitHub Desktop.
ffmepg で X倍速再生動画を作成剃る方法。とりあえず3倍速
!#/bin/sh
ffmpeg -i IMGP8692.AVI -s 1280x720 -r 10.1 hoge.yuv
ffmpeg -s 1280x720 -r 29.97 -i hoge.yuv hoge.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment