Skip to main content
peanball.net
  1. Tags/

omxplayer

2017


A better OMX Player Controller

<time datetime="2017-05-11 00:00:00 &#43;0000 UTC">11 May 2017</time><span class="px-2 text-primary-500">&middot;</span><span>220 words</span>

I’m using omxplayer on the Raspberry Pi for video playback because it utilizes the Raspberry Pi’s hardware video decoding. Because the front-end is a separate application, I just need to remote control OMX Player to start and stop the video and figure out how far the video has played back already.

2016


Raspberry Pi Video Overlay on OMXPlayer via Kivy

<time datetime="2016-09-26 00:00:00 &#43;0000 UTC">26 September 2016</time><span class="px-2 text-primary-500">&middot;</span><time datetime="2017-02-19 00:00:00 &#43;0000 UTC">Updated: 19 February 2017</time><span class="px-2 text-primary-500">&middot;</span><span>648 words</span>

In one of my hobby projects I needed to display additional information on top of a running video. The whole project is based on the Raspberry Pi and Python.

This article describes the approach I’ve taken to display arbitrary content over the video with the help of the very flexible (and admittedly awesome) Kivy framework.