这两个命令有区别吗?
ffmpeg -i input.mp4 -c:v copy -c:a copy output.mkv ffmpeg -i input.mp4 -vcodec copy -acodec copy output.mkv
ffmpeg
ffmpeg ×1