Scale and crop ```bash ffmpeg -i input_4k.mp4 -vf "scale=-1:1080,crop=1920:1080" -c:v libx264 -crf 18 -c:a copy output_1080p.mp4 ```