mirror of
https://github.com/Zulko/moviepy.git
synced 2021-07-27 01:17:47 +03:00
* On autorotate flip the video_size - ffmpeg autorotates videos but the video_size is unhanged, this results e.g. in stretched output images or even unreadable images or videos. This commit exchanges width and height if 90 or 270 degree rotation was detected. * Use fix directly in video writer, add test cases * Remove uneeded files * Add CHANGELOG entry Co-authored-by: Florian Zierer <florian.zierer@moticon.de> Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>