Skip to content

Instantly share code, notes, and snippets.

@kilfu0701
Created January 22, 2019 06:59
Show Gist options
  • Select an option

  • Save kilfu0701/0d6e5ec7a25dc36eb7c84452fc44659a to your computer and use it in GitHub Desktop.

Select an option

Save kilfu0701/0d6e5ec7a25dc36eb7c84452fc44659a to your computer and use it in GitHub Desktop.
ffmpeg convert
# from mov to mp4
ffmpeg -i フラミンゴ.mov -s 1280x720 -b:v 4000k -vcodec libx264 -acodec aac -pix_fmt yuv420p flamingo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment