Hello there,
I'm trying to configure an autonomous video player with some Raspberry Pi from Pi3 to Pi5 with the latest Raspberry Pi OS (Bookworm from 10.10.2023).
Just for understanding I was previously using omxplayer, but it has been deprecated and its team recommend to concentrate on VLC, well I took it from here and I try to get back my function one of them is to rotate the video by 180° depending on an extranal gpio state. I read the cvlc help, try to find example online, but as far as I try nothing is working...
cvlc --fullscreen --loop --no-osd --rotate-angle 180 somevideo.mp4 (as mentioned in the help)
cvlc --fullscreen --loop --no-osd --transform-type 180 somevideo.mp4 (as mentioned in the help)
cvlc --fullscreen --loop --no-osd --video-filter='transform{type="270"}' somevideo.mp4 (as mentioned here https://wiki.videolan.org/Documentation ... transform/)
Hope I can find some help here.
Sincerely