ffmpeg -i input1.mp4 -i input2.avi -c copy -map 1:v:0 -map 0:a:0 -shortest output.avi. The output.avi file will have the same video content ...
確定! 回上一頁