[MPlayer-users] Updated from Fedora 19 x86_64 to v20 - arrow keys etc don't work

Philip Rhoades phil at pricom.com.au
Wed Jun 11 15:42:45 CEST 2014


Dominik,


On 2014-06-11 21:28, Dominik 'Rathann' Mierzejewski wrote:
> Hi Philip,
> 
> On Tuesday, 10 June 2014 at 21:42, Philip Rhoades wrote:
>> Carl,
>> 
>> 
>> On 2014-06-11 05:35, Carl Eugen Hoyos wrote:
>> >Philip Rhoades <phil <at> pricom.com.au> writes:
>> >
>> >>Suggestions?
>> >
>> >Please provide the MPlayer command line and the
>> >complete, uncut console output.
>> 
>> 
>> The last lines show the effect of hitting cursor keys:
>> 
>> 
>> $ mplayer VID0001.AVI
>> MPlayer SVN-r37077-4.8.2 (C) 2000-2014 MPlayer Team
> [...]
>> A:   5.3 V:   5.3 A-V: -0.005 ct: -0.037 133/133 23%  7%  0.2% 13 0
>> A:   8.3 V:   8.3 A-V:  0.000 ct: -0.040 209/209 15%  4%  0.2% 13 0
>> [adpcm_ima_wav @ 0x7f75effb8500]ERROR: step_index[0] = 290
>> A:   3.1 V:   0.0 A-V:  3.060 ct:  0.360 475/475  0%  0%  0.1% 1 0
>> [adpcm_ima_wav @ 0x7f75effb8500]ERROR: step_index[0] = 8986
>> A:   1.8 V:   0.0 A-V:  1.789 ct:  0.252 1975/1975  0%  0%  0.1% 0 0
>> [adpcm_ima_wav @ 0x7f75effb8500]ERROR: step_index[0] = 2320
>> A:   1.0 V:   0.0 A-V:  0.913 ct:  0.176 1725/1725  0%  0%  0.1% 0 0
>> [adpcm_ima_wav @ 0x7f75effb8500]ERROR: step_index[0] = 8986
>> A:   1.7 V:   0.0 A-V:  1.655 ct:  0.236 1975/1975  0%  0%  0.1% 0 0
> 
> MPlayer works for me on Fedora 20. What do you have in your
> /etc/mplayer/mplayer.conf and ~/.mplayer/config ?


#
# MPlayer configuration file
#
# Configuration files are read system-wide from 
/etc/mplayer/mplayer.conf
# and per-user from ~/.mplayer/config, where per-user settings override
# system-wide settings, all of which are overrriden by the command line.
#
# The configuration file settings are the same as the command line
# options without the preceding '-'.
#
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.
#
# Profiles should be placed at the bottom of the configuration file to 
ensure
# that settings wanted as defaults are not restricted to specific 
profiles.


##################
# video settings #
##################

# Specify default video driver (see -vo help for a list).
#vo=xv

# Use SDL video with the aalib subdriver by default.
#vo = sdl:aalib

# FBdev driver:
#
# mode to use (read from fb.modes)
#fbmode = 640x480-120
#
# location of the fb.modes file
#fbmodeconfig = /etc/fb.modes

# Specify your monitor timings for the vesa and fbdev video output 
drivers.
# See /etc/X11/XF86Config for timings. Be careful; if you specify 
settings
# that exceed the capabilities of your monitor, you may damage it.
#
# horizontal frequency range (k stands for 1000)
#monitor-hfreq = 31.5k-50k,70k
#
# vertical frequency range
#monitor-vfreq = 50-90
#
# dotclock (or pixelclock) range (m stands for 1000000)
#monitor-dotclock = 30M-300M

# Start in fullscreen mode by default.
#fs=yes

# Change to a different videomode when going fullscreen.
#vm=yes

# Override the autodetected color depth, may need 'vm=yes' as well.
#bpp=0

# Enable software scaling (powerful CPU needed) for video output
# drivers that do not support hardware scaling.
#zoom=yes

# standard monitor size, with square pixels
#monitoraspect=4:3

