Skip to content

render output to portrait 1080x1920 #1588

Answered by TonyCrane
ketut asked this question in Q&A
Discussion options

You must be logged in to vote

When you render, you can add -r 1080x1920 to the command to get the portrait video. But this does not change the size of the window (it is still horizontal).
And constants.py stipulates that the ratio of the length of the horizontal axis to the length of the vertical axis is 16:9, so forcibly changing the screen ratio in this way will cause the unit length of the horizontal and vertical axes to be inconsistent (that is, the video is forcibly compressed horizontally to vertical). But you can change the aspect ratio by changing ASPECT_RATIO in constants.py.

But, to be honest, these methods are not easy. The easiest way is still to make a horizontal video (but only animate in the vertical ra…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ketut
Comment options

Answer selected by ketut
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants