Skip to content

Instantly share code, notes, and snippets.

@koki-h
Last active May 29, 2018 13:21
Show Gist options
  • Select an option

  • Save koki-h/d90e32107b9ee6fc7768cd7d33361832 to your computer and use it in GitHub Desktop.

Select an option

Save koki-h/d90e32107b9ee6fc7768cd7d33361832 to your computer and use it in GitHub Desktop.
movからmp4へ変換(acodecは指定しなくても大丈夫そう) ref: https://stackoverflow.com/questions/12026381/ffmpeg-converting-mov-files-to-mp4
ffmpeg -i in.MOV -vcodec copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment