FFMPEG command to crop and transpose video comes out zoomed in bad quality
问题 I'm trying to convert an mp4 video with dimensions usually 960x720 into a sqaure 480:480 video but it comes out looking squished usually, the command is "-y -i %s -vf crop=480:480,transpose=%d -threads 5 -metadata:s:v rotate=0 -c:v libx264 -crf 27 -preset ultrafast -c:a copy -bsf:a aac_adtstoasc %s"; Am I missing something, do I need to down scale first or something? **EDIT adding full console output. The ffmpeg command is updated, but the goal still remains the same, take an arbitrary video