Python Forum

Full Version: Push video to left and remove background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Alright, what would the button need to do? Obviously to support portrait, but I haven’t yet figured out how to get portrait working, so how would I get the button do that?
Looking at tkvideoplayer source I don't think it supports rotating the video. It does have a call for getting video metadata. I guess you have to rotate the video yourself.
(Dec-07-2022, 08:28 PM)deanhystad Wrote: [ -> ]Looking at tkvideoplayer source I don't think it supports rotating the video. It does have a call for getting video metadata. I guess you have to rotate the video yourself.

I have managed to have the video displayed in the correct orientation by making changes to the tkVideoplayer library. Still truggling to remove the white spece either side
Pages: 1 2