csparker247 / ffdropenc

A macOS utility for batch encoding video files.
GNU General Public License v3.0
6 stars 0 forks source link

Check that output size is divisible by 2 for H.264 transcodes #23

Closed csparker247 closed 3 years ago

csparker247 commented 9 years ago

Title. Not being divisible by 2 causes transcoder to fail.

csparker247 commented 3 years ago

From ffmpeg doc:

ffmpeg -i input.jpg -vf scale=320:-2 output_320.png