u8sand / Baka-MPlayer

The libmpv based media player
https://u8sand.github.io/Baka-MPlayer/
GNU General Public License v2.0
433 stars 93 forks source link

how to rotate video #310

Closed standin000 closed 3 years ago

standin000 commented 3 years ago

I can not find a menu item or hotkey to rotate video in baka-mplayer, Is there possible?

u8sand commented 3 years ago

@standin000

You can rotate the video using mpv commands, the command to cycle 90 degree intervals will be:

mpv cycle_values video-rotate 0 90 180 270

So you can create a key binding: image

Once added, you can press r (in this case, but use whatever shortcut you want) to rotate the video.