adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
443 stars 240 forks source link

Add more omxplayer key bindings? #221

Open cstoney opened 3 months ago

cstoney commented 3 months ago

I would love to have more omxplayer controls available. Specifically, the ability to seek within videos:

left arrow  seek -30 seconds
right arrow seek +30 seconds
down arrow  seek -600 seconds
up arrow    seek +600 seconds
<           rewind
>           fast forward
z           show info

🙏