-
- Downloads
Create Video: always pad video to even sizes
H.264 requires that the width and height of the video frame are multiples of the chroma block size. When using the default yuv420 pixel format this means the dimensions should be even (e.g. multiples of 2). The video filter added in this commit ensures this by padding out the frame with black pixels.
Please register or sign in to comment