将mkv视频转换为mp4

ffmpeg命令:

ffmpeg -i "test.mkv" -vcodec copy -acodec aac 'test.mp4'

 

posted @ 2020-12-13 19:16  sewen  Views(173)  Comments(0Edit  收藏  举报