View Single Post
  #9   (View Single Post)  
Old 21st June 2010
Daffy Daffy is offline
Fdisk Soldier
 
Join Date: Jun 2010
Posts: 73
Default

Quote:
Originally Posted by BSDfan666 View Post
I confirmed that it works here on OpenBSD 4.7/i386, the problem is possibly related to the user using OpenBSD/amd64, where machdep.userldt is indeed invalid and unnecessary.
Thank you! May I ask why? I couldn't find any info on that.

Quote:
Originally Posted by BSDfan666 View Post
Here is my mplayer configuration file, it's something I've been tweaking forever.. but.. it mostly works for the things I watch.

You might want to customize it to fit your requirements, most options have command-line equivalents.

Code:
# Write your default config options here!
vo=xv
double=yes
framedrop=yes
hardframedrop=no
# Post processing? can be buggy, but, can improve things in some cases.
#vf=pp
#autoq=80
# Use the native sndio API.
ao=sndio
# Volume normalization.
af=volnorm
# Auto-synchronization, fiddle with this if you have issues, 20 is a good value.
autosync=0
# Disable OSD/subtitles.
noautosub=yes
osdlevel=0
# Use an 8M cache, small but enough.
cache=8192
# If you use it, uncomment this line.
#stop-xscreensaver=yes
# Change if your primary device is different.
dvd-device=/dev/rcd0c
cdda:device=/dev/rcd0c
cdrom-device=/dev/rcd0c
# Reduced program verbosity.. but it breaks mplayerplug-in.
msglevel:all=0
I used and modified your options and thank you! Finally, it works like a charm...
Reply With Quote