You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script that transforms Vertical video into horizontal video. Right now these source files are all from mobile devices, and sometimes from Snapchat. I think there is something weird about the pixel aspect ratio because some of my clips come out as 1930x1080 or other resolutions that are almost 16x9. Any idea what the problem could be?
You're not supposed to use both height= and width=. You use one of them, and it automatically works out the other keeping the same aspect ratio. You don't want this to happen, so use newsize=(1920,1080).
See resize docs.
keikoro
added
video
Related to VideoClip and related classes, or handling of video in general.
question
Questions regarding functionality, usage
labels
Feb 5, 2021
@kallimadhavareddy It's not clear to me why you added your comment to this closed issue. I'd ask you to open a new issue if you are experiencing problems and fill in the issue template as best as you can.
hi, I am trying to resize a video and force the aspect ratio, I got a video 1280720 and want to resize to 12801596, so the video keeps the same aspect ration but in the process the spaces for the height(Bottom&Top) are filled out with black frames instead. So my final result is the original video in the center on that dimention.
I have a script that transforms Vertical video into horizontal video. Right now these source files are all from mobile devices, and sometimes from Snapchat. I think there is something weird about the pixel aspect ratio because some of my clips come out as 1930x1080 or other resolutions that are almost 16x9. Any idea what the problem could be?
The text was updated successfully, but these errors were encountered: