Android Question ExoPlayer rotation problem on Tablet Samsung Note 8

cb56

Member
Licensed User
Longtime User
On Samsung Note 8 Tablet it seems that Exoplayer does not handle 90 degree video rotation well.

Screenshot_2022-03-16-17-13-59.png


It works fine on phones.

Some ideas?

Thanks
 

cb56

Member
Licensed User
Longtime User
I changed the file video orientation with a program on the pc, setting it to zero and on the tablet it works fine.

Orientation cannot be changed with Exoplayer.

Can you tell me how it is possible to change the orientation of a video file with b4a?
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Check second screenshot (Video to Gif) on PndFFmpegKit page. You can get metadata from video.
 
Upvote 0

cb56

Member
Licensed User
Longtime User
I tried the library and video rotation works fine.

But my need is not to rotate the video but to change the rotation information in the meta data.

Anyone know how I can do?
 
Upvote 0
Top