Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-16-2003, 10:53 AM
|
#1
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Rep:
|
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
|
|
|
05-16-2003, 10:54 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
show us the full mplayer output.. everything. also tell us what "mplayer -vo help" says.
|
|
|
05-16-2003, 11:01 AM
|
#3
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Original Poster
Rep:
|
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
|
|
|
05-16-2003, 05:48 PM
|
#4
|
LQ Newbie
Registered: Apr 2003
Distribution: Ubuntu 7.04, RedHat 4.4
Posts: 22
Rep:
|
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).
|
|
|
05-16-2003, 05:50 PM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
or better -vo xv, should be fine.
|
|
|
05-16-2003, 11:41 PM
|
#6
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Original Poster
Rep:
|
but i still getting some error messages about subfont-ttf isn there
cheers
erling
|
|
|
05-17-2003, 02:33 AM
|
#7
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
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.
|
|
|
05-17-2003, 03:02 AM
|
#8
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Original Poster
Rep:
|
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
|
|
|
05-17-2003, 03:03 AM
|
#9
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Original Poster
Rep:
|
i figured it out out thx for all help
|
|
|
05-17-2003, 03:15 AM
|
#10
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Original Poster
Rep:
|
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
|
|
|
05-17-2003, 03:54 AM
|
#11
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
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
|
|
|
05-17-2003, 07:10 AM
|
#12
|
Member
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440
Original Poster
Rep:
|
ok
|
|
|
All times are GMT -5. The time now is 03:40 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|