将mkv视频转换为mp4

ffmpeg命令:

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

 

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