omxdirector
omxdirector copied to clipboard
Adding 'osd' as an option
For removing omxplayer's on-screen display. It appends "--no-osd" to omxplayer command line.
You can combine this option with existing options, e.g. omx.play(['video.mp4', 'anothervideo.mp4', 'foo.mp4'], {loop: true, osd: false});