Page 1 of 1

How to rotate the video in vlc for Android?

Posted: 01 Jun 2013 03:18
by rowa
I've checked the libVLC.java, and I can not find a function that could rotate the playing video on the mSurface,
I've tried to rotate the parent control of the mSurface:

Code: Select all

LinearLayout view= (LinearLayout)findViewById(R.id.videoPlayView); view.setRotation(180);
but after rotating the parent control, the playing video on the mSurface turn to be a black rectangle

Re: How to rotate the video in vlc for Android?

Posted: 02 Jun 2013 23:06
by edwardw
Wait it out or use the libvlc rotation filter (read the docs)

Re: How to rotate the video in vlc for Android?

Posted: 20 Jun 2013 20:55
by edwardw
Open your video in VLC and pause it so you can fix it without missing anything In the menu, go to Effects and Filters > Geometry and enable the Rotate checkbox. You'll then be able to rotate your video in real time, so you'll be able to spot exactly when you've managed to turn it back to where it's supposed to be!
Wrong section, that is for VLC desktop.