You are not logged in.
Pages: 1
Hello, I want to watch a anime with mplayer I have 2 issues and I dont get smarter from the output that mplayer gives me.
First I can play the first episode but when I reach nearly the end it stops with the following output:
MPlayer SVN-r37051 (C) 2000-2014 MPlayer Team
207 audio & 440 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 Fullmetal Alchemist BrotherHood 01.mkv.
Cache fill: 0.00% (0 bytes)
libavformat version 55.33.100 (internal)
libavformat file format detected.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0
[lavf] stream 2: audio (aac), -aid 1
[lavf] stream 3: subtitle (ssa), -sid 0, [ASS]
[lavf] stream 4: subtitle (ssa), -sid 1, [ASS] [FOR DUB]
VIDEO: [H264] 1280x720 0bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
Clip info:
title: Encoded with MiniCoder
encoder: libebml v0.7.7 + libmatroska v0.8.1
creation_time: 2013-11-27 08:39:13
Load subtitles in ./
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 55.52.102 (internal)
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, floatle, 0.0 kbit/0.00% (ratio: 0->384000)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
Starting playback...
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 1280x720 => 1280x720 Planar YV12
[ASPECT] Warning: No suitable new res found!
[ASPECT] Warning: No suitable new res found!
A:1264.5 V:1264.4 A-V: 0.025 ct: 0.048 0/ 0 ??% ??% ??,?% 0 0 21%
[matroska,webm @ 0x7f27fd8527a0]Read error
A:1264.8 V: 0.0 A-V:1264.810 ct: 0.100 0/ 0 ??% ??% ??,?% 0 0 0%
Exiting... (End of file)The other episodes even dont want to start with this output:
MPlayer SVN-r37051 (C) 2000-2014 MPlayer Team
207 audio & 440 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 Fullmetal Alchemist BrotherHood 02.mkv.
Cache fill: 0.00% (0 bytes)
libavformat version 55.33.100 (internal)
Exiting... (End of file)My mplayer config
# Write your default config options here!
ao=alsa
vo=xv
unicode=yes
utf8=yes
cache=8192I got a Nvidia graphics card with the nouveau driver.
What I thought about is that I need a specific codec, wrong configured graphic card or the files are corrupted (unlikely).
Thanks in advance & sorry for my imperfect english!
Last edited by reborn (2014-05-08 10:54:07)
Offline
are you sure it's an issue with mplayer, and not the (maybe corrupt) files?
Offline
What version of ffmpeg do you have?
If 2.2.2-1, update it to 2.2.2-2, otherwise downgrade it to 2.2.1 and x265 to 0.9 and see if problem persists. There seems to be some problems with ffmpeg and gcc version used for 2.2.2-1
Offline
What version of ffmpeg do you have?
If 2.2.2-1, update it to 2.2.2-2, otherwise downgrade it to 2.2.1 and x265 to 0.9 and see if problem persists. There seems to be some problems with ffmpeg and gcc version used for 2.2.2-1
Updated ffmpeg to 2.2.2-2 now everything works fine.
Thank you ![]()
Last edited by reborn (2014-05-08 10:55:05)
Offline
what does ffmpeg say about the files?
ffmpeg -i your/file/hereedit: guess it's sorted
Last edited by HiImTye (2014-05-08 10:56:29)
Offline
...may or may not relate, but today I noticed VLC repeatedly crashing a couple minutes after starting .avi file playback. Checked pacman.log, noticed yesterday's ffmpeg patch, rolled it back, and now VLC is solid.
yup. it's a dependency:
[me]$ pacman -Si vlc|sed -n '/Depends\ On/,/:/p'|sed '$d'|cut -d: -f2
a52dec libdvbpsi libxpm libdca qt4 libproxy sdl_image libdvdnav libtiger lua libmatroska zvbi taglib libmpcdec ffmpeg faad2 libupnp libshout libmad libmpeg2 xcb-util-keysyms libtar libxineramaUPDATE: Oops! vlc just crashed again...drat!
On the latest ffmpeg bits (prolly irrelevant):
May 08 20:50:22 kernel: vlc[6167]: segfault at 7f2c4f8f3000 ip 00007f2c66a7b0e7 sp 00007f2c844bb7d8 error 4 in libavcodec.so.55.52.102[7f2c664bd000+809000]BTW: i just built this Arch system two days ago after my office workstation lost a drive so everything's pretty current on this little Dell quad-core Precision 1600...pretty generic h/w.
Last edited by purple12 (2014-05-09 04:01:20)
Offline
Pages: 1