Skip to content

Instantly share code, notes, and snippets.

@nezuppo
Last active September 8, 2018 07:39
Show Gist options
  • Save nezuppo/805317beefa9749685f77c3e5b59d6b2 to your computer and use it in GitHub Desktop.
Save nezuppo/805317beefa9749685f77c3e5b59d6b2 to your computer and use it in GitHub Desktop.
連続写真からタイムラプス動画を作成して、Twitter 用に変換
$ mencoder mf://satellite/*.png -mf fps=25 -nosound -ovc lavc -lavcopts vcodec=mpeg4 -o satellite.avi
$ avconv -i satellite.avi -c:v libx264 satellite.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment