ffmpeg -i input.mp4 -s 1920x1080 output1.mp4
ffmpeg -i input.mp4 -vf scale=-1:1080 output2.mp4
pause