On Thu, Jun 29, 2017 at 9:19 PM, Clay D. Montgomery <clay at montgomery1.com> wrote: > Crop and transpose in 1 pass: > ffmpeg -i File1.mp4 -vf crop=1080:1920:0:0 -vf transpose=2 File4.mp4 > There's no cropping taking place, as the video filter argument has been replaced. Syntax is -vf "crop=1080:1920:0:0,transpose=2"