[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)

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)

Similar Messages

  • [Solved] mplayer setting files

    What I know is, ~/.mplayer/config file affects all media files, and ~/.mplayer/a.mp4.conf affects only the media file which has the name a.mp4. But I have two media files, which have the same name, in different directories and I want to make different settings for these two files.
    Is there a way to make different setting files in ~/.mplayer/ for these two media files without changing the file name?
    Last edited by kreoso (2012-04-13 21:50:04)

    Not sure if this is what you need, but
    man mplayer wrote:       You can also write file-specific configuration files.  If you wish to have a con‐
           figuration  file  for  a  file  called   'movie.avi',   create   a   file   named
           'movie.avi.conf'  with the file-specific options in it and put it in ~/.mplayer/.
           You can also put the configuration file in the same directory as the file  to  be
           played,  as  long as you give the -use-filedir-conf option (either on the command
           line or in your global config file).  If a file-specific  configuration  file  is
           found  in  the  same  directory,  no  file-specific  configuration is loaded from
           ~/.mplayer.  In addition, the -use-filedir-conf option enables directory-specific
           configuration  files.

  • [SOLVED] mplayer says that the system is too slow?

    I've noticed that mplayer has been complaining that my system is too slow to play videos lately.
    mplayer CLI output:
    AVI file format detected.
    [aviheader] Video stream found, -vid 0
    [aviheader] Audio stream found, -aid 1
    VIDEO: [XVID] 640x352 12bpp 25.000 fps 1537.8 kbps (187.7 kbyte/s)
    Clip info:
    Software: Nandub v1.0rc2
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
    AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
    Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
    ==========================================================================
    AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
    Starting playback...
    VDec: vo config request - 640 x 352 (preferred colorspace: Planar YV12)
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is 1.82:1 - prescaling to correct movie aspect.
    [swscaler @ 0x89d5f50]SwScaler: using unscaled yuv420p -> bgr24 special converter
    VO: [gl2] 640x352 => 640x352 BGR 24-bit
    [gl2] You have OpenGL >= 1.2 capable drivers, GOOD (16bpp and BGR is ok!)
    [gl2] antialiasing off
    [gl2] bilinear linear
    A: 866.0 V: 866.0 A-V: 0.012 ct: 0.099 21651/21651 2% 3% 0.2% 4 0
    A: 868.6 V: 867.9 A-V: 0.763 ct: 0.099 21698/21698 2% 3% 0.2% 50 0
    **** Your system is too SLOW to play this! ****
    Possible reasons, problems, workarounds:
    - Most common: broken/buggy _audio_ driver
    - Try -ao sdl or use the OSS emulation of ALSA.
    - Experiment with different values for -autosync, 30 is a good start.
    - Slow video output
    - Try a different -vo driver (-vo help for a list) or try -framedrop!
    - Slow CPU
    - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
    e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
    - Broken file
    - Try various combinations of -nobps -ni -forceidx -mc 0.
    - Slow media (NFS/SMB mounts, DVD, VCD etc)
    - Try -cache 8192.
    - Are you using -cache to play a non-interleaved AVI file?
    - Try -nocache.
    Read DOCS/HTML/en/video.html for tuning/speedup tips.
    If none of this helps you, read DOCS/HTML/en/bugreports.html.
    mediainfo output:
    Format : AVI
    Format/Info : Audio Video Interleave
    File size : 698 MiB
    Duration : 58mn 0s
    Overall bit rate : 1 684 Kbps
    Writing application : Nandub v1.0rc2
    Writing library : Nandub build 1852/release
    Video
    Format : MPEG-4 Visual
    Format profile : Streaming Video@L1
    Format settings, BVOP : Yes
    Format settings, QPel : No
    Format settings, GMC : No warppoints
    Format settings, Matrix : Default
    Muxing mode : Packed bitstream
    Codec ID : XVID
    Codec ID/Hint : XviD
    Duration : 58mn 0s
    Bit rate : 1 538 Kbps
    Width : 640 pixels
    Height : 352 pixels
    Display aspect ratio : 16/9
    Frame rate : 25.000 fps
    Resolution : 24 bits
    Colorimetry : 4:2:0
    Scan type : Progressive
    Bits/(Pixel*Frame) : 0.273
    Stream size : 638 MiB (91%)
    Writing library : XviD 1.1.2 (UTC 2006-11-01)
    Audio
    Format : MPEG Audio
    Format version : Version 1
    Format profile : Layer 3
    Codec ID : 55
    Codec ID/Hint : MP3
    Duration : 58mn 0s
    Bit rate mode : Variable
    Bit rate : 133 Kbps
    Nominal bit rate : 128 Kbps
    Channel(s) : 2 channels
    Sampling rate : 48.0 KHz
    Resolution : 16 bits
    Stream size : 55.1 MiB (8%)
    Alignment : Aligned on interleaves
    Interleave, duration : 24 ms (0.60 video frame)
    Interleave, preload duration : 477 ms
    Writing library : LAME3.90.
    Encoding settings : ABR
    ~/.mplayer/config contents:
    vo=gl2
    monitoraspect=16:9
    Any ideas?
    EDIT: Well, it looks like adding "ao=alsa" to ~/.mplayer/config did it. I guess that it uses OSS by default, which is apparently too slow.
    EDIT 2: If anyone else can offer any mplayer performance tips, I'd still appreciate them.
    Last edited by mrbug (2008-10-24 00:42:05)

    Perhaps. Also, in that error message, do as it says and play around with combinations of those.
    Possible reasons, problems, workarounds:
    - Most common: broken/buggy _audio_ driver
    - Try -ao sdl or use the OSS emulation of ALSA.
    - Experiment with different values for -autosync, 30 is a good start.
    - Slow video output
    - Try a different -vo driver (-vo help for a list) or try -framedrop!
    - Slow CPU
    - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,
    e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
    - Broken file
    - Try various combinations of -nobps -ni -forceidx -mc 0.
    - Slow media (NFS/SMB mounts, DVD, VCD etc)
    - Try -cache 8192.
    - Are you using -cache to play a non-interleaved AVI file?
    - Try -nocache.
    Read DOCS/HTML/en/video.html for tuning/speedup tips.
    (Taken directly from your post )

  • [SOLVED] mplayer-svn won't compile

    Wanted to try one application that needs svn version of mplayer to run. Well, i'm not able to compile it
    liba52/imdct_3dnow.h:289: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
    liba52/imdct_3dnow.h:257: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
    liba52/imdct_3dnow.h:117: error: 'asm' operand has impossible constraints
    liba52/imdct_3dnow.h:283: error: 'asm' operand has impossible constraints
    liba52/imdct.c: In function 'ifft16':
    liba52/imdct.c:294: warning: array subscript is below array bounds
    liba52/imdct.c: In function 'ifft64_c':
    liba52/imdct.c:310: warning: array subscript is below array bounds
    liba52/imdct.c: In function 'ifft128_c':
    liba52/imdct.c:318: warning: array subscript is below array bounds
    liba52/imdct.c:322: warning: array subscript is below array bounds
    make: *** [liba52/imdct.o] Error 1
    Google found something: http://gcc.gnu.org/ml/gcc-bugs/2009-05/msg00633.html
    So is there any chance i could compile it? Need to downgrade gcc?
    Last edited by Dzaro (2009-05-09 09:30:58)

    Oh, didn't know that
    Thank you
    Edit: yes, it's working now
    Last edited by Dzaro (2009-05-09 09:30:36)

  • [solved] mplayer suddenly scaling my widescreen videos?!

    I just did an upgrade, I tried mplayer with a bunch of video files and it keeps rescaling them, getting rid of the black bars on top and bottom, kind of "upscaling" which I don't want. I can't figure out how to stop it from doing this:
    ┌─[ 23:13 ][ /media/stuff/tv/HD/Heroes/S01 ]
    └─> mplayer -ao alsa:device=plug=dmix6 -channels 6 -delay -0.1 -fs Heroes.2006.S01E15.720p.HDDVD.x264-ESiR.mkv
    MPlayer UNKNOWN-4.3.3 (C) 2000-2009 MPlayer Team
    137 audio & 296 video codecs
    Playing Heroes.2006.S01E15.720p.HDDVD.x264-ESiR.mkv.
    [mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
    [mkv] Track ID 2: audio (A_AC3), -aid 0, -alang eng
    [mkv] Will play video track 1.
    Matroska file format detected.
    VIDEO: [avc1] 1280x720 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [liba52] AC3 decoding with liba52
    Using SSE optimized IMDCT transform
    Using MMX optimized resampler
    AUDIO: 48000 Hz, 6 ch, s16le, 640.0 kbit/13.89% (ratio: 80000->576000)
    Selected audio codec: [a52] afm: liba52 (AC3-liba52)
    ==========================================================================
    AO: [alsa] 48000Hz 6ch s16le (2 bytes per sample)
    Starting playback...
    VDec: vo config request - 1280 x 720 (preferred colorspace: Planar YV12)
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
    VO: [xv] 1280x720 => 1280x720 Planar YV12 [fs]
    xscreensaver-command: no screensaver is running on display :0.0
    A: 399.4 V: 399.4 A-V: 0.005 ct: 0.090 0/ 0 43% 1% 0.8% 0 0
    Exiting... (Quit)
    ┌─[ 23:13 ][ /media/stuff/tv/HD/Heroes/S01 ]
    └─>
    And I don't have anything in my ~/.mplayer/config that relates to this, only a default alsa output setting.
    TIA for any help
    Last edited by colbert (2009-05-28 00:21:22)

    I have the same problem. Don't know if it happened after the upgrade or not.
    I also noticed that this has something to do with Twinview/Xinerama. When the second monitor was disabled (in xorg.conf), full screen in mplayer worked as expected.
    Glad to see someone with the same problem, I was just about to create a thread asking for help. -zoom, -vo xv and -xineramascreen 1 didn't help.
    EDIT: By the way. I don't know if it's related, but now the mplayer window appear centered on the both monitors. Before it always appeared centered on the secondary screen (left).
    Last edited by Mogger (2009-05-22 18:45:17)

  • [SOLVED] mplayer not keeping mkv aspect ratios

    When playing MKVs which have Display Width/Height defined, it appears the Movie-Aspect is never being set. Here's sample console output:
    mplayer movie.mkv
    -snip-
    [mkv] |+ segment information...
    [mkv] | + timecode scale: 1000000
    [mkv] | + duration: 6894.848s
    [mkv] |+ segment tracks...
    [mkv] | + a track...
    [mkv] | + Track number: 1
    [mkv] | + Track type: Video
    [mkv] | + Default flag: 1
    [mkv] | + Codec ID: V_MPEG4/ISO/AVC
    [mkv] | + CodecPrivate, length 40
    [mkv] | + Default duration: 41.708ms ( = 23.976 fps)
    [mkv] | + Language: und
    [mkv] | + Name: -snip-
    [mkv] | + Video track
    [mkv] | + Pixel width: 704
    [mkv] | + Pixel height: 480
    [mkv] | + Display width: 852
    [mkv] | + Display height: 480
    -snip-
    Starting playback...
    Increasing filtered audio buffer size from 0 to 34816
    [h264 @ 0xe26f60]no picture
    [h264 @ 0xe26f60]no picture
    [ffmpeg] aspect_ratio: 0.000000
    VDec: vo config request - 704 x 480 (preferred colorspace: Planar YV12)
    Trying filter chain: ass vo
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is undefined - no prescaling applied.
    VO Config (704x480->704x480,flags=0,'MPlayer',0x32315659)
    REQ: flags=0x437 req=0x0
    VO: [xv] 704x480 => 704x480 Planar YV12
    VO: Description: X11/Xv
    VO: Author: Gerd Knorr <[email protected]> and others
    Xvideo image format: 0x32595559 (YUY2) packed
    Xvideo image format: 0x32315659 (YV12) planar
    Xvideo image format: 0x59565955 (UYVY) packed
    Xvideo image format: 0x30323449 (I420) planar
    using Xvideo port 310 for hw scaling
    *** [ass] Exporting mp_image_t, 704x480x12bpp YUV planar, 506880 bytes
    *** [vo] Allocating mp_image_t, 704x480x12bpp YUV planar, 506880 bytes
    -snip-
    Any ideas as to what is happening? My ~/.mplayer/config contains the following:
    # Write your default config options here!
    [extension.mkv]
    demuxer=mkv
    sid=0
    ass=yes
    embeddedfonts=yes
    fontconfig=yes
    What gets me is that the Display Height and Display Width are clearly being detected by the demuxer--but it's as if that information isn't making it all the way down to when it starts playing. Thoughts?
    EDIT: I should also mention that without the demuxer being set to mkv, I still don't get the AR preserved.
    Last edited by skystrife (2010-11-08 23:45:20)

    There was a bug in mplayer for a short time. It's possible the current mplayer in Arch is exactly that buggy version. Try mplayer-svn from AUR.

  • [SOLVED] mplayer -vo fbdev

    On arch 08.01
    Trying to play movies at the console using
    mplayer -vo fbdev >& mp.log *.avi
    produced audio but no video, and in mp.log
    Can't open /dev/fb0: Permission denied
    Error opening/initializing the selected video_out (-vo) device.
    I got the same result with fbdev2.  As my permissions for /dev/fb0 seemed to be OK,
    /home/g # ls -l /dev/fb0
    crw-rw---- 1 root video 29, 0 Aug 19 09:04 /dev/fb0
    I tried explicitly adding my uid at the end of the 'video' group in /etc/group,
    video:x:91:g
    which failed thus
    VO: [fbdev] 720x304 => 720x304 BGRA
    Can't put VSCREENINFO: Invalid argument
    FATAL: Cannot initialize video driver.
    Playing it as root produced the same result.
    Full mp.log was
    MPlayer SVN-r37224 (C) 2000-2014 MPlayer Team
    210 audio & 441 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing Pirates (Roman Polanski).avi.
    libavformat version 55.33.100 (internal)
    AVI file format detected.
    [aviheader] Video stream found, -vid 0
    [aviheader] Audio stream found, -aid 1
    [aviheader] Audio stream found, -aid 2
    AVI: ODML: Building ODML index (3 superindexchunks).
    VIDEO: [XVID] 720x304 24bpp 23.976 fps 2109.8 kbps (257.5 kbyte/s)
    Clip info:
    Software: VirtualDubModRus 1.5.10.2 (build 2540/release)
    Title: Ïèðàòû / Pirates (1986)
    Artist: SENATOR (BDRip 720)
    Copyright: HQ-ViDEO (www.hq-video.ru)
    Comments: 14.04.2009
    Load subtitles in ./
    Can't open /dev/fb0: Permission denied
    Error opening/initializing the selected video_out (-vo) device.
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    libavcodec version 55.52.102 (internal)
    AUDIO: 48000 Hz, 2 ch, floatle, 224.0 kbit/7.29% (ratio: 28000->384000)
    Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
    ==========================================================================
    [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
    AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
    Video: no video
    Starting playback...
    A: 0.0 (00.0) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.0 (00.0) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.1 (00.0) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.1 (00.0) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.1 (00.0) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.1 (00.1) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.2 (00.1) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.2 (00.1) of 90954.0 (25:15:54.0) ??,?% [J
    A: 0.2 (00.2) of 90954.0 (25:15:54.0) 0.3% [J
    A: 0.2 (00.2) of 90954.0 (25:15:54.0) 0.3% [J
    A: 0.3 (00.2) of 90954.0 (25:15:54.0) 0.3% [J
    A: 0.3 (00.2) of 90954.0 (25:15:54.0) 0.3% [J
    A: 0.3 (00.2) of 90954.0 (25:15:54.0) 0.3%
    Last edited by porphyry5 (2014-09-28 17:58:21)

    teckk wrote:
    You will have to size the video. Example:
    mplayer -vo fbdev2 -vf scale=640:480 YourFile.mp4
    Thank you for your help, but I have also tried the scale option, both as scale=1366:768 and scale=1366:-3, which produced the same result as without scaling.  As you can readily see, the essential problem is that mplayer is being refused access to /dev/fb0.  Here is mp.log when using
    mplayer -vo fbdev -vf scale 640:480 *.avi >& mp.log
    MPlayer SVN-r37224 (C) 2000-2014 MPlayer Team
    210 audio & 441 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing Rashomon.avi.
    libavformat version 55.33.100 (internal)
    AVI file format detected.
    [aviheader] Video stream found, -vid 0
    [aviheader] Audio stream found, -aid 1
    VIDEO: [DIVX] 576x432 24bpp 23.976 fps 1002.8 kbps (122.4 kbyte/s)
    Clip info:
    Software: Nandub v1.0rc2
    Title: Rashomon
    Subject: Rashomon
    Artist: Directed by Akira Kurosawa
    Copyright: Offered by LabMonkey©
    Comments:
    Load subtitles in ./
    Can't open /dev/fb0: Permission denied
    Error opening/initializing the selected video_out (-vo) device.
    ==========================================================================
    Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
    AUDIO: 44100 Hz, 2 ch, s16le, 32.0 kbit/2.27% (ratio: 4000->176400)
    Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
    ==========================================================================
    [AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
    AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    A: 0.1 (00.0) of 182358.1 (50:39:18.1) ??,?% [J
    A: 0.1 (00.0) of 182358.1 (50:39:18.1) ??,?% [J
    A: 0.1 (00.1) of 182358.1 (50:39:18.1) ??,?% [J
    A: 0.1 (00.1) of 182358.1 (50:39:18.1) ??,?% [J
    A: 0.1 (00.1) of 182358.1 (50:39:18.1) ??,?% [J
    A: 0.2 (00.1) of 182358.1 (50:39:18.1) ??,?% [J
    A: 0.2 (00.1) of 182358.1 (50:39:18.1) ??,?% [J
    A: 0.2 (00.2) of 182358.1 (50:39:18.1) ??,?% [J
    Last edited by porphyry5 (2014-08-23 16:06:15)

  • [SOLVED]mplayer tab completion with *.divx files

    Hi,
    I have some *.divx files. mplayer plays them fine, but the tab completion in bash doesn't work. So I'll either have to type the filename or do something like vim <filename>, go back and write mplayer instead of vim. That's getting pretty annoying, so I hope someone can help me
    Last edited by rine (2008-09-17 00:02:47)

    I assume you use the bash_completition script.
    The easy way is to rename the file to the actual container (avi, mkv, mp4, wmv, whatever)
    The hard way is to patch bash_completition:
    you should add the extensions you like to line 5895: for example
    _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|divx)'

  • [SOLVED]Mplayer error dialog

    I get an error dialog after exiting mplayer.
    The details in the dialog..
    [matroska,webm @ 0x2269b10] max_analyze_duration 5000000 reached at 5002000
    [matroska,webm @ 0x2269b10] Estimating duration from bitrate, this may be inaccurate
    after closing this, i get an another dialog box..
    MPlayer SVN-r33805-4.6.1 (C) 2000-2011 MPlayer Team
    163 audio & 363 video codecs
    Playing MediaFire4U.Com_HHP7.P1.Dd.mkv.
    libavformat file format detected.
    [lavf] stream 0: video (h264), -vid 0, united300.blogspot.com | 300mbunited.com | rapidpremium.net
    [lavf] stream 1: audio (aac), -aid 0, united300.blogspot.com | 300mbunited.com | rapidpremium.net
    [lavf] stream 2: subtitle (text), -sid 0, united300.blogspot.com | 300mbunited.com | rapidpremium.net
    VIDEO: [H264] 640x272 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
    Load subtitles in ./
    ==========================================================================
    Forced video codec: ffmpeg12vdpau
    Forced video codec: ffwmv3vdpau
    Forced video codec: ffvc1vdpau
    Forced video codec: ffh264vdpau
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU))
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    AUDIO: 48000 Hz, 2 ch, s16le, 0.0 kbit/0.00% (ratio: 0->192000)
    Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
    ==========================================================================
    AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
    Starting playback...
    [VD_FFMPEG] Trying pixfmt=0.
    Movie-Aspect is 2.35:1 - prescaling to correct movie aspect.
    VO: [vdpau] 640x272 => 640x272 H.264 VDPAU acceleration
    [VD_FFMPEG] XVMC-accelerated MPEG-2.
    A: 7.1 V: 0.0 A-V: 7.147 ct: 0.000 0/ 0 ??% ??% ??,?% 2 0 [J
    A: 7.2 V: 0.0 A-V: 7.110 ct: 0.004 0/ 0 ??% ??% ??,?% 2 0 [J
    A: 7.2 V: 0.1 A-V: 7.106 ct: 0.008 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.2 V: 0.1 A-V: 7.069 ct: 0.013 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.2 V: 0.2 A-V: 7.033 ct: 0.017 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.2 V: 0.2 A-V: 7.010 ct: 0.021 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.2 V: 0.2 A-V: 6.982 ct: 0.025 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.3 V: 0.3 A-V: 6.966 ct: 0.029 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.3 V: 0.3 A-V: 6.961 ct: 0.033 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.3 V: 0.4 A-V: 6.956 ct: 0.038 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.4 V: 0.4 A-V: 6.951 ct: 0.042 0/ 0 ??% ??% ??,?% 3 0 [J
    A: 7.4 V: 0.5 A-V: 6.946 ct: 0.046 0/ 0 44% 16% 1.0% 3 0 [J
    A: 7.4 V: 0.5 A-V: 6.941 ct: 0.050 0/ 0 41% 15% 0.9% 3 0 [J
    A: 7.5 V: 0.5 A-V: 6.937 ct: 0.054 0/ 0 38% 14% 0.9% 3 0 [J
    A: 7.5 V: 0.6 A-V: 6.937 ct: 0.058 0/ 0 35% 13% 0.9% 3 0 [J
    A: 7.6 V: 0.6 A-V: 6.933 ct: 0.063 0/ 0 33% 12% 0.8% 3 0 [J
    A: 7.6 V: 0.7 A-V: 6.928 ct: 0.067 0/ 0 31% 11% 0.8% 3 0 [J
    A: 7.6 V: 0.7 A-V: 6.923 ct: 0.071 0/ 0 29% 11% 0.8% 3 0 [J
    A: 7.7 V: 0.8 A-V: 6.918 ct: 0.075 0/ 0 28% 10% 0.8% 3 0 [J
    A: 7.7 V: 0.8 A-V: 6.913 ct: 0.079 0/ 0 26% 10% 0.8% 3 0 [J
    A: 7.7 V: 0.8 A-V: 6.909 ct: 0.083 0/ 0 25% 9% 0.7% 3 0 [J
    A: 7.8 V: 0.9 A-V: 6.905 ct: 0.088 0/ 0 24% 9% 0.7% 3 0 [J
    A: 7.8 V: 0.9 A-V: 6.900 ct: 0.092 0/ 0 23% 8% 0.7% 3 0 [J
    A: 7.9 V: 1.0 A-V: 6.900 ct: 0.096 0/ 0 22% 8% 0.7% 3 0 [J
    A: 7.9 V: 1.0 A-V: 6.894 ct: 0.100 0/ 0 21% 8% 0.7% 3 0 [J
    A: 7.9 V: 1.0 A-V: 6.890 ct: 0.104 0/ 0 20% 7% 0.7% 3 0 [J
    A: 8.0 V: 1.1 A-V: 6.885 ct: 0.108 0/ 0 20% 7% 0.7% 3 0 [J
    A: 8.0 V: 1.1 A-V: 6.881 ct: 0.113 0/ 0 19% 7% 0.7% 3 0 [J
    A: 8.0 V: 1.2 A-V: 6.876 ct: 0.117 0/ 0 18% 7% 0.7% 3 0 [J
    A: 8.1 V: 1.2 A-V: 6.871 ct: 0.121 0/ 0 18% 6% 0.7% 3 0 [J
    A: 8.1 V: 1.3 A-V: 6.866 ct: 0.125 0/ 0 17% 6% 0.7% 3 0 [J
    A: 8.2 V: 1.3 A-V: 6.867 ct: 0.129 0/ 0 17% 6% 0.7% 3 0 [J
    A: 8.2 V: 1.3 A-V: 6.862 ct: 0.133 0/ 0 16% 6% 0.7% 3 0 [J
    A: 8.2 V: 1.4 A-V: 6.858 ct: 0.138 0/ 0 16% 6% 0.7% 3 0 [J
    A: 8.3 V: 1.4 A-V: 6.854 ct: 0.142 0/ 0 15% 5% 0.7% 3 0 [J
    A: 8.3 V: 1.5 A-V: 6.850 ct: 0.146 0/ 0 15% 5% 0.7% 3 0 [J
    A: 8.3 V: 1.5 A-V: 6.845 ct: 0.150 0/ 0 15% 5% 0.7% 3 0 [J
    A: 8.4 V: 1.5 A-V: 6.840 ct: 0.154 0/ 0 14% 5% 0.7% 3 0 [J
    A: 8.4 V: 1.6 A-V: 6.835 ct: 0.158 0/ 0 14% 5% 0.7% 3 0 [J
    A: 8.5 V: 1.6 A-V: 6.830 ct: 0.163 0/ 0 13% 5% 0.7% 3 0 [J
    A: 8.5 V: 1.7 A-V: 6.826 ct: 0.167 0/ 0 13% 5% 0.6% 3 0 [J
    A: 8.5 V: 1.7 A-V: 6.821 ct: 0.171 0/ 0 13% 5% 0.6% 3 0 [J
    A: 8.6 V: 1.8 A-V: 6.816 ct: 0.175 0/ 0 12% 4% 0.6% 3 0 [J
    A: 8.6 V: 1.8 A-V: 6.816 ct: 0.179 0/ 0 12% 4% 0.6% 3 0 [J
    A: 8.6 V: 1.8 A-V: 6.812 ct: 0.184 0/ 0 12% 4% 0.6% 3 0 [J
    A: 8.7 V: 1.9 A-V: 6.807 ct: 0.188 0/ 0 12% 4% 0.6% 3 0 [J
    A: 8.7 V: 1.9 A-V: 6.803 ct: 0.192 0/ 0 11% 4% 0.6% 3 0 [J
    A: 8.8 V: 2.0 A-V: 6.798 ct: 0.196 0/ 0 11% 4% 0.6% 3 0 [J
    A: 8.8 V: 2.0 A-V: 6.793 ct: 0.200 0/ 0 11% 4% 0.6% 3 0 [J
    A: 8.8 V: 2.0 A-V: 6.788 ct: 0.204 0/ 0 11% 4% 0.6% 3 0 [J
    A: 8.9 V: 2.1 A-V: 6.783 ct: 0.209 0/ 0 10% 4% 0.6% 3 0 [J
    A: 8.9 V: 2.1 A-V: 6.778 ct: 0.213 0/ 0 10% 4% 0.6% 3 0 [J
    A: 8.9 V: 2.2 A-V: 6.780 ct: 0.217 0/ 0 10% 4% 0.6% 3 0 [J
    A: 9.0 V: 2.2 A-V: 6.775 ct: 0.221 0/ 0 10% 4% 0.6% 3 0 [J
    A: 9.0 V: 2.3 A-V: 6.770 ct: 0.225 0/ 0 10% 3% 0.6% 3 0 [J
    A: 9.1 V: 2.3 A-V: 6.766 ct: 0.229 0/ 0 10% 3% 0.6% 3 0 [J
    A: 9.1 V: 2.3 A-V: 6.761 ct: 0.234 0/ 0 9% 3% 0.6% 3 0 [J
    A: 9.1 V: 2.4 A-V: 6.756 ct: 0.238 0/ 0 9% 3% 0.6% 3 0 [J
    A: 9.2 V: 2.4 A-V: 6.751 ct: 0.242 0/ 0 9% 3% 0.6% 3 0 [J
    A: 9.2 V: 2.5 A-V: 6.746 ct: 0.246 0/ 0 9% 3% 0.6% 3 0 [J
    A: 9.2 V: 2.5 A-V: 6.741 ct: 0.250 0/ 0 9% 3% 0.6% 3 0 [J
    A: 9.3 V: 2.5 A-V: 6.742 ct: 0.254 0/ 0 9% 3% 0.6% 3 0 [J
    A: 9.3 V: 2.6 A-V: 6.737 ct: 0.259 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.4 V: 2.6 A-V: 6.733 ct: 0.263 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.4 V: 2.7 A-V: 6.728 ct: 0.267 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.4 V: 2.7 A-V: 6.723 ct: 0.271 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.5 V: 2.8 A-V: 6.718 ct: 0.275 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.5 V: 2.8 A-V: 6.713 ct: 0.279 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.5 V: 2.8 A-V: 6.708 ct: 0.284 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.6 V: 2.9 A-V: 6.704 ct: 0.288 0/ 0 8% 3% 0.6% 3 0 [J
    A: 9.6 V: 2.9 A-V: 6.699 ct: 0.292 0/ 0 7% 3% 0.6% 3 0 [J
    Exiting... (Quit)
    Here's my ~/.mplayer/config file..
    # Write your default config options here!
    vo=vdpau
    vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau
    nolirc=yes
    ao=alsa
    i'm running standalone openbox..
    thanks in advance..
    Edit:
    I'm getting this only when i open a video using qtfm's custom action..
    The post below fixed the problem..
    https://bbs.archlinux.org/viewtopic.php … 89#p914489
    Last edited by dipesh.nomad (2011-07-29 05:46:27)

    Hi harish.venkat,
    welcome to the forums. Did you notice this thread is rather old? You should not necro-post, see our forum etiquette about this.
    Please create a new thread of your own. You may link back to this one if necessary.
    Closing.

  • [solved] mplayer error

    Today I've updated my mplayer to 29411-2 and after trying to play any file i get:
    zsh: illegal hardware instruction  mplayer
    Any ideas what can be wrong?
    Last edited by xendo (2009-07-06 16:31:09)

    I was having a similar error. I think the reason is that this new version is complied against the new libjpeg 7. So if you dont have that installed it wont work. This caused me lots of issues this morning, so I downgraded for now back to the older vers, and all is working again.
    libjpeg.so.7: cannot open shared object file: No such file or directory

  • [solved] Mplayer-plugin downloads files

    Whenever I play an avi with mplayer-plugin, it gets downloaded to my homedir. There's nothing wrong with playback, everything still works, but I wonder why the file is in my homedir. :S I also have to remove the file manually.
    Could it have something to do with caching?
    I'm also having problems with some streams. They say 'buffering' and then it just stops. When I look into my homedir, sure enough there's a file named playlist (because it's a stream) but it doesn't play.

    That worked. Thanks.

  • [solved] mplayer and m3u files

    I'm trying to stream music from netjuke through mplayer. Netjuke creates .m3u files but when I tell mplayer to play the file I get the following error:
    Win32 LoadLibrary failed to load: avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll
    I have the codecs package installed and there are a lot of codecs in /usr/lib/win32 but no avisynth.
    How can I fix this?
    Last edited by dninja (2007-04-11 12:41:58)

    That fixed it but I also need to add
    -prefer-ipv4
    to stop an ipv6 lookup issue

  • [SOLVED]mplayer and urxvt problems after update

    Hello to all fellow archers!
    Couple of days back, I updated xorg-server, like most of the people around here, so I asume that issues I`m going to describe, could be related to xorg-server being recently updated.
    First issue is related to mplayer not playing movies in fullscreen format, despite being told to do so. The image size of a video is about 20% of screen resolution size, while the rest of the screen is just black.
    MPlayer 1.0rc2-4.3.2 (C) 2000-2007 MPlayer Team
    CPU: AMD Athlon(tm) Processor (Family: 6, Model: 6, Stepping: 2)
    CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
    Compiled with runtime CPU detection.
    115 audio & 237 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing Death.Proof[2007][Unrated.Editon]DvDrip[Eng]-aXXo.avi.
    AVI file format detected.
    [aviheader] Video stream found, -vid 0
    [aviheader] Audio stream found, -aid 1
    VIDEO: [DX50] 664x280 12bpp 23.976 fps 741.7 kbps (90.5 kbyte/s)
    Clip info:
    Software: VirtualDubMod 1.5.10.1 (build 2366/release)
    SUB: Detected subtitle file format: microdvd
    SUB: Read 1877 subtitles.
    SUB: Added subtitle file (1): ./Death.Proof[2007][Unrated.Editon]DvDrip[Eng]-aXXo.srt
    [VO_XV] It seems there is no Xvideo support for your video card available.
    [VO_XV] Run 'xvinfo' to verify its Xv support and read
    [VO_XV] DOCS/HTML/en/video.html#xv!
    [VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
    [VO_XV] Try -vo x11.
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
    AUDIO: 48000 Hz, 2 ch, s16le, 112.0 kbit/7.29% (ratio: 14000->192000)
    Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
    ==========================================================================
    AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
    Starting playback...
    VDec: vo config request - 664 x 280 (preferred colorspace: Planar YV12)
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is 2.37:1 - prescaling to correct movie aspect.
    VO: [x11] 664x280 => 664x280 Planar YV12
    [swscaler @ 0x89d5f50]SwScaler: using unscaled yuv420p -> rgb32 special converter
    A: 67.6 V: 67.6 A-V: -0.001 ct: 0.114 1621/1621 7% 12% 1.0% 0 0
    Exiting... (Quit)
    I tried switching between many different video out drivers, the only one that plays video normaly is x11, but the image size is very small.
    I`m using vesa driver and my video card is
    lspci | grep VGA
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 If [Radeon 9000] (rev 01)
    xorg.conf http://pastebin.com/f314eaaed
    Xorg.0.log http://pastebin.com/f570dbcf5
    I found a partial solution to mplayer problem in this tread http://bbs.archlinux.org/viewtopic.php?id=60054 where patroclo7 stated, that from this update on, X is using autodetection and doesn`t need xorg.conf anymore.
    Anyways I followed the advice deleted my xorg.conf and rebooted arch without xorg.conf. Everything works, even the video in mplayer is running at normal size, however the default screen resolution is a bit to high.
    I would like to set it to 1024x768 (monitor, philips 107E5) but don`t have a clue how to change screen resolution without xorg.conf being present. I`m using openbox as a standalone wm.
    I still have a backup of my working xorg.conf file, so I can switch between xorg.conf and the other config.
    Just for the record, video files are displayed properly using vlc as media player on both described configurations.
    To sum everything up, how to set screen resolution at 1024x 768 without xorg.conf being present or how to fix mplayer displaying movies in a very small screen/box, despite running in fullscreen mode (using xorg.conf).
    My second problem is regarding urxvt and its borderless. If I set it to true urxvt hangs on start everytime. The terminal is displayed in top left corner of the screen but it`s frozen and can`t be used, while being set to false works like a charm.
    Xdefaults
    #####Urxvt Config#####
    URxvt.termName: rxvt
    URxvt.transparent: true
    URxvt.inheritPixmap: true
    URxvt.imLocale: en_US.utf8
    URxvt.scrollBar: false
    URxvt.saveLines: 5000
    URxvt.urlLauncher: kazehakase
    URxvt.cursorBlink: true
    URxvt.fading: 15%
    URxvt.shading: 50
    !URxvt*background: [80]#ece9e2
    !URxvt.foreground: [80]#3d352a
    urxvt.depth: 24
    urxvt*background: rgba:0000/0000/0000/aaaa
    urxvt*foreground: rgba:ffff/ffff/ffff/aaaa
    URxvt.tintColor: #d9d7d1
    URxvt.borderLess: false
    !URxvt.InternalBorder: .5
    URxvt.externalBorder: .5
    URxvt.borderColor: #acacac
    ######Urxvt Colors######
    *foreground: rgba:0000/0000/0000/dddd
    *background: rgb:10/10/10
    !black
    *color0: rgb:20/20/20
    *color8: rgb:75/77/73
    !red
    *color1: rgb:cc/00/00
    *color9: rgb:ef/29/29
    !green
    *color2: rgb:4e/9a/06
    *color10: rgb:8a/e2/34
    !brown/yellow
    *color3: rgb:c4/a0/00
    *color11: rgb:fc/e9/4f
    !blue
    *color4: rgb:34/65/a4
    *color12: rgb:72/9f/cf
    !magenta
    *color5: rgb:75/50/7b
    *color13: rgb:ad/7f/a8
    !cyan
    *color6: rgb:06/98/9a
    *color14: rgb:34/e2/e2
    !white
    *color7: rgb:d3/d7/cf
    *color15: rgb:ee/ee/ec
    ! #####Xterm Config#####
    XTerm*background: black
    XTerm*foreground: gray
    XTerm*highlightColor: orange
    ######Stjerm Config######
    stjerm.key: f12
    stjerm.opacity: 50
    ######Stjerm colors######
    stjerm.color0: #202020
    stjerm.color1: #cc0000
    stjerm.color2: #4e9a06
    stjerm.color3: #c4a000
    stjerm.color4: #3465a4
    stjerm.color5: #75507b
    stjerm.color6: #06989a
    stjerm.color7: #d3d7cf
    stjerm.color8: #757773
    stjerm.color9: #ef2929
    stjerm.color10: #8ae234
    stjerm.color11: #fc394f
    stjerm.color12: #729fcf
    stjerm.color13: #ad7fa8
    stjerm.color14: #34e2e2
    stjerm.color15: #eeeeec
    ######Mouse Cursor Theme######
    Xcursor.theme:Neutral_Plus_Inv
    Any advice is highly appreciated.
    Regards,
    bandito
    Last edited by bandito (2008-12-05 21:35:11)

    The solution for mplayer using xorg.conf file as follows:
    To get fullscreen video working just add
    zoom = yes
    to /.mplayer/config
    In case if you are using gui for mplayer and get the following error trying to play a video file
    Error opening/initializing the selected video_out (-vo) device
    Open /.mplayer/gui.conf and change vo_driver from "xv" to "x11".
    Urxvt solution is described here http://bbs.archlinux.org/viewtopic.php?pid=457421 but also check this for explanation http://comments.gmane.org/gmane.comp.wi … enbox/3947
    regards
    Bandito
    Last edited by bandito (2008-12-05 21:34:31)

  • [SOLVED] MPlayer/Pulseaudio, No audio output

    I can't seem to figure out how to make mplayer's "ao=pulse" option to work.
    It works fine with alsa, but I couldn't find anything definitive on Google about what might be wrong.  I think one of the problems might be that I couldn't find any errors in mplayer's output.
    Here is the verbose output of an example file:
    $ mplayer -v example.mp4
    MPlayer SVN-r35107-4.7.2 (C) 2000-2012 MPlayer Team
    CPU vendor name: GenuineIntel max cpuid level: 11
    CPU: Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz (Family: 6, Model: 37, Stepping: 2)
    extended cpuid-level: 8
    extended cache-info: 16801856
    Detected cache-line size is 64 bytes
    CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 1
    Compiled with runtime CPU detection.
    get_path('codecs.conf') -> '/home/user/.mplayer/codecs.conf'
    Reading optional codecs config file /home/mike/.mplayer/codecs.conf: No such file or directory
    Reading optional codecs config file /etc/mplayer/codecs.conf: 198 audio & 409 video codecs
    init_freetype
    Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
    get_path('fonts') -> '/home/user/.mplayer/fonts'
    Configuration: --prefix=/usr --enable-runtime-cpudetection --disable-gui --disable-arts --disable-liblzo --disable-speex --disable-cdparanoia --disable-openal --disable-libdv --disable-musepack --disable-esd --disable-mga --disable-ass-internal --enable-xvmc --enable-radio --enable-radio-capture --disable-vdpau --enable-vaapi --language=all --confdir=/etc/mplayer
    CommandLine: '-v' 'example.mp4'
    Using nanosleep() timing
    get_path('input.conf') -> '/home/user/.mplayer/input.conf'
    Reading optional input config file /home/user/.mplayer/input.conf: No such file or directory
    Parsing input config file /etc/mplayer/input.conf
    Input config file /etc/mplayer/input.conf parsed: 92 binds
    get_path('example.mp4.conf') -> '/home/user/.mplayer/example.mp4.conf'
    Playing example.mp4.
    get_path('sub/') -> '/home/user/.mplayer/sub/'
    [file] File size is 2285184 bytes
    STREAM: [file] example.mp4
    STREAM: Description: File
    STREAM: Author: Albeu
    STREAM: Comment: based on the code from ??? (probably Arpi)
    libavformat version 54.25.104 (internal)
    Configuration: --enable-gpl --enable-postproc
    LAVF_check: QuickTime / MOV
    libavformat file format detected.
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]ISO: File Type Major Brand: mp42
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]File position before avformat_find_stream_info() is 10279
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]first_dts 14 not matching first dts 0 in que
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]first_dts 14 not matching first dts 0 in que
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]first_dts 14 not matching first dts 0 in que
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]first_dts 14 not matching first dts 0 in que
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]first_dts 14 not matching first dts 0 in que
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]All info found
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]File position after avformat_find_stream_info() is 31013
    ==> Found video stream: 0
    ======= VIDEO Format ======
    biSize 79
    biWidth 640
    biHeight 360
    biPlanes 0
    biBitCount 24
    biCompression 875967048='H264'
    biSizeImage 691200
    Unknown extra header dump: [1] [42] [c0] [1e] [ff] [e1] [0] [18] [67] [42] [c0] [1e] [da] [2] [80] [bf] [e5] [84] [0] [0] [3] [0] [4] [0] [0] [3] [0] [c0] [3c] [58] [ba] [80] [1] [0] [4] [68] [ce] [3c] [80]
    ===========================
    [lavf] stream 0: video (h264), -vid 0
    ==> Found audio stream: 1
    ======= WAVE Format =======
    Format Tag: 20557 (0x504D)
    Channels: 2
    Samplerate: 44100
    avg byte/sec: 12021
    Block align: 1
    bits/sample: 16
    cbSize: 16
    Unknown extra header dump: [12] [10] [0] [0] [0] [0] [0] [0] [0] [0] [0] [0] [0] [0] [0] [0]
    ==========================================================================
    [lavf] stream 1: audio (aac), -aid 0, -alang und
    LAVF: 1 audio and 1 video streams found
    LAVF: build 3545448
    VIDEO: [H264] 640x360 24bpp 24.000 fps 562.6 kbps (68.7 kbyte/s)
    [V] filefmt:44 fourcc:0x34363248 size:640x360 fps:24.000 ftime:=0.0417
    Clip info:
    major_brand: mp42
    minor_version: 0
    compatible_brands: isommp42
    creation_time: 2013-03-18 01:56:42
    Load subtitles in ./
    get_path('sub/') -> '/home/user/.mplayer/sub/'
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0xeed4a0]demuxer injecting skip 2112
    X11 opening display: :0
    vo: X11 color mask: FFFFFF (R:FF0000 G:FF00 B:FF)
    vo: X11 running at 1600x900 with depth 24 and 32 bpp (":0" => local display)
    [x11] Detected wm supports NetWM.
    [x11] Detected wm supports FULLSCREEN state.
    [x11] Detected wm supports ABOVE state.
    [x11] Detected wm supports BELOW state.
    [x11] Current fstype setting honours FULLSCREEN ABOVE BELOW X atoms
    [VO_XV] Using Xv Adapter #0 (Intel(R) Textured Video)
    [xv common] Drawing no colorkey.
    [xv common] Maximum source image dimensions: 2048x2048
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    libavcodec version 54.53.100 (internal)
    Configuration: --enable-gpl --enable-postproc
    INFO: libavcodec init OK!
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    ==========================================================================
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    dec_audio: Allocating 1536000 + 131072 = 1667072 bytes for output buffer.
    FFmpeg's libavcodec audio codec
    INFO: libavcodec "aac" init OK!
    AUDIO: 44100 Hz, 2 ch, s16le, 96.2 kbit/6.81% (ratio: 12021->176400)
    Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
    ==========================================================================
    Building audio filter chain for 44100Hz/2ch/s16le -> 0Hz/0ch/??...
    [libaf] Adding filter dummy
    [dummy] Was reinitialized: 44100Hz/2ch/s16le
    [dummy] Was reinitialized: 44100Hz/2ch/s16le
    Trying preferred audio driver 'pulse', options '[none]'
    AO: [pulse] 44100Hz 2ch s16le (2 bytes per sample)
    AO: Description: PulseAudio audio output
    AO: Author: Lennart Poettering
    Building audio filter chain for 44100Hz/2ch/s16le -> 44100Hz/2ch/s16le...
    [dummy] Was reinitialized: 44100Hz/2ch/s16le
    [dummy] Was reinitialized: 44100Hz/2ch/s16le
    Starting playback...
    Increasing filtered audio buffer size from 0 to 46144
    Unsupported PixelFormat 61
    Unsupported PixelFormat 81
    Unsupported PixelFormat 61
    [VD_FFMPEG] Trying pixfmt=0.
    [ffmpeg] aspect_ratio: 0.000000
    Unsupported PixelFormat 61
    VDec: vo config request - 640 x 360 (preferred colorspace: Unknown 0x0000)
    Trying filter chain: vo
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    SwScale params: -1 x -1 (-1=no scaling)
    Trying filter chain: scale vo
    The selected video_out device is incompatible with this codec.
    Try appending the scale filter to your filter list,
    e.g. -vf spp,scale instead of -vf spp.
    [VD_FFMPEG] Trying pixfmt=1.
    [ffmpeg] aspect_ratio: 0.000000
    VDec: vo config request - 640 x 360 (preferred colorspace: H.264 VA-API Acceleration)
    Trying filter chain: vo
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    SwScale params: -1 x -1 (-1=no scaling)
    Trying filter chain: scale vo
    The selected video_out device is incompatible with this codec.
    Try appending the scale filter to your filter list,
    e.g. -vf spp,scale instead of -vf spp.
    Unsupported PixelFormat 81
    [VD_FFMPEG] Trying pixfmt=2.
    [ffmpeg] aspect_ratio: 0.000000
    Unsupported PixelFormat 81
    VDec: vo config request - 640 x 360 (preferred colorspace: Unknown 0x0000)
    Trying filter chain: vo
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    SwScale params: -1 x -1 (-1=no scaling)
    Trying filter chain: scale vo
    The selected video_out device is incompatible with this codec.
    Try appending the scale filter to your filter list,
    e.g. -vf spp,scale instead of -vf spp.
    [VD_FFMPEG] Trying pixfmt=3.
    [ffmpeg] aspect_ratio: 0.000000
    VDec: vo config request - 640 x 360 (preferred colorspace: Planar YV12)
    Trying filter chain: vo
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is undefined - no prescaling applied.
    VO Config (640x360->640x360,flags=0,'MPlayer',0x32315659)
    VO: [xv] 640x360 => 640x360 Planar YV12
    VO: Description: X11/Xv
    VO: Author: Gerd Knorr <[email protected]> and others
    Xvideo image format: 0x32595559 (YUY2) packed
    Xvideo image format: 0x32315659 (YV12) planar
    Xvideo image format: 0x30323449 (I420) planar
    Xvideo image format: 0x59565955 (UYVY) packed
    Xvideo image format: 0x434d5658 (XVMC) planar
    using Xvideo port 75 for hw scaling
    *** [vo] Exporting mp_image_t, 640x360x12bpp YUV planar, 345600 bytes
    Unicode font: 2293 glyphs.
    Unicode font: 2293 glyphs.
    A: 4.3 V: 4.3 A-V: 0.000 ct: 0.042 0/ 0 4% 0% 0.3% 0 0
    Uninit audio filters...
    [libaf] Removing filter dummy
    Uninit audio: ffmpeg
    Uninit video: ffmpeg
    vo: uninit ...
    Exiting... (Quit)
    Is there something else I can check with the MPlayer feedback?
    Also, I'm using mplayer-vaapi, but I took a look at its abs PKGBUILD and it didn't have any configure options disabling pulseaudio.  At least I'm assuming the abs PKGBUILDs reflect the default options that the binaries come with.
    Last edited by mellowmaroon (2013-04-14 05:26:07)

    You were right about it being muted through the PA mixer!  I didn't think about that, and installed pavucontrol.  I figure I'll try to learn how to learn to do it through pactl/pacmd sometime.
    Though, I have "flat-volumes = no" so I have a kind of global maximum volume and normally can set other applications' volumes individually from within the program. Pavucontrol reflects MPD+ncmpcpp volume changes, but apparently doesn't seem to pick up MPlayer's application volume.
    Is there any way to fix MPlayer so it's internal volume adjustment will be the same as what is under Playback in pavucontrol?  Or if it isn't exclusive to MPlayer, is there any way to have all applications start at the 100% playback volume (not the output device volume)?
    EDIT: Quickly found it! Haha I had "softvol=yes" in my config file, I think to try to increase the Alsa volume when I had that on.  Thanks for your help anyway!
    Last edited by mellowmaroon (2013-04-14 05:25:24)

  • [SOLVED] mplayer no sound alsa

    In KDE multimedia settings I'm using phonon-gstreamer and I have also tried changing to phono-vlc. Sound in the application 'Clementine' doesn't work either. Sound is working fine for KDE desktop effects, amarok, juk, and dragonplayer, and Flash.
    Using smplayer audio options I have set to alsa, and have tried all the alsa 0.1 etc options -- none work. I have also tried mplayer -vo alsa
    mplayer ran from shell:
    [AO_ALSA] alsa-lib: pcm_hw.c:1293:(snd_pcm_hw_open) open '/dev/snd/pcmC1D0p' failed (-2): No such file or directory
    [AO_ALSA] Playback open error: No such file or directory
    [AO_ALSA] alsa-lib: pcm_hw.c:1293:(snd_pcm_hw_open) open '/dev/snd/pcmC1D0p' failed (-2): No such file or directory
    Could this issue be because for alsa I have  set my default sound card in user space (because I have USB mic)?
    ~/.asoundrc:
    # Setting default device
    pcm.!default {
    type hw
    card 1
    device 0
    ctl.!default {
    type hw
    card 1
    device 0
    # Enable mixing
    pcm.dsp {
    type plug
    slave.pcm "dmix"
    Last edited by ScannerDarkly (2011-07-16 20:30:29)

    As you mention, sound from kde notifications and other phonon-based apps work. That means your phonon subsystem is working fine. Changing backends doesn't particularly help if both are working equally well.
    Clementine does not use phonon and instead uses gstreamer directly. I believe the devs note that this is because phonon lacks some features relating to visualization. I have no experience using gstreamer and I could never get clementine to work on my systems. So, I have no suggestions for troubleshooting that (sorry!).
    To set the audio out, you need to use ao, not vo (e.g. mplayer -ao alsa). I'm guessing that was just a typo.
    If this is caused by your customization, can you back up your ~/.asoundrc and relogin to see if things still work (or simpler, try using a fresh temp user account)?

Maybe you are looking for