-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VideoFileClip opens file with wrong width #48
Comments
It may be complicated to change the size a posteriori. Could you provide the file ? Or at least run
and paste the output here ? So that I can see if the bug can be fixed. |
Wow. Thanks for the quick response. The file is here: https://www.dropbox.com/s/rd84ofj6qoda5fb/test.MP4 And the output of ffmpeg -i test.MP4 is: ffmpeg version 2.2.3 Copyright (c) 2000-2014 the FFmpeg developers |
Actually, don't spend any time on this just yet. I might know what the problem is. |
Tell me when/if I can close the issue. |
This can be closed. It was caused because I made an error when using ffmpeg change the frame size. Thanks a lot for the responsiveness. |
Hi, I'm having the same issue. It appears that @reidoda 's video is an anamorphic widescreen |
I have a video file that is 426x240, but is opened as 320x240. Is there a way to specify the proper size?
The text was updated successfully, but these errors were encountered: