I must be a bit thick, but I've got wheezy but can't find OMX. Where is it located.dom wrote:Use the Raspbian “wheezy” from here:
http://www.raspberrypi.org/downloads
and it is pre-installed.
Code: Select all
man omxplayer
I changed Execute-line to first open lxterminal and then insert the command "omxplayer -t..." for the file. This works perfectly for me.haydster7 wrote:Hi, just a quick question on the usage of omxplayer.
I have found multiple sites that enable the launch of the player via the file manager using an omxplayer.desktop shortcut in /usr/share/applications/ with the contents as follows
[Desktop Entry]
Type=Application
Name=OMXPlayer
Categories=AudioVideo;Player;
Exec=omxplayer -o hdmi %f
Terminal=true
Icon=emblem-video
http://jeffhoogland.blogspot.com.au/201 ... a-gui.html
I have tried this and it has not worked but I cannot find anyone else reporting the same issues. (It is reported as working on the RPi)
Code: Select all
alias play='omxplayer -r -o hdmi'Code: Select all
play mygreatmovie.aviWhen I follow that link, it takes me to a Raspbian version called 'STRETCH", not "WHEEZY"dom wrote: ↑Wed Aug 22, 2012 1:52 pmUse the Raspbian “wheezy” from here:
http://www.raspberrypi.org/downloads
and it is pre-installed.