[FFmpeg-user] Crop and transpose filters combined produces large output

Clay D. Montgomery clay at montgomery1.com
Thu Jun 29 21:31:45 EEST 2017


On 6/29/2017 11:15 AM, Moritz Barsnick wrote:
> On Thu, Jun 29, 2017 at 21:32:23 +0530, Gyan wrote:
>> There's no cropping taking place, as the video filter argument has been
>> replaced.
> Ah, d'uh, I missed that. That's what he meant with size.
>
> Clay, why did you write "wrong size" and then quote the file size next
> to it, if you meant the dimensions (i.e. 1080x1920)???? Confusing
> indeed.
>
> Moritz
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
Gyan, Moritz,

   Yes, I did have the syntax wrong for combining the filters.  It is 
working for me now like this:

     ffmpeg -i File1.mp4 -vf crop=1080:1920:0:0,transpose=2 File3.mp4

     File1.mp4     79,717,759
     File3.mp4       6,816,685

Thanks again for all your help. I really appreciate it. You guys Rock!

Regards, Clay





More information about the ffmpeg-user mailing list