LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-16-2003, 10:53 AM   #1
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Rep: Reputation: 30
mplayer?? video output


i have installed mplayer
but when i i start it i get something about subfont.ttf
is not there and when i try to start a movie this erros showes up
error opening/initializing the selcted video_out (-vo) device

what shall i do ??

cheers

erling
 
Old 05-16-2003, 10:54 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
show us the full mplayer output.. everything. also tell us what "mplayer -vo help" says.
 
Old 05-16-2003, 11:01 AM   #3
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Original Poster
Rep: Reputation: 30
mplayer -vo help:
MPlayer 0.90rc5-3.2.2 (C) 2000-2003 Arpad Gereoffy (see DOCS)

CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Stepping: 10)
Detected cache-line size is 32 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/erling/.mplayer/config
Available video output drivers:
xmga Matrox G200/G4x0/G550 overlay in X11 window (using /dev/mga_vid)
mga Matrox G200/G4x0/G550 overlay (/dev/mga_vid)
xv X11/Xv
x11 X11 ( XImage/Shm )
gl X11 (OpenGL)
gl2 X11 (OpenGL) - multiple textures version
dga DGA ( Direct Graphic Access V2.0 )
sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
fbdev Framebuffer Device
svga SVGAlib
aa AAlib
png PNG file
jpeg JPEG file
gif89a animated GIF output
null Null video output
pgm PGM file
md5 MD5 sum
mpegpes Mpeg-PES file
yuv4mpeg yuv4mpeg output for mjpegtools (to "stream.yuv")
vesa VESA VBE 2.0 video output
xvidix X11 (VIDIX)


when i had run gmplayer in x and logedout this message came
open: no such device
vo-mga :couldn`t open /dev/mga.vid
 
Old 05-16-2003, 05:48 PM   #4
R3N3G4D3
LQ Newbie
 
Registered: Apr 2003
Distribution: Ubuntu 7.04, RedHat 4.4
Posts: 22

Rep: Reputation: 15
I think you just didnt set the vo for your mplayer, do mplayer -vo x11 (later on you might want to fool around with the other ones cuz X11 is the slowest).
 
Old 05-16-2003, 05:50 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
or better -vo xv, should be fine.
 
Old 05-16-2003, 11:41 PM   #6
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Original Poster
Rep: Reputation: 30
but i still getting some error messages about subfont-ttf isn there

cheers

erling
 
Old 05-17-2003, 02:33 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you want to create a link from the ttf font you want to use, e.g. /usr/X11R6/lib/X11/fonts/truetype/arial.ttf to either....

/home/user/.mplayer/subfont.ttf
or
/usr/share/mplayer/subfont.ttf

so do this...

ln -s /blah/arial.ttf /otherblah/subfont.ttf

should load fine with the on screen display. you could always temporarily not use the on screen display by setting -osdlevel 0 on the command line.
 
Old 05-17-2003, 03:02 AM   #8
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Original Poster
Rep: Reputation: 30
thx but every time i start mplayer i have to chose -vo is there
any config file i can set xv as default

cheers

erling
 
Old 05-17-2003, 03:03 AM   #9
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Original Poster
Rep: Reputation: 30
i figured it out out thx for all help
 
Old 05-17-2003, 03:15 AM   #10
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Original Poster
Rep: Reputation: 30
was there a spesifc meaning with that i should use xv
beacause when i use xv little whith dots show up some thimes
but in x11 this prob is fixed!!

cheers

erling
 
Old 05-17-2003, 03:54 AM   #11
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
X11 is a more generic video output, but it will use at least twice as much CPU time as XV, so just be aware that it may impact your system's performance more than a more optimized video output method
 
Old 05-17-2003, 07:10 AM   #12
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Original Poster
Rep: Reputation: 30
ok
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mplayer decompressed video output to file sadarax Linux - Software 5 06-29-2006 02:12 PM
mplayer video output permissions in suse 9.3 polrus Linux - Software 0 11-13-2005 06:20 PM
Mplayer- no video output!?!?! help!!!!!!! nicdee Linux - Software 2 10-28-2005 10:28 AM
mplayer video output error cd1680 Linux - Software 4 03-20-2005 11:32 AM
mplayer video output vank Linux - Software 1 01-14-2003 01:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration