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

2017-06-29 Thread Clay D. Montgomery
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

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

2017-06-29 Thread Moritz Barsnick
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

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

2017-06-29 Thread Gyan
On Thu, Jun 29, 2017 at 9:19 PM, Clay D. Montgomery 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

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

2017-06-29 Thread Clay D. Montgomery
Hello, I have been experimenting with using the video crop and transpose filters with ffmpeg (version 2.5.2 on Windows) to convert 4K video into 1080p video without scaling. When I combine these filters in a 1 pass operation, I get an output (File4.mp4) that is about 4X larger than it should