resize a video to 1280x720 $ ffmpeg -i input.mkv -vf scale=1280x720 output.mkv # convert between two container formats # (ffmpeg can guess ...
確定! 回上一頁