omxdirector icon indicating copy to clipboard operation
omxdirector copied to clipboard

Adding 'osd' as an option

Open ianwarn opened this issue 2 years ago • 0 comments

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});

ianwarn avatar Aug 13 '22 15:08 ianwarn