010bd207dbfae862b0f265b65bdcfff14c906ff0
ffmpeg/mkv\343\202\222mp4\343\201\270\345\244\211\346\217\233.md
... | ... | @@ -1,5 +1,5 @@ |
1 | 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 | 2 | |
3 | -``` |
|
3 | +```bash |
|
4 | 4 | $ ffmpeg -i LostInTranslation.mkv -codec copy LostInTranslation.mp4 |
5 | 5 | ``` |
... | ... | \ No newline at end of file |