ffmpeg/mkv\343\202\222mp4\343\201\270\345\244\211\346\217\233.md
... ...
@@ -0,0 +1,5 @@
1
+[ffmpeg - How to simply convert video files (i.e.: MKV to MP4)? - Ask Ubuntu](https://askubuntu.com/questions/396883/how-to-simply-convert-video-files-i-e-mkv-to-mp4)
2
+
3
+```
4
+$ ffmpeg -i LostInTranslation.mkv -codec copy LostInTranslation.mp4
5
+```
... ...
\ No newline at end of file