Python Forum
Push video to left and remove background - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Push video to left and remove background (/thread-38865.html)

Pages: 1 2


RE: Push video to left and remove background - finndude - Dec-07-2022

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?


RE: Push video to left and remove background - deanhystad - Dec-07-2022

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.


RE: Push video to left and remove background - finndude - Dec-13-2022

(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