Re: Can mplayer use rotation metadata?
"Dennis Nezic" <[email protected]> Wed, 31 Jul 2024 11:42:28 -0400
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <ZqpbZKz33dV67P3S@panther> |
vf-add=rotate to ~/.mplayer/config (or -vf-add rotate) worked!! Ty! > Hi! > You can use -vf rotate to do the rotation, but I THINK you currently > also need to specify the rotation amount manually. > The plan (assuming it does not work yet) is that as a future feature > anyone who wants auto-rotation can add vf-add=rotate to their config > file and it would use the ID_VID_0_ROTATE information, but I have not > had time/forgot to look into implementing that. > > Best regards, > Reimar > > > On 30 Jul 2024, at 16:03, Dennis Nezic <[email protected]> wrote: > > > > midentify says ID_VID_0_ROTATE=-90.000000 > > ffprobe says displaymatrix: rotation of -90.00 degrees > > > > But mplayer doesn't actually perform the rotation (automatically?). However, ffplay does.