====== ffmpeg - Conversions - Convert 4k to 1080 (no change in codec) ====== ffmpeg -i input4kvid.mp4 -vf scale=1920:1080 -c:a copy output1080vid.mp4