Skip to content

Instantly share code, notes, and snippets.

@328
Created January 22, 2015 09:04
Show Gist options
  • Save 328/d377394c1936d54a75c5 to your computer and use it in GitHub Desktop.
Save 328/d377394c1936d54a75c5 to your computer and use it in GitHub Desktop.
ffmpeg
```
ffmpeg -i 入力ファイル名.mkv -vcodec copy 出力ファイル名.mp4
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment