[opensuse] ffmpeg crop stopped working
So I have come back to upload more old programs to my plex server and as I have done many times, using ffmpeg to crop the black bars off the left and right of old 4:3 format videos (where they are pillar-boxed to fit on 16:9 tvs). This command which I incorporated into a batch script used to work fine a few months ago: ffmpeg -i input.mkv -vf "crop=640:480:96:0" output.mkv where 640:480 is the resolution of the 4:3 video and 96 is the width of the two black bars. The original video (input.mkv) is 832x480 so I am literally just cropping the edges. Now instead of ffmpeg working like it always has, I am now greeted with the following message: [Parsed_crop_0 @ 0x6c6800] Invalid too big or non positive size for width '640' or height '480' [Parsed_crop_0 @ 0x6c6800] Failed to configure input pad on Parsed_crop_0 I have searched online and cannot find any coherent answers. Does anyone have a clue what the error actually means and why I never used to get it before (on what I am assuming is an older version of ffmpeg)? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Paul Groves