Tag: video

  • Playing video on Raspberry Pi

    Using omxplayer: omxplayer -r -o hdmi <video file> You may need to use sudo, if you can’t get stuff to work. Or maybe try the first thing from this post. And here is some info on controlling omxplayer.

  • Converting video to ogg and the html5 video tag

    This is how to embed a video in a webpage using html5’s video tag. First, the video must be in a format supported by the browser that it will be viewed with. It seems that the format that has the most widespread browser support (well, at least with the browsers that I like, Firefox and…