Re: [FFmpeg-user] cropping problem

2017-02-22 Thread Carl Eugen Hoyos
2017-02-22 16:39 GMT+01:00 Benjamin Houtman : > ffmpeg -i /Volumes/VIDEO_1/2009-10-28-Cmp-Multi-1872-C1.mov -vf > "crop=720:480:0:0" -c:v libx264 -crf 15 -c:a copy > /Users/tbdcpreservation/Desktop/FFMpeg_output/crop.mov Complete, uncut console output missing. > No pixel format specified, yuv422p

Re: [FFmpeg-user] cropping problem

2017-02-22 Thread Carles Vila
El 22 feb. 2017 16:46, "Benjamin Houtman" escribió: Hello all, I'm trying to crop a video that has a large green stripe at the bottom. Using Cropdetect I've determined that the dimensions of the content for the video are 720:480, not the 720:576 it displays at. When I try to crop it two things

[FFmpeg-user] cropping problem

2017-02-22 Thread Benjamin Houtman
Hello all, I'm trying to crop a video that has a large green stripe at the bottom. Using Cropdetect I've determined that the dimensions of the content for the video are 720:480, not the 720:576 it displays at. When I try to crop it two things happen (or don't happen, rather): A) It doesn't produc