Skip to content

Instantly share code, notes, and snippets.

@hsylife
Last active September 4, 2018 06:17
Show Gist options
  • Save hsylife/18cacce521b4a50a283a511785f6ea56 to your computer and use it in GitHub Desktop.
Save hsylife/18cacce521b4a50a283a511785f6ea56 to your computer and use it in GitHub Desktop.
ffmpegでmovからmp4に変換する ref: https://qiita.com/hsylife/items/27732fad752cc9433100
$ brew reinstall ffmpeg --with-fdk-aac --with-freetype --with-libass --with-libvpx --with-sdl2 --with-x265
$ ffmpeg -i mymov.mov -vcodec libx265 mymov.mp4
$ ffmpeg -i mymov.mov -crf 1 -pix_fmt yuv420p mymov.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment