cBrandon Community

General Category => Raspberry Pi => Topic started by: branx86 on September 25, 2015, 03:40:35 PM

Title: Play Video .mp4 from CMD Line
Post by: branx86 on September 25, 2015, 03:40:35 PM
If you don't have the omxplayer  do apt-get -y install omxplayer

To play a video file you just need to type :
        omxplayer myvideo.mp4

If you are using HDMI you should use this command to pass audio over the HDMI interface :
      omxplayer -o hdmi myvideo.mp4