# Use this for a widescreen monitor, non-square pixels.
#monitoraspect=16:9

# Keep the player window on top of all other windows.
#ontop=yes


##################
# audio settings #
##################

# Specify default audio driver (see -ao help for a list).
ao = pulse,alsa,

# Use SDL audio driver with the esd subdriver by default.
#ao = sdl:esd

# Specify the mixer device.
#mixer = /dev/mixer

# Resample the sound to 44100Hz with the lavcresample audio filter.
#af=lavcresample=44100

# Output audio to S/PDIF
#ao=alsa:device=spdif
#ac=hwac3,hwdts,hwmpa,


##################
# other settings #
##################

# Pretend to be Window Media Player.
# Fixes playback when playlist and media file use the same URL.
#user-agent=NSPlayer/4.1.0.3856

# Pretend to be Quicktime
# Fixes playback for apple.com/trailers redirects
#user-agent="QuickTime"

# Pretend to be Realplayer SP
# Fixes playback for some video streaming sites
#user-agent=RMA/1.0

# Pretend to have lots of bandwidth
# Speeds up realmedia rtsp:// streams
#bandwidth=2000000

# Pretend to be Winamp
# Fixes playback of some NSV streams
#user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"

# Drop frames to preserve audio/video sync.
#framedrop = yes

# Specify your preferred skin here (skins are searched for in
# /usr/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
#skin = Abyss

# Resample the font alphamap.
# 0     plain white fonts
# 0.75  very narrow black outline (default)
# 1     narrow black outline
# 10    bold black outline
#ffactor = 0.75

# FriBidi can do "funny" things to some ISO-8859-* subtitles
flip-hebrew = no

# Use fontconfig for font selection
fontconfig = yes

# Default font for unstyled subtitles
font = "Sans"

# cache settings
#
# Use 8MB input cache by default.
#cache = 8192
#
# Prefill 20% of the cache before starting playback.
#cache-min = 20.0
#
# Prefill 50% of the cache before restarting playback after the cache 
emptied.
#cache-seek-min = 50

# DVD: Display English subtitles if available.
#slang = en

# DVD: Play English audio tracks if available.
#alang = en

# A plugged in joystick can interfere with keyboard shortcuts
joystick = no

# Inhibit (a XScrnSaver compatible) screensaver while playing a movie
stop-xscreensaver = yes

############
# Profiles #
############

# The options declared as part of profiles override global default 
settings,
# but only take effect when the profile is active.

[protocol.dvdnav]
#vc=ffmpeg12,
#mouse-movements=yes
#nocache=yes

#[vo.vdpau]
#vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
# Most video filters do not work with vdpau.
#vf-clr=yes


# OSD progress bar vertical alignment
#progbar-align=50

# You can also include other configuration files.
#include = /path/to/the/file/you/want/to/include


ie No difference from F19 and:


# Write your default config options here!

# The next 4 lines allow mencoder tv:// to start capturing immediately.
# #oac=pcm=yes
# #ovc=lavc=yes
# #lavcopts=vcodec=mjpeg
# #tv=driver=v4l2:alsa
# 
#tv=driver=v4l2:input=1:width=768:height=576:device=/dev/video0:audiorate=48000
# more complex default encoding option set
# #lavcopts=vcodec=mpeg4:autoaspect=1
# #lameopts=aq=2:vbr=4
# #ovc=lavc=1
# #oac=lavc=1
# #passlogfile=pass1stats.log
# #noautoexpand=1
# #subfont-autoscale=3
# #subfont-osd-scale=6
# #subfont-text-scale=4
# #subalign=2
# #subpos=96
# #spuaa=20

# ao=jack


I think the problem is the format of the AVI files - I have not used 
files transferred from the Archos AV700 device for a while and I have 
just tested old files from this device - _but_ which were edited using 
avidemux - and they seem to work fine - I will install avidemux again 
and test the idea.

Thanks,

Phil.
-- 
Philip Rhoades

GPO Box 3411
Sydney NSW	2001
Australia
E-mail:  phil at pricom.com.au


More information about the MPlayer-users mailing list