LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   no video using mplayer on 13.137 (https://www.linuxquestions.org/questions/slackware-14/no-video-using-mplayer-on-13-137-a-4175426545/)

wufo 09-10-2012 10:58 AM

no video using mplayer on 13.137
 
I am trying to play an mp4 video using mplayer , but when I select the video the video display window disappears and I only get audio.

tj

el chapulín 09-10-2012 11:22 AM

Two few things to check for a start:

DRI

Make sure you have the permission to use it. On my other system with a radeon GPU and the FLOSS driver, there was no access to the DRI for some reason, until I set up /etc/X11/xorg.conf as follows:

Code:

Section "Device"
        Identifier        "card0"
        Driver                "radeon"
EndSection

Section "DRI"
        Mode 0666
EndSection

If you're using nouveau of the intel driver, substitute radeon for either of those. You will need to kill and restart X (including display managers). I do this by dropping to a tty and changing runlevel to 3 and back to 4 again.

codecs

I'm no expert on video but you may need to install some codecs such as the gstreamer plugins, ffmpeg, xvid, etc. You can find most of these at slackbuilds.org

Permissions

Is your user in the correct groups? Post the output of

Code:

$ groups

bnguyen 09-10-2012 11:51 AM

Quote:

Originally Posted by wufo (Post 4776969)
I am trying to play an mp4 video using mplayer , but when I select the video the video display window disappears and I only get audio.

tj

Please post the output of MPlayer when playing that file so we can have more information.


All times are GMT -5. The time now is 05:46 AM.