moviepy
moviepy copied to clipboard
aspect ratio is not preserved
Hello,
I have a file that has the original dimensions of 1024 x 576 in an H.264 codec when I play it in VLC. When I read in the video file using VideoFileClip
, the aspect ratio is not preserved. Any ideas of how I can preserve this?
clip = VideoFileClip('myclip.m4v')
clip.size
[720, 576]
Another issue about aspect ratio, just for reference #258