You are not logged in.

#1 2010-06-02 19:42:24

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

[SOLVED] mplayer + OSS4

Does mplayer play jerky when OSS4 is installed?

I have tried setting ao=oss in .mplayer/config

With ALSA, playback is smooth, with VLC+OSS, playback is smooth
I have recompiled mplayer with --enable-ossaudio \
Not sure if that is correct, but I saw a package in AUR with this enabled

Not sure what to do,  I have Googled the problem, no relevant results

Last edited by Anonymo (2010-06-03 05:45:25)

Offline

#2 2010-06-02 20:47:13

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Re: [SOLVED] mplayer + OSS4

I kept looking and changed my config to what I found on Ubuntu forums; video is smooth now.

#======
# Video
#======

# Set video driver.
vo=xv

# Use double-buffering. (Recommended for xv with SUB/OSD usage)
double=yes

#======
# Audio
#======

# Set audio driver.
ao=alsa

# Set mixer channel
mixer-channel=Master

# Ajust volume differences. *
a52drc=1

# Fix A/V sync problems. *
mc=0.2
autosync=30


#==========
# Subtitles
#==========

# VobSubs
#========

# Align subs. (-1: as they want to align themselves)
spualign=-1

# Anti-alias subs. (4: best and slowest)
spuaa=4

# Set language.
slang=fi,fin,en,eng

# Text-based subtitles
#=====================

# Find subtitle files. (1: load all subs containing movie name)
sub-fuzziness=1

# Set font.
font=/home/osmo/.fonts/microsoft/vista/Calibri.ttf

# Set font encoding.
subfont-encoding=unicode

# Set subtitle file encoding.
unicode=yes
utf8=yes

# Resample the font alphamap. (1: narrow black outline)
ffactor=1

# Set subtitle position. (100: as low as possible)
subpos=100

# Set subtitle alignment at its position. (2: bottom)
subalign=2

# Set font size. (2: proportional to movie width)
subfont-autoscale=2

# Set font blur radius. (default: 2)
subfont-blur=2.0

# Set font outline thickness. (default: 2)
subfont-outline=2.0

# Set autoscale coefficient. (default: 5)
subfont-text-scale=4.4

# OSD
#====

# Set autoscale coefficient. (default: 6)
subfont-osd-scale=4.4

#===========
# Appearance
#===========

# Disable screensaver.
stop-xscreensaver=yes

# Position window. (50%:50%: center of screen)
geometry=50%:50%

Last edited by Anonymo (2010-06-02 20:47:40)

Offline

Board footer

Powered by FluxBB