Skip to content

Instantly share code, notes, and snippets.

@burhanloey
Created January 24, 2019 02:06
Show Gist options
  • Save burhanloey/f07bd64c3fa4d3475b0d5f123215b42d to your computer and use it in GitHub Desktop.
Save burhanloey/f07bd64c3fa4d3475b0d5f123215b42d to your computer and use it in GitHub Desktop.
A script to play a video using OMXPlayer with black frame and centered subtitle in Raspberry Pi
#!/usr/bin/env sh
omxplayer -o hdmi $1 --align center --blank
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment