Last active
May 29, 2018 13:21
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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