Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
1.03k stars 115 forks source link

Video Rotation #49

Closed ghost closed 2 years ago

ghost commented 2 years ago

When rotating video in windowed mode the window size is not changing. In full screen mode it is working well. Using latest stable MPCVR.

This is how it works now: Screenshot (293)

This is how it should: Screenshot (294)

Well this particular video does not need rotation, I used it just to show you.

v0lt commented 2 years ago

When rotating video in windowed mode the window size is not changing.

Yes. This is how rotation works, like other frame transformations in player.

In full screen mode it is working well.

Works exactly the same as in the window. The full screen size does not change.

There is also a window maximized to full screen and it will also not change when you make frame transformations in player.

v0lt commented 2 years ago

I note that your ticket does not apply to the video renderer. The size of the window is controlled by the player. I'm closing the topic.