Tag: ffmpeg

ffmpeg: Width or Height not divisible by 2

If you’re trying to shrink a video by half along the lines of this, you may encounter an error about “width not divisible by 2” during processing, or you just might get an empty mp4 file: The problem happens when you get interesting video dimensions, such as a vertical video that might be 1080 wide […]