Re: [FFmpeg-user] crop values are incorrect and seemingly random

2018-08-17 Thread Carl Eugen Hoyos
2018-08-16 19:36 GMT+02:00, acowbear : > Stream #0:0(eng): Video: h264 (libx264) (avc1 / 0x31637661), > yuv422p10le, 620x260 Does Windows 10 support yuv422p10? If not, there is a good chance the resolution cannot be read correctly. Carl Eugen ___

Re: [FFmpeg-user] crop values are incorrect and seemingly random

2018-08-16 Thread Jeremy
620x248 is what windows 10 says the video dimensions are.  When I roll over the file it says "620x248" and also if I right click on the file in windows and go to properties it says video frame width 620 frame height 248 On 8/16/2018 1:45 PM, Gyan Doshi wrote: On 16-08-2018 11:06 PM,

Re: [FFmpeg-user] crop values are incorrect and seemingly random

2018-08-16 Thread Jeremy
I just checked its meta data with adobe media encoder and it has the correct dimensions according to adobe media encoder.  It seems the problem is actually a bug in windows, not a bug in ffmpeg! On 8/16/2018 1:45 PM, Gyan Doshi wrote: On 16-08-2018 11:06 PM, acowbear wrote: Output #0, mp4,

Re: [FFmpeg-user] crop values are incorrect and seemingly random

2018-08-16 Thread Gyan Doshi
On 16-08-2018 11:06 PM, acowbear wrote: Output #0, mp4, to 'cropped.mp4': Metadata: COMPATIBLE_BRANDS: qt MAJOR_BRAND : qt MINOR_VERSION : 537199360 encoder : Lavf58.17.101 Stream #0:0(eng): Video: h264 (libx264) (avc1 / 0x31637661), yuv422p10le,

[FFmpeg-user] crop values are incorrect and seemingly random

2018-08-16 Thread acowbear
ffmpeg -y -i "vid.mkv" -filter:v "crop=620:250:0:0" -c:v libx264 "cropped.mp4" results in cropped.mp4 size 620x244 ffmpeg -y -i "vid.mkv" -filter:v "crop=620:253:0:0" -c:v libx264 "cropped.mp4" results in cropped.mp4 size 620x250 ffmpeg -y -i "vid.mkv" -filter:v "crop=620:260:0:0" -c:v libx264