antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

Making a supercut using videos with different resolutions / aspect ratios creates frame offset glitches #51

Closed fishmongr closed 2 years ago

fishmongr commented 7 years ago

Fix is to update use moviePy's concatenate passing method='compose' for it to automatically check and use the largest width/height when concatenating multiple videos of potentially different resolutions.