Skip to content

Instantly share code, notes, and snippets.

@iwathi
Created January 1, 2019 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iwathi/940416fbb41718f21e5db149ed4f55b4 to your computer and use it in GitHub Desktop.
Save iwathi/940416fbb41718f21e5db149ed4f55b4 to your computer and use it in GitHub Desktop.
Google Earth Studioでmp4を作成するチュートリアル ref: https://qiita.com/iwathi/items/b0655e80067b361ea2c2
ffmpeg -r 30 -i Untitled_%03d.jpeg -vcodec libx264 -pix_fmt yuv420p -r 60 国会議事堂.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment