You are not logged in.

#226 2014-04-11 17:10:18

Yamashita Ren
Member
Registered: 2013-08-26
Posts: 14

Re: bomi - A powerful and easy-to-use multimedia player!

Hello xylosper. New problem smile

http://www.mediafire.com/watch/9b5f8jxw … adoka3clip
There is audio clipping in this file (6channels flac downmixed to stereo) at 0:00:54 when Sayaka says "you haven't answered my question yet."
Clipping persist until I lower the cmplayer volume below 78%. I even have to lower it at 60% for other parts of the movie.

Offline

#227 2014-04-13 06:09:39

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

First check if you turned off volume normalizer. If it's turned off already, then it's the problem of mixing algorithm.
Currently, CMPlayer simpley adds up all left channels into left seaker and right channels into right speaker for stereo downmixing.
This can cause clipping issue such as what you described.
Most simple solution is just to divide the amplitude with channel count but it can make too little volume this time.
Maybe I can find better mixing algorithm but it'll take some time till fix it.

Offline

#228 2014-04-13 07:48:16

Yamashita Ren
Member
Registered: 2013-08-26
Posts: 14

Re: bomi - A powerful and easy-to-use multimedia player!

Normalizer is off. Clipping was worse with normalizer on.
So it's mixing algorithm fault as you said.

Offline

#229 2014-04-25 01:59:01

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: bomi - A powerful and easy-to-use multimedia player!

I have a new issue.

Firstly, my sound still doesn't work at all in CMPlayer (works in everything else, including MPV. It doesn't seem to be throwing any specific errors either, but oddly enough the media info displays correctly now)

But secondly, i'm trying to watch an episode and well.

$ cmplayer \[ax\]_ranma_-_season_02_-_03_-_p-chan_explodes\!_the_icy_fountain_of_love\!__mg_dvd_rip_\[8eca62a2\].mkv 
"Qt Warning - invalid keysym: dead_actute" 
[OpenGL] Check OpenGL stuffs.
[OpenGL] Version: 4.4
[OpenGL] FBO texture format: GL_RGBA16
[OpenGL] Available extensions: GL_ARB_texture_rg, GL_ARB_texture_float, GL_KHR_debug, GL_NV_vdpau_interop, GLX_EXT_swap_control, GLX_SGI_swap_control, GL_ARB_framebuffer_object
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
[VA-API] Error: unknown libva error(0xffffffffffffffff) Cannot initialize VA-API.
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
QOpenGLFramebufferObject: Framebuffer incomplete attachment.

Image jumps around and stuff, it's having serious problems rendering it. Disabling hardware decoding bypasses it. Leading to this.

[VA-API] Error: unknown libva error(0xffffffffffffffff) Cannot initialize VA-API.
QOpenGLFramebufferObject: Framebuffer incomplete attachment.
QOpenGLFramebufferObject: Framebuffer incomplete attachment.
QXcbWindow: Unhandled client message: "_E_COMP_FLUSH" 
QXcbWindow: Unhandled client message: "_E_COMP_DUMP" 
QXcbWindow: Unhandled client message: "_E_COMP_FLUSH" 
QXcbWindow: Unhandled client message: "_E_COMP_DUMP" 

From MPV, the sound does work but it throw me an odd error.

[ao/alsa] Format float is not supported by hardware, trying default.

Edit: I installed PulseAudio and PulseAudio Alsa. Something exceptionally strange happened next. I set the player to use pulseaudio, then changed it back to alsa. When I changed it back to Alsa, the sound worked PERFECTLY (even the 5.1 surround sound output that never worked before works! and channel remapping as well!) However afterwards, the sound doesn't work anywhere else... I'll have to look into this a bit further it would seem.

Edit 2: Yeah now all of a sudden my sound works in CMPlayer and everything else after setting up pulseaudio and setting it up to use my soundblaster as a 5.1 card. Strange right? but this is some godly news for me since I had all but given up on getting this soundcard to work properly on linux, since the only thing that outputted surround sound was speaker-test yikes

Last edited by rabcor (2014-04-25 03:22:44)

Offline

#230 2014-04-26 15:11:52

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: bomi - A powerful and easy-to-use multimedia player!

cmplayer does not build for me. it cannot find chardet.


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#231 2014-04-26 17:08:42

bernd_b
Member
Registered: 2013-07-30
Posts: 164

Re: bomi - A powerful and easy-to-use multimedia player!

Just rebuilt cmplayer

==> Leaving fakeroot environment.
==> Finished making: cmplayer 0.8.13-1 (Sat 26 Apr 19:06:03 CEST 2014)

So no problems here.

pacman -Qs chardet
local/libchardet 1.0.4-1
    Mozilla's Universal Charset Detector C/C++ API

Offline

#232 2014-04-27 07:27:55

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

@rabcor Glad to hear your sound works well.
As the log says, initialization of vaapi was failed, thus hwacc never works.
Did you try vdpau as backend? You can select it in preferences.
Also, if you don't mind, please try mpv with --hwdec=vdpau --vo=opengl-hq, too.
If mpv works and cmplayer doesn't, please try cmplayer --debug and please post the logs.
If both of them don't work, I guess there's some problem with nvidia driver or vdpau driver.

@Rasi Did you install libchardet package from AUR?

Offline

#233 2014-04-27 14:50:27

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: bomi - A powerful and easy-to-use multimedia player!

libchardet was outdated. works now


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#234 2014-04-28 22:49:51

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: bomi - A powerful and easy-to-use multimedia player!

xylosper wrote:

@rabcor Glad to hear your sound works well.
As the log says, initialization of vaapi was failed, thus hwacc never works.
Did you try vdpau as backend? You can select it in preferences.
Also, if you don't mind, please try mpv with --hwdec=vdpau --vo=opengl-hq, too.
If mpv works and cmplayer doesn't, please try cmplayer --debug and please post the logs.
If both of them don't work, I guess there's some problem with nvidia driver or vdpau driver.

@Rasi Did you install libchardet package from AUR?


Sorry, I just yesterday uninstalled the nvidia proprietary drivers so I can't exactly troubleshoot this right now, but I think if I remember correctly that I did try to run mpv with these settings and it also defaulted to software encoding (didn't mess everything up like cmplayer did) so maybe it was an nvidia driver problem. (I'll probably get back to this soon enough, I intend to install them again)

But doing this, I encountered a new problem entirely with the nouveau drivers, and this actually only happens in CMPlayer, if I play 10-bit encoded files, everything goes to hell. I think screenshot will explain quicker than any explanation I can give, really. (You can also see terminal output for cmplayer in the screenshot) this happens even if hardware decoding is disabled in the settings of the player. What the player seems to actually be showing are frames the card already rendered at some point before the player ran (so sometimes it'll show parts of another video I watched in it earlier. or if I played a video game, it can show a screencap from that, or it can show my desktop wallpaper, and it sometimes comes out distorted, like for example the purple thing at the top of the window in that shot is distorted colors of a shot from a video I watched earlier)

Last edited by rabcor (2014-04-28 22:53:40)

Offline

#235 2014-05-03 00:32:47

bobart
Member
Registered: 2014-05-02
Posts: 37

Re: bomi - A powerful and easy-to-use multimedia player!

@xylosper
Hi! Can I turn off the screensaver when I use xset?
I have 'xset s 900 900;xset dpms 1800 0 0' in autostart (KDE), and use this command in ~/.mplayer/config for turn off screensaver when mplayer/smplayer is works:

heartbeat-cmd="xset dpms force on"

- and this command does its job.

But it seems that CMPlayer does not support this option, since at start CMPlayer like

CMPLAYER_MPV_OPTIONS=--heartbeat-cmd="xset dpms force on" cmplayer

i get this errors:

[Engine] Cannot parse option dpms.
[Engine] Cannot parse ...

...By the way, when I run

CMPLAYER_MPV_OPTIONS=--heartbeat-cmd="qdbus org.freedesktop.ScreenSaver /ScreenSaver org.freedesktop.ScreenSaver.SimulateUserActivity" cmplayer

I get an error similar to the previous:

[Engine] Cannot parse option org.freedesktop.ScreenSaver.

But i don't use KScreensaver, Xscreensaver, etc.
In the GUI-settings checkbox "Disable Screensaver" is activated, but it is obvious that it does not solve anything.
Whether there is any ideas?

Last edited by bobart (2014-05-03 00:54:39)

Offline

#236 2014-05-03 09:47:25

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: bomi - A powerful and easy-to-use multimedia player!

I managed to fix the VDPAU error I always got by installing the gstreamer plugins for it. However I still get the issue where frames are jumping around when its enabled.

libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_0_33
libva info: va_openDriver() returns 0
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
QOpenGLFramebufferObject: Framebuffer incomplete attachment.
QOpenGLFramebufferObject: Framebuffer incomplete attachment.
[VDPAU] No usable SurfaceID. Decoding could fail

then it keeps spamming the bottom message as the frames jump around. Mpv instead of trying to force vaapi will just use software decoding. This might be media related, you can get the file (or one of them, its a whole series) here. Naturally this might be exclusive to the nvidia vdpau drivers as well.

VDPAU works fine on another file in both mpv and CMPlayer (so this must be a case where CMPlayer should be falling back to software decoding for whatever reason, since MPV is doing it...)

I'm also having sound issues with the files from that series, as in no sound at all (with or without hardware decoding). It converts the stereo track from floatp 44.1khz 32 bits down to s16 44.1khz 16 bits. This might be because it converts from floating point to s16, who knows (but audio plays just fine in MPV) but I wouldn't know. It does however play sound if I have pulseaudio installed (weird right?)

Last edited by rabcor (2014-05-03 09:55:49)

Offline

#237 2014-05-03 14:20:10

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

@rabcor please run cmplayer --debug and mpv -v, then post the both logs. Also, dose CMPlayer work if hwacc is disabled in preferences?

@bobart Okay, I'll add the heartbeat command support. Thank you.

Last edited by xylosper (2014-05-04 12:38:36)

Offline

#238 2014-05-03 20:15:22

bobart
Member
Registered: 2014-05-02
Posts: 37

Re: bomi - A powerful and easy-to-use multimedia player!

@xylosper, thanks for answer!

Expand my previous question )
I do not quite understand where all are configuration files that describe what kind of team cmplayer will use to disable the screen saver?
Or will I have to pass these parameters (like "CMPLAYER_MPV_OPTIONS=...") to the cmplayer directly from the command line without the possibility of control and save the settings in some ".config" file?
And where i can see all list of these options?

MPV provides only the mpv's engine like backend without the support of the settings previously made for MPV?


Thank you for your attention and sorry for my pidgin-english ))

Last edited by bobart (2014-05-03 20:16:01)

Offline

#239 2014-05-04 03:55:11

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

All configurations of CMPlayer is in preferences dialog.
CMPlayer does not use/support plain text config file.
Once I add heartbeat command, you can set it in preferences dialog, too.
There's no option list because I've done nothing for documentation yet but all options what you can set can be found in the preferences dialog.

The position of mpv in CMPlayer is engine for playback.
CMPlayer totally ignores mpv's settings.

Last edited by xylosper (2014-05-04 03:55:40)

Offline

#240 2014-05-04 11:25:27

bobart
Member
Registered: 2014-05-02
Posts: 37

Re: bomi - A powerful and easy-to-use multimedia player!

Ok, xylosper, i understand you. I'm use aur/cmplayer-git.

And in preferences dialog is one unpleasant moment: there are not saved settings for "Show OSD messages when actions are triggered" & "Show OSD messages when window is resized" - i unchecked "Show OSD ..." (Apply & Ok), but the next time the CMPlayer re-activate these options.
Look this:
s_1399202725_7587361_5304407db0.png
And next run:
s_1399202879_9024244_d4a6c19d4d.png

Thanks!

Last edited by bobart (2014-05-04 11:31:10)

Offline

#241 2014-05-04 12:21:00

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

@bobard confirmed. Thank you! (fixed now)

@rabcor I've tested vdpau and fixed the problem.
Also, I found that the reason why mpv falls back to swdec is that mpeg4 is blacklisted by default not failure of hwdec.
I still need info for sound problem.

Last edited by xylosper (2014-05-04 16:41:09)

Offline

#242 2014-05-04 12:34:01

bobart
Member
Registered: 2014-05-02
Posts: 37

Re: bomi - A powerful and easy-to-use multimedia player!

@bobard confirmed. Thank you! (fixed now)

Ok, thanks! Now will update cmplayer-git to make sure it works.

UPD. Yes, now preferences is saved, thank you!

Last edited by bobart (2014-05-04 12:50:13)

Offline

#243 2014-05-04 18:39:46

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

@bobart
Okay, I've just pushed some commits which contain something like heartbeat command.
You can set external command for disabling screensaver in preferences.

Last edited by xylosper (2014-05-04 18:43:32)

Offline

#244 2014-05-04 22:42:25

bobart
Member
Registered: 2014-05-02
Posts: 37

Re: bomi - A powerful and easy-to-use multimedia player!

@xylosper - thank you, it works.
External command: xset dpms force on, Int: 30sec.

Sorry, but options "Up", "Down", "Remove" in the playlist (L) don't works. Works only "Open", "Save", "Append ..." and "Clear".

Offline

#245 2014-05-05 12:35:59

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: bomi - A powerful and easy-to-use multimedia player!

xylosper wrote:

@rabcor please run cmplayer --debug and mpv -v, then post the both logs. Also, dose CMPlayer work if hwacc is disabled in preferences?

@bobart Okay, I'll add the heartbeat command support. Thank you.


No CMPlayer's sound does not work when hardware decoding is disabled either, I linked you the file, you should be able to see for yourself.

$cmplayer --debug \[ax\]_ranma_-_season_02_-_01_-_the_abduction_of_p-chan\!__mg_dvd_rip_\[3f488d2f\].mkv 
[OpenGL] Check OpenGL stuffs.
[OpenGL] Version: 4.4
[OpenGL] FBO texture format: GL_RGBA16
[OpenGL] Available extensions: GL_ARB_texture_rg, GL_ARB_texture_float, GL_KHR_debug, GL_NV_vdpau_interop, GLX_EXT_swap_control, GLX_SGI_swap_control, GL_ARB_framebuffer_object
[VDPAU] VDPAU device is initialized.
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_0_33
libva info: va_openDriver() returns 0
[VA-API] VA-API is initialized.
[Engine] Create audio/video plugins
[Engine] Make registrations and connections
[Engine] Initialized
[Engine] Start playloop thread
[mpv/cplayer] Setting option 'fs' = 'no' (flags = 0)
[mpv/cplayer] Setting option 'mouse-movements' = 'yes' (flags = 0)
[mpv/cplayer] Setting option 'softvol' = 'yes' (flags = 0)
[mpv/cplayer] Setting option 'softvol-max' = '1000.0' (flags = 0)
[mpv/cplayer] Setting option 'autosub' = 'no' (flags = 0)
[mpv/cplayer] Setting option 'osd-level' = '0' (flags = 0)
[mpv/cplayer] Setting option 'quiet' = 'yes' (flags = 0)
[mpv/cplayer] Setting option 'consolecontrols' = 'no' (flags = 0)
[mpv/cplayer] Setting option 'ao' = 'null,' (flags = 0)
[mpv/cplayer] Setting option 'ad-lavc-downmix' = 'no' (flags = 0)
[mpv/cplayer] Setting option 'title' = '""' (flags = 0)
[mpv/input] enable section 'default'
[mpv/global] user config path: 'input.conf' -> '/home/xandis/.mpv/input.conf'
[mpv/global] global config path: 'input.conf' -> '/tmp/yaourt-tmp-xandis/aur-cmplayer/src/cmplayer-0.8.13/build/etc/mpv/input.conf'
[mpv/global] any config path: 'input.conf' -> '(NULL)'
[mpv/input] Falling back on default (hardcoded) input config
[mpv/global] user config path: 'fonts' -> '/home/xandis/.mpv/fonts'
[Main] Show MainWindow.
[Main] Start main event loop.
[Engine] Load: file:///media/Storage/Anime/_Unseen/Ranma/S2/[ax]_ranma_-_season_02_-_01_-_the_abduction_of_p-chan!__mg_dvd_rip_[3f488d2f].mkv (ao=alsa,hwdec=vdpau,hwdec-codecs="mpeg1video,mpeg2video,mpeg4,h264,vc1,wmv3",start=272.105,deinterlace=yes,volume=10,mute=no,audio-delay=0,sub-delay=0,cache=no,pause=no,af="dummy:address=36620944:use_scaler=1:layout=3",channels="stereo",vo="null:address=37199968:swdec_deint=Bob|1|OpenGL:hwdec_deint=Bob|1|GPU")
[mpv/global] user config path: '[ax]_ranma_-_season_02_-_01_-_the_abduction_of_p-chan!__mg_dvd_rip_[3f488d2f].mkv.conf' -> '/home/xandis/.mpv/[ax]_ranma_-_season_02_-_01_-_the_abduction_of_p-chan!__mg_dvd_rip_[3f488d2f].mkv.conf'
[mpv/global] user config path: 'watch_later/98983B37A722FBD69BD7DFB5468E7CA1' -> '/home/xandis/.mpv/watch_later/98983B37A722FBD69BD7DFB5468E7CA1'
[mpv/cplayer] Setting option 'ao' = 'alsa' (flags = 16)
[mpv/cplayer] Setting option 'hwdec' = 'vdpau' (flags = 16)
[mpv/cplayer] Setting option 'hwdec-codecs' = 'mpeg1video,mpeg2video,mpeg4,h264,vc1,wmv3' (flags = 16)
[mpv/cplayer] Setting option 'start' = '272.105' (flags = 16)
[mpv/cplayer] Setting option 'deinterlace' = 'yes' (flags = 16)
[mpv/cplayer] Setting option 'volume' = '10' (flags = 16)
[mpv/cplayer] Setting option 'mute' = 'no' (flags = 16)
[mpv/cplayer] Setting option 'audio-delay' = '0' (flags = 16)
[mpv/cplayer] Setting option 'sub-delay' = '0' (flags = 16)
[mpv/cplayer] Setting option 'cache' = 'no' (flags = 16)
[mpv/cplayer] Setting option 'pause' = 'no' (flags = 16)
[mpv/cplayer] Setting option 'af' = 'dummy:address=36620944:use_scaler=1:layout=3' (flags = 16)
[mpv/cplayer] Setting option 'channels' = 'stereo' (flags = 16)
[mpv/cplayer] Setting option 'vo' = 'null:address=37199968:swdec_deint=Bob|1|OpenGL:hwdec_deint=Bob|1|GPU' (flags = 16)
[mpv/file] File size is 246371159 bytes
[mpv/file] Opened: [file] /media/Storage/Anime/_Unseen/Ranma/S2/[ax]_ranma_-_season_02_-_01_-_the_abduction_of_p-chan!__mg_dvd_rip_[3f488d2f].mkv
[OpenGL] OpenGL debug logger is running.
QOpenGLFramebufferObject: Framebuffer incomplete attachment.
QOpenGLFramebufferObject: Framebuffer incomplete attachment.
[mpv/demux] Trying demuxer: edl (force-level: normal)
[mpv/demux] Trying demuxer: cue (force-level: normal)
[mpv/demux] Trying demuxer: rawaudio (force-level: normal)
[mpv/demux] Trying demuxer: rawvideo (force-level: normal)
[mpv/demux] Trying demuxer: libass (force-level: normal)
[mpv/demux] Trying demuxer: mkv (force-level: normal)
[mpv/mkv] Found the head...
[mpv/mkv] + a segment...
[mpv/mkv] /---- [ parsing seek head ] ---------
[mpv/mkv] Element 0x1f43b675 at 51392.
......
[mpv/mkv] Element 0x1f43b675 at 83968980.
[VDPAU] No usable SurfaceID. Decoding could fail
[Engine] Error property unavailable: Couldn't get property 'editions'.
[VDPAU] No usable SurfaceID. Decoding could fail
[App] Initialize screensaver functions.
[App] Try to connect 'org.gnome.SessionManager'.
[App] Failed to connect 'org.gnome.SessionManager'. Fallback to 'org.freedesktop.ScreenSaver'.
[App] Failed to connect 'org.freedesktop.ScreenSaver'. Fallback to XResetScreenSaver().
[App] Disable screensaver with XResetScreenSaver().
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[mpv/mkv] Element 0x1f43b675 at 84115195.
....
[VDPAU] No usable SurfaceID. Decoding could fail
[mpv/mkv] Element 0x1f43b675 at 166273697.
...
[mpv/mkv] Element 0x1c53bb6b at 246357928.
[mpv/mkv] \---- [ parsing seek head ] ---------
[mpv/mkv] |+ segment information...
[mpv/mkv] | + duration: 1394.990s
[mpv/mkv] | + segment uid aa 8c 6b 9d f5 80 8a c5 86 ef 25 5f 18 43 a4 bc
[mpv/mkv] |+ segment tracks...
[mpv/mkv] | + a track...
[mpv/mkv] |  + Track number: 1
[mpv/mkv] |  + Track type: Video
[mpv/mkv] |  + Video track
[mpv/mkv] |   + Display width: 576
[mpv/mkv] |   + Display height: 432
[mpv/mkv] |   + Pixel width: 576
[mpv/mkv] |   + Pixel height: 432
[mpv/mkv] |  + Codec ID: V_MS/VFW/FOURCC
[mpv/mkv] |  + CodecPrivate, length 40
[mpv/mkv] |  + Default duration: 41.708ms ( = 23.976 fps)
[mpv/mkv] | + a track...
[mpv/mkv] |  + Track number: 2
[mpv/mkv] |  + Track type: Audio
[mpv/mkv] |  + Audio track
[mpv/mkv] |   + Sampling frequency: 44100.000000
[mpv/mkv] |   + Channels: 2
[mpv/mkv] |  + Codec ID: A_VORBIS
[mpv/mkv] |  + CodecPrivate, length 3934
[mpv/mkv] |  + Default duration: 23.220ms ( = 43.066 fps)
[mpv/mkv] | + a track...
[mpv/mkv] |  + Track number: 3
[mpv/mkv] |  + Track type: Audio
[mpv/mkv] |  + Audio track
[mpv/mkv] |   + Sampling frequency: 44100.000000
[mpv/mkv] |   + Channels: 2
[mpv/mkv] |  + Codec ID: A_VORBIS
[mpv/mkv] |  + CodecPrivate, length 3934
[mpv/mkv] |  + Language: jpn
[mpv/mkv] |  + Default flag: 0
[mpv/mkv] |  + Default duration: 23.220ms ( = 43.066 fps)
[mpv/mkv] | + a track...
[mpv/mkv] |  + Track number: 4
[mpv/mkv] |  + Track type: Subtitle
[mpv/mkv] |  + Codec ID: S_TEXT/UTF8
[mpv/mkv] |+ found cluster
[mpv/mkv] Deferring reading cues.
[mpv/mkv] All headers are parsed!
[mpv/mkv] Aspect: 1.333333
[mpv/global] user config path: 'subfont.ttf' -> '/home/xandis/.mpv/subfont.ttf'
[mpv/global] user config path: 'fonts.conf' -> '/home/xandis/.mpv/fonts.conf'
[mpv/global] global config path: 'fonts.conf' -> '/tmp/yaourt-tmp-xandis/aur-cmplayer/src/cmplayer-0.8.13/build/etc/mpv/fonts.conf'
[mpv/global] any config path: 'fonts.conf' -> '(NULL)'
[mpv/libass] Setting up fonts...
[mpv/libass] Done.
[mpv/cplayer] [V] fourcc:0x44495658  size:576x432  fps:23.976
[mpv/vo/null] Setting option 'address' = '37199968' (flags = 0)
[mpv/vo/null] Setting option 'swdec_deint' = 'Bob|1|OpenGL' (flags = 0)
[mpv/vo/null] Setting option 'hwdec_deint' = 'Bob|1|GPU' (flags = 0)
[mpv/vd] Codec list:
[mpv/vd]     lavc:mpeg4 - MPEG-4 part 2
[mpv/vd]     lavc:mpeg4_vdpau (mpeg4) - MPEG-4 part 2 (VDPAU)
[mpv/vd] Opening video decoder lavc:mpeg4
[mpv/vd] Pixel formats supported by decoder: vaapi_vld vdpau yuv420p
[mpv/ad] Codec list:
[mpv/ad]     lavc:vorbis - Vorbis
[mpv/ad]     lavc:libvorbis (vorbis) - libvorbis
[mpv/ad] Opening audio decoder lavc:vorbis
[mpv/ad] INFO: libavcodec "vorbis" init OK!
[mpv/ad] Initial decode succeeded after 2 packets.
[mpv/ad] AUDIO: 44100 Hz, 2 ch, floatp
[VDPAU] No usable SurfaceID. Decoding could fail
[mpv/ad] Building audio filter chain for 44100Hz stereo 2ch floatp -> 0Hz stereo 2ch ??...
[mpv/af] Adding filter dummy 
[mpv/af] Setting option 'address' = '36620944' (flags = 0)
[mpv/af] Setting option 'use_scaler' = '1' (flags = 0)
[mpv/af] Setting option 'layout' = '3' (flags = 0)
[mpv/af] Audio filter chain:
[mpv/af]   [in] 44100Hz stereo 2ch floatp
[mpv/af]   [dummy] 44100Hz stereo 2ch floatp
[mpv/af]   [out] 44100Hz stereo 2ch floatp
[mpv/af]   [ao] 0Hz stereo 2ch ??
[mpv/ao] Trying preferred audio driver 'alsa'
[mpv/ao/alsa] requested format: 44100 Hz, stereo channels, floatp
[mpv/ao/alsa] using device: default
[mpv/ao/alsa] using ALSA version: 1.0.27.2
[mpv/ao/alsa] pcm opened in blocking mode
[mpv/ao/alsa] got buffersize=10922 samples
[mpv/ao/alsa] got period size 5461
[mpv/ao/alsa] opened: 44100 Hz/2 channels/16 bps/10922 samples buffer/Signed 16 bit Little Endian
[mpv/ao/alsa] device buffer: 10922 samples.
[mpv/ao/alsa] using soft-buffer of 10922 samples.
[mpv/cplayer] AO: Description: ALSA-0.9.x-1.x audio output
[mpv/ad] Building audio filter chain for 44100Hz stereo 2ch floatp -> 44100Hz stereo 2ch s16...
[mpv/af] Audio filter chain:
[mpv/af]   [in] 44100Hz stereo 2ch floatp
[mpv/af]   [dummy] 44100Hz stereo 2ch s16
[mpv/af]   [out] 44100Hz stereo 2ch s16
[mpv/af]   [ao] 44100Hz stereo 2ch s16
[mpv/sub] Subtitle filter chain: srt (subrip) -> ass (ass-text)
[mpv/cplayer] Starting playback...
[mpv/mkv] /---- [ parsing cues ] -----------
[mpv/mkv] \---- [ parsing cues ] -----------
[mpv/vd] VIDEO:  576x432  23.976 fps    0.0 kbps ( 0.0 kB/s)
[mpv/vd] VDec: vo config request - 576 x 432 (vdpau)
[mpv/vd] VO Config (576x432->576x432,0x45C)
[mpv/vf] Video filter chain:
[mpv/vf]  [in] 576x432 vdpau BT.601 (SD)/TV
[mpv/vf]  [out] 576x432 vdpau BT.601 (SD)/TV
[mpv/cplayer] VO: Description: CMPlayer video output
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[OpenGL] Logger: Program/shader state performance warning: Fragment Shader is going to be recompiled because the shader key based on GL state mismatches. (API/Medium/Performance)
[mpv/global] user config path: 'fonts' -> '/home/xandis/.mpv/fonts'
[mpv/global] user config path: 'subfont.ttf' -> '/home/xandis/.mpv/subfont.ttf'
[mpv/global] user config path: 'fonts.conf' -> '/home/xandis/.mpv/fonts.conf'
[mpv/global] global config path: 'fonts.conf' -> '/tmp/yaourt-tmp-xandis/aur-cmplayer/src/cmplayer-0.8.13/build/etc/mpv/fonts.conf'
[mpv/global] any config path: 'fonts.conf' -> '(NULL)'
[mpv/osd/libass] Setting up fonts...
[mpv/osd/libass] Done.
[mpv/global] user config path: 'fonts' -> '/home/xandis/.mpv/fonts'
[mpv/global] user config path: 'subfont.ttf' -> '/home/xandis/.mpv/subfont.ttf'
[mpv/global] user config path: 'fonts.conf' -> '/home/xandis/.mpv/fonts.conf'
[mpv/global] global config path: 'fonts.conf' -> '/tmp/yaourt-tmp-xandis/aur-cmplayer/src/cmplayer-0.8.13/build/etc/mpv/fonts.conf'
[mpv/global] any config path: 'fonts.conf' -> '(NULL)'
[mpv/osd/libass] Setting up fonts...
[mpv/osd/libass] Done.
[mpv/global] user config path: 'fonts' -> '/home/xandis/.mpv/fonts'
[mpv/global] user config path: 'subfont.ttf' -> '/home/xandis/.mpv/subfont.ttf'
[mpv/global] user config path: 'fonts.conf' -> '/home/xandis/.mpv/fonts.conf'
[mpv/global] global config path: 'fonts.conf' -> '/tmp/yaourt-tmp-xandis/aur-cmplayer/src/cmplayer-0.8.13/build/etc/mpv/fonts.conf'
[mpv/global] any config path: 'fonts.conf' -> '(NULL)'
[mpv/osd/libass] Setting up fonts...
[mpv/osd/libass] Done.
[VDPAU] VDPAU Mixer initialized.
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[VDPAU] No usable SurfaceID. Decoding could fail
[App] Enable screensaver with XResetScreenSaver().
[Engine] Finish playloop thread
[Main] Exit...
[Engine] Finalized
$mpv -v \[ax\]_ranma_-_season_02_-_02_-_close_call\!_the_dance_of_death_on_ice\!__mg_dvd_rip_\[20425bd7\].mkv 
[cplayer] mpv b'0.3.9' (C) 2000-2013 mpv/MPlayer/mplayer2 projects
 built on 2014-04-30T10:22:46                                                                                                                     
[cplayer] ffmpeg library versions:                                                                                                                
[cplayer]    libavutil       52.66.100                                                                                                            
[cplayer]    libavcodec      55.52.102                                                                                                            
[cplayer]    libavformat     55.33.100                                                                                                            
[cplayer]    libswscale      2.5.102                                                                                                              
[cplayer]    libavfilter     4.2.100                                                                                                              
[cplayer]    libavresample   1.2.0                                                                                                                
[cplayer]                                                                                                                                         
[global] mp_find_user_config_file('encoding-profiles.conf') -> '/home/xandis/.mpv/encoding-profiles.conf'                                         
[cplayer] Reading config file /etc/mpv/encoding-profiles.conf                                                                                     
[cplayer] Reading config file /etc/mpv/mpv.conf                                                                                                   
[cplayer] Setting option 'vo' = 'opengl-hq,opengl,xv,wayland' (flags = 4)                                                                         
[cplayer] Setting option 'hwdec' = 'vdpau' (flags = 4)                                                                                            
[cplayer] Setting option 'ao' = 'alsa' (flags = 4)                                                                                                
[cplayer] Setting option 'channels' = '5.1' (flags = 4)                                                                                           
[cplayer] Setting option 'sub-scale' = '1' (flags = 4)                                                                                            
[cplayer] Setting option 'title' = '${filename}' (flags = 4)                                                                                      
[cplayer] Setting option 'vf' = 'expand=::::1:16/9:16' (flags = 4)                                                                                
[cplayer] The round option must be an integer: 16/9
[cplayer] Error parsing option round (option parameter could not be parsed)                                                                       
[cplayer] Option vf: Error while parsing expand parameter round (16/9)                                                                            
[cplayer] Error parsing option vf (option parameter could not be parsed)                                                                          
[cplayer] /etc/mpv/mpv.conf:25: setting option vf='expand=::::1:16/9:16' failed.                                                                  
[cplayer] Setting option 'stop-screensaver' = 'yes' (flags = 4)
[cplayer] Setting option 'af' = 'scaletempo' (flags = 4)                                                                                          
[cplayer] Setting option 'framedrop' = 'no' (flags = 4)                                                                                           
[cplayer] Setting option 'gapless-audio' = '' (flags = 4)                                                                                         
[cplayer] /etc/mpv/mpv.conf:60: error parsing option term-osd-bar-chars=──╼ ·: option not found
[cplayer] Option af-add: pan has only 2 params, so you can't give more than 2 unnamed params.                                                     
[cplayer] Error parsing option af-add (parameter is outside values allowed for option)                                                            
[cplayer] /etc/mpv/mpv.conf:65: setting option af-add='pan=6:1:0:.4:0:.6:2:0:1:0:.4:.6:2' failed.                                                 
[global] mp_find_user_config_file('') -> '/home/xandis/.mpv'
[global] mp_find_user_config_file('config') -> '/home/xandis/.mpv/config'                                                                         
[cplayer] Reading config file /home/xandis/.mpv/config                                                                                            
[cplayer] Setting option 'v' = '' (flags = 8)                                                                                                     
[cplayer] Configuration: ./waf configure --prefix=/usr --confdir=/etc/mpv --enable-joystick                                                       
[cplayer] Command line: '-v' '[ax]_ranma_-_season_02_-_02_-_close_call!_the_dance_of_death_on_ice!__mg_dvd_rip_[20425bd7].mkv'                    
[input] enable section 'default'                                                                                                                  
[global] mp_find_user_config_file('input.conf') -> '/home/xandis/.mpv/input.conf'                                                                 
[input] Falling back on default (hardcoded) input config                                                                                          
[input] Setting up LIRC support...                                                                                                                
[input] Failed to open LIRC support. You will not be able to use your remote control.                                                             
[global] mp_find_user_config_file('fonts') -> '/home/xandis/.mpv/fonts'                                                                           
[global] mp_find_user_config_file('plugin_osc.conf') -> '/home/xandis/.mpv/plugin_osc.conf'                                                       
[input] enable section 'showhide'                                                                                                                 
[input] enable section 'input'                                                                                                                    
[global] mp_find_user_config_file('watch_later/509FE92DFD4CB1CE38FF74084A333F64') -> '/home/xandis/.mpv/watch_later/509FE92DFD4CB1CE38FF74084A333F64'                                                                                                                                               
[global] mp_find_user_config_file('[ax]_ranma_-_season_02_-_02_-_close_call!_the_dance_of_death_on_ice!__mg_dvd_rip_[20425bd7].mkv.conf') -> '/home/xandis/.mpv/[ax]_ranma_-_season_02_-_02_-_close_call!_the_dance_of_death_on_ice!__mg_dvd_rip_[20425bd7].mkv.conf'                               
[global] mp_find_user_config_file('watch_later/509FE92DFD4CB1CE38FF74084A333F64') -> '/home/xandis/.mpv/watch_later/509FE92DFD4CB1CE38FF74084A333F64'                                                                                                                                               
[cplayer] Playing: [ax]_ranma_-_season_02_-_02_-_close_call!_the_dance_of_death_on_ice!__mg_dvd_rip_[20425bd7].mkv
[file] File size is 246362959 bytes
[file] Opened: [file] [ax]_ranma_-_season_02_-_02_-_close_call!_the_dance_of_death_on_ice!__mg_dvd_rip_[20425bd7].mkv                             
[demux] Trying demuxer: edl (force-level: normal)                                                                                                 
[demux] Trying demuxer: cue (force-level: normal)                                                                                                 
[demux] Trying demuxer: rawaudio (force-level: normal)                                                                                            
[demux] Trying demuxer: rawvideo (force-level: normal)                                                                                            
[demux] Trying demuxer: tv (force-level: normal)                                                                                                  
[demux] Trying demuxer: libass (force-level: normal)                                                                                              
[demux] Trying demuxer: mkv (force-level: normal)                                                                                                 
[mkv] Found the head...                                                                                                                           
[mkv] + a segment...                                                                                                                              
[mkv] /---- [ parsing seek head ] ---------                                                                                                       
[mkv] \---- [ parsing seek head ] ---------                                                                                                       
[mkv] |+ segment information...                                                                                                                   
[mkv] | + duration: 1395.278s                                                                                                                     
[mkv] | + segment uid c9 4d cb 03 56 bc 09 44 d7 d7 90 09 d7 e3 67 41                                                                             
[mkv] |+ segment tracks...                                                                                                                        
[mkv] | + a track...                                                                                                                              
[mkv] |  + Track number: 1                                                                                                                        
[mkv] |  + Track type: Video                                                                                                                      
[mkv] |  + Video track                                                                                                                            
[mkv] |   + Display width: 576                                                                                                                    
[mkv] |   + Display height: 432                                                                                                                   
[mkv] |   + Pixel width: 576                                                                                                                      
[mkv] |   + Pixel height: 432                                                                                                                     
[mkv] |  + Codec ID: V_MS/VFW/FOURCC                                                                                                              
[mkv] |  + CodecPrivate, length 40                                                                                                                
[mkv] |  + Default duration: 41.708ms ( = 23.976 fps)                                                                                             
[mkv] | + a track...                                                                                                                              
[mkv] |  + Track number: 2                                                                                                                        
[mkv] |  + Track type: Audio                                                                                                                      
[mkv] |  + Audio track                                                                                                                            
[mkv] |   + Sampling frequency: 44100.000000                                                                                                      
[mkv] |   + Channels: 2                                                                                                                           
[mkv] |  + Codec ID: A_VORBIS                                                                                                                     
[mkv] |  + CodecPrivate, length 3934                                                                                                              
[mkv] |  + Default duration: 23.220ms ( = 43.066 fps)                                                                                             
[mkv] | + a track...                                                                                                                              
[mkv] |  + Track number: 3                                                                                                                        
[mkv] |  + Track type: Audio                                                                                                                      
[mkv] |  + Audio track                                                                                                                            
[mkv] |   + Sampling frequency: 44100.000000                                                                                                      
[mkv] |   + Channels: 2                                                                                                                           
[mkv] |  + Codec ID: A_VORBIS                                                                                                                     
[mkv] |  + CodecPrivate, length 3934                                                                                                              
[mkv] |  + Language: jpn                                                                                                                          
[mkv] |  + Default flag: 0                                                                                                                        
[mkv] |  + Default duration: 23.220ms ( = 43.066 fps)                                                                                             
[mkv] | + a track...                                                                                                                              
[mkv] |  + Track number: 4                                                                                                                        
[mkv] |  + Track type: Subtitle                                                                                                                   
[mkv] |  + Codec ID: S_TEXT/UTF8                                                                                                                  
[mkv] |+ found cluster, headers are parsed completely :)                                                                                          
[mkv] Aspect: 1.333333                                                                                                                            
[mkv] Track ID 1: video (V_MS/VFW/FOURCC)                                                                                                         
[mkv] Track ID 2: audio (A_VORBIS)                                                                                                                
[mkv] Track ID 3: audio (A_VORBIS)                                                                                                                
[mkv] Track ID 4: subtitles (S_TEXT/UTF8)                                                                                                         
[demux] Detected file format: Matroska
[global] mp_find_user_config_file('subfont.ttf') -> '/home/xandis/.mpv/subfont.ttf'
[global] mp_find_user_config_file('fonts.conf') -> '/home/xandis/.mpv/fonts.conf'                                                                 
[libass] Setting up fonts...                                                                                                                      
[libass] Done.                                                                                                                                    
[find_subfiles] Load subtitles in .                                                                                                               
[global] mp_find_user_config_file('sub/') -> '/home/xandis/.mpv/sub/'                                                                             
[cplayer] [stream] Video (+) --vid=1 (mpeg4)
[cplayer] [stream] Audio (+) --aid=1 --alang=eng (*) (vorbis)
[cplayer] [stream] Audio     --aid=2 --alang=jpn (vorbis)
[cplayer] [stream] Subs  (+) --sid=1 --slang=eng (*) (subrip)
[cplayer] [V] fourcc:0x44495658  size:576x432  fps:23.976
[vo/opengl-hq/x11] X11 opening display: :0.0                                                                                                      
[vo/opengl-hq/x11] X11 running at 1920x1080 (":0.0" => local display)                                                                             
[vo/opengl-hq/x11] Detected wm supports NetWM.                                                                                                    
[vo/opengl-hq/x11] Detected wm supports FULLSCREEN state.                                                                                         
[vo/opengl-hq/x11] Detected wm supports ABOVE state.                                                                                              
[vo/opengl-hq/x11] Detected wm supports BELOW state.                                                                                              
[vo/opengl-hq/x11] Current fstype setting honours: above fullscreen below netwm                                                                   
[vo/opengl-hq] GLX chose visual with ID 0x27                                                                                                      
[vo/opengl-hq] Detected OpenGL 4.4.                                                                                                               
[vo/opengl-hq] GL_VENDOR='NVIDIA Corporation'                                                                                                     
[vo/opengl-hq] GL_RENDERER='GeForce GTX 550 Ti/PCIe/SSE2'                                                                                         
[vo/opengl-hq] GL_VERSION='4.4.0 NVIDIA 337.12'                                                                                                   
[vo/opengl-hq] GL_SHADING_LANGUAGE_VERSION='4.40 NVIDIA via Cg compiler'                                                                          
[vo/opengl-hq] OpenGL legacy compat. found.                                                                                                       
[vo/opengl-hq] Detected OpenGL features: [Basic OpenGL] [Legacy OpenGL] [OpenGL 2.0] [OpenGL 2.1] [OpenGL 3.0] [Framebuffers] [VAOs] [sRGB textures] [sRGB framebuffers] [Float textures] [RG textures] [NO_SW]                                                                                     
[vo/opengl-hq] Testing user-set FBO format                                                                                                        
[vo/opengl-hq] Create FBO: 16x16                                                                                                                  
[vo/opengl-hq]    8-bit precision: 0x0p+0                                                                                                         
[vo/opengl-hq]    16-bit precision: 0x1.0001p-9                                                                                                   
[vo/opengl-hq]    full float: 0x1.01p-9                                                                                                           
[vo/opengl-hq]    out of range value (2): 0x1p+0                                                                                                  
[vo/opengl-hq] Display depth: R=8, G=8, B=8                                                                                                       
[vo/opengl-hq] Testing user-set FBO format                                                                                                        
[vo/opengl-hq] Create FBO: 16x16                                                                                                                  
[vo/opengl-hq]    8-bit precision: 0x0p+0                                                                                                         
[vo/opengl-hq]    16-bit precision: 0x0p+0                                                                                                        
[vo/opengl-hq]    full float: 0x1.fep-18                                                                                                          
[vo/opengl-hq]    out of range value (2): 0x1p+0                                                                                                  
[vo/opengl-hq] Testing GL_R16 FBO (dithering/LUT)                                                                                                 
[vo/opengl-hq] Create FBO: 16x16                                                                                                                  
[vo/opengl-hq]    8-bit precision: 0x0p+0                                                                                                         
[vo/opengl-hq]    16-bit precision: 0x0p+0                                                                                                        
[vo/opengl-hq]    full float: 0x1.fep-18                                                                                                          
[vo/opengl-hq]    out of range value (2): 0x1p+0                                                                                                  
[vo/opengl-hq] Reinit rendering.                                                                                                                  
[vd] Codec list:                                                                                                                                  
[vd]     lavc:mpeg4 - MPEG-4 part 2                                                                                                               
[vd]     lavc:mpeg4_vdpau (mpeg4) - MPEG-4 part 2 (VDPAU)                                                                                         
[vd] Opening video decoder lavc:mpeg4                                                                                                             
[vd] Not trying to use hardware decoding: codec mpeg4 is blacklisted by user.                                                                     
[vd] Using software decoding.
[vd] Selected video codec: MPEG-4 part 2 [lavc:mpeg4]
[vo/opengl-hq/x11] Disabling DPMS
[vo/opengl-hq/x11] DPMSDisable stat: 1                                                                                                            
[ad] Codec list:                                                                                                                                  
[ad]     lavc:vorbis - Vorbis                                                                                                                     
[ad]     lavc:libvorbis (vorbis) - libvorbis                                                                                                      
[ad] Opening audio decoder lavc:vorbis                                                                                                            
[ad] INFO: libavcodec "vorbis" init OK!                                                                                                           
[ad] Initial decode succeeded after 2 packets.                                                                                                    
[ad] Selected audio codec: Vorbis [lavc:vorbis]
[ad] AUDIO: 44100 Hz, 2 ch, floatp
[ad] Building audio filter chain for 44100Hz stereo 2ch floatp -> 0Hz empty 0ch ??...                                                             
[af] Adding filter scaletempo                                                                                                                     
[scaletempo] [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000                                                                               
[af] Adding filter lavrresample                                                                                                                   
[scaletempo] [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000                                                                               
[af] Audio filter chain:                                                                                                                          
[af]   [in] 44100Hz stereo 2ch floatp                                                                                                             
[af]   [lavrresample] 44100Hz stereo 2ch float                                                                                                    
[af]   [scaletempo] 44100Hz stereo 2ch float                                                                                                      
[af]   [out] 44100Hz stereo 2ch float                                                                                                             
[af]   [ao] 0Hz empty 0ch ??                                                                                                                      
[ao] Trying preferred audio driver 'alsa'                                                                                                         
[ao/alsa] requested format: 44100 Hz, stereo channels, float                                                                                      
[ao/alsa] using device: default                                                                                                                   
[ao/alsa] using ALSA version: 1.0.27.2                                                                                                            
[ao/alsa] pcm opened in blocking mode                                                                                                             
[ao/alsa] Format float is not supported by hardware, trying default.
[ao/alsa] got buffersize=10922 samples
[ao/alsa] got period size 5461                                                                                                                    
[ao/alsa] opened: 44100 Hz/2 channels/16 bps/10922 samples buffer/Signed 16 bit Little Endian                                                     
[cplayer] AO: [alsa] 44100Hz stereo 2ch s16
[cplayer] AO: Description: ALSA-0.9.x-1.x audio output
[ad] Building audio filter chain for 44100Hz stereo 2ch floatp -> 44100Hz stereo 2ch s16...                                                       
[af] Removing filter lavrresample                                                                                                                 
[scaletempo] [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000                                                                               
[af] Adding filter lavrresample                                                                                                                   
[scaletempo] [scaletempo] 1.000 speed * 1.000 scale_nominal = 1.000                                                                               
[af] Adding filter lavrresample                                                                                                                   
[af] Audio filter chain:                                                                                                                          
[af]   [in] 44100Hz stereo 2ch floatp                                                                                                             
[af]   [lavrresample] 44100Hz stereo 2ch float                                                                                                    
[af]   [scaletempo] 44100Hz stereo 2ch float                                                                                                      
[af]   [lavrresample] 44100Hz stereo 2ch s16                                                                                                      
[af]   [out] 44100Hz stereo 2ch s16                                                                                                               
[af]   [ao] 44100Hz stereo 2ch s16                                                                                                                
[sub] Subtitle filter chain: srt (subrip) -> ass (ass-text)                                                                                       
[cplayer] Starting playback...                                                                                                                    
[vd] VIDEO:  576x432  23.976 fps    0.0 kbps ( 0.0 kB/s)                                                                                          
[vd] VDec: vo config request - 576 x 432 (420p)                                                                                                   
[vd] VO Config (576x432->576x432,0x3EC)                                                                                                           
[vf] Video filter chain:                                                                                                                          
[vf]  [in] 576x432 420p BT.601 (SD)/TV                                                                                                            
[vf]  [out] 576x432 420p BT.601 (SD)/TV                                                                                                           
[cplayer] VO: [opengl-hq] 576x432 => 576x432 420p
[cplayer] VO: Description: Extended OpenGL Renderer (high quality rendering preset)
[vo/opengl-hq] Testing user-set FBO format                                                                                                        
[vo/opengl-hq] Create FBO: 16x16                                                                                                                  
[vo/opengl-hq]    8-bit precision: 0x0p+0                                                                                                         
[vo/opengl-hq]    16-bit precision: 0x0p+0                                                                                                        
[vo/opengl-hq]    full float: 0x1.fep-18                                                                                                          
[vo/opengl-hq]    out of range value (2): 0x1p+0                                                                                                  
[vo/opengl-hq] Testing GL_R16 FBO (dithering/LUT)                                                                                                 
[vo/opengl-hq] Create FBO: 16x16                                                                                                                  
[vo/opengl-hq]    8-bit precision: 0x0p+0                                                                                                         
[vo/opengl-hq]    16-bit precision: 0x0p+0                                                                                                        
[vo/opengl-hq]    full float: 0x1.fep-18                                                                                                          
[vo/opengl-hq]    out of range value (2): 0x1p+0                                                                                                  
[vo/opengl-hq] Texture for plane 0: 576x432                                                                                                       
[vo/opengl-hq] Texture for plane 1: 288x216                                                                                                       
[vo/opengl-hq] Texture for plane 2: 288x216                                                                                                       
[vo/opengl-hq] Reinit rendering.                                                                                                                  
[vo/opengl-hq] Dither to 8.                                                                                                                       
[vo/opengl-hq] compiling shader program 'frag_osd_libass', header:                                                                                
[vo/opengl-hq] [  1] #define VIDEO_SAMPLER sampler2D                                                                                              
[vo/opengl-hq] compiling shader program 'frag_osd_rgba', header:                                                                                  
[vo/opengl-hq] [  1] #define VIDEO_SAMPLER sampler2D                                                                                              
[vo/opengl-hq] compiling shader program 'indirect', header:                                                                                       
[vo/opengl-hq] [  1] #define VIDEO_SAMPLER sampler2D                                                                                              
[vo/opengl-hq] [  2] #define USE_CONV CONV_PLANAR                                                                                                 
[vo/opengl-hq] [  3] #define USE_COLORMATRIX 1                                                                                                    
[vo/opengl-hq] [  4] #define SAMPLE_C sample_bilinear                                                                                             
[vo/opengl-hq] [  5] #define SAMPLE_L sample_bilinear                                                                                             
[vo/opengl-hq] [  6] #define FIXED_SCALE 1                                                                                                        
[vo/opengl-hq] compiling shader program 'scale_sep', header:                                                                                      
[vo/opengl-hq] [  1] #define VIDEO_SAMPLER sampler2D                                                                                              
[vo/opengl-hq] [  2] #define FIXED_SCALE 1                                                                                                        
[vo/opengl-hq] [  3] #define SAMPLE_L(p0, p1, p2) sample_convolution_sep4(vec2(0, 1), lut_l_1d, p0, p1, p2)                                       
[vo/opengl-hq] compiling shader program 'final', header:                                                                                          
[vo/opengl-hq] [  1] #define VIDEO_SAMPLER sampler2D                                                                                              
[vo/opengl-hq] [  2] #define USE_DITHER 1                                                                                                         
[vo/opengl-hq] [  3] #define SAMPLE_L(p0, p1, p2) sample_convolution_sep4(vec2(1, 0), lut_l_1d, p0, p1, p2)                                       
[vo/opengl-hq] Create FBO: 576x432                                                                                                                
[vo/opengl-hq] Resize: 576x432                                                                                                                    
[vo] Window size: 576x432                                                                                                                         
[vo] Video source: 576x432 (576x432)                                                                                                              
[vo] Video display: (0, 0) 576x432 -> (0, 0) 576x432                                                                                              
[vo] Video scale: 1.000000/1.000000                                                                                                               
[vo] OSD borders: l=0 t=0 r=0 b=0                                                                                                                 
[vo] Video borders: l=0 t=0 r=0 b=0                                                                                                               
[vo/opengl-hq] Create FBO: 576x512                                                                                                                
[global] mp_find_user_config_file('fonts') -> '/home/xandis/.mpv/fonts'                                                                           
[global] mp_find_user_config_file('subfont.ttf') -> '/home/xandis/.mpv/subfont.ttf'
[global] mp_find_user_config_file('fonts.conf') -> '/home/xandis/.mpv/fonts.conf'
[osd/libass] Setting up fonts...
[osd/libass] Done.
[global] mp_find_user_config_file('fonts') -> '/home/xandis/.mpv/fonts'
[global] mp_find_user_config_file('subfont.ttf') -> '/home/xandis/.mpv/subfont.ttf'
[global] mp_find_user_config_file('fonts.conf') -> '/home/xandis/.mpv/fonts.conf'
[osd/libass] Setting up fonts...
[osd/libass] Done.
[global] mp_find_user_config_file('fonts') -> '/home/xandis/.mpv/fonts'
[global] mp_find_user_config_file('subfont.ttf') -> '/home/xandis/.mpv/subfont.ttf'
[global] mp_find_user_config_file('fonts.conf') -> '/home/xandis/.mpv/fonts.conf'
[osd/libass] Setting up fonts...
[osd/libass] Done.
[statusline] AV: 00:00:03 / 00:23:15 (0%) A-V: -0.005
[input] No bind found for key 'Ctrl+c'.
[statusline] AV: 00:00:05 / 00:23:15 (0%) A-V: -0.003
[input] enable section 'input'
[statusline] AV: 00:00:05 / 00:23:15 (0%) A-V:  0.025
[input] enable section 'input'
[statusline] AV: 00:00:05 / 00:23:15 (0%) A-V: -0.005
[input] enable section 'input'
[cplayer] EOF code: 7  
[cplayer] 
[ad] Uninit audio filters...
[af] Removing filter lavrresample 
[af] Removing filter scaletempo 
[af] Removing filter lavrresample 
[ad] Uninit audio decoder.
[vd] Uninit video.
[ao/alsa] uninit: pcm closed
[input] enable section 'input'
[vo/opengl-hq/x11] Successfully enabled DPMS
[vo/opengl-hq/x11] uninit ...
[cplayer] 
Exiting... (Quit)

Then I also noticed something quite special. I had to reinstall my system and this fucked up my sound again sad

But the weird thing is that mpv outputs surround sound from 6 channel sources correctly while MPV and Mplayer don't (and presumably VLC doesn't either)

And I found out why.

In mpv.conf I have this setting:

# prefer using 5.1 channels audio (defaults to 2 - see mpv --channels=help) 
channels=5.1

If I disable that it will use 2ch like mplayer and cmplayer do. Can you add support for this in CMplayer please?

Edit: Nevermind, it seems CMPlayer already has this option by right clicking and going to audio->channel layout->5.1 channels

And this was the solution.. oddly enough.

CMPlayer is not outputting any sound at all for these files (audio codec is vorbis to be precise, video codec is mpeg4) if the channel layout is set to "stereo" (but it works on all my other files!) but if I set it to 5.1 it works perfectly fine, which is quite odd... I will investigate this a bit further. (This solves the sound issue only mind you, not the hardware decoding one)

Last edited by rabcor (2014-05-07 21:50:36)

Offline

#246 2014-05-07 22:29:29

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: bomi - A powerful and easy-to-use multimedia player!

HWDec in CMPlayer with my nvidia proprietary drivers just seems faulty under some conditions. For example watching kanamemo encoded and subbed by coalgirls(h264), both mpv and cmplayer, in both players HWDec is enabled, but in CMPlayer I get artifacts (like little boxes) all over the image randomly, whereas mpv renders everything flawlessly.

I also found out that Borrowers of Arietty by Thora-UTW 1080p with DCA (DTS) sound has the same sound issue as ranma did, but the hardware decoding(h264) works perfectly fine in mpv. (I would link you these files as I did the ranma one, but I don't think mods would take it well if I link torrents so you must find them or ask and I can PM it to you)

Upon further research, the lack of sound was related to my asound.conf.

pcm.!default {
	slave.pcm "surround51"
	slave.channels 6
	type route

	# Front and rear
	ttable.0.0 0.7
	ttable.1.1 0.7
	ttable.2.2 0.6
	ttable.3.3 0.6

	# Center and LFE
	ttable.4.4 1
	ttable.5.5 1

	# Front left/right to center
	ttable.0.4 0.5
	ttable.1.4 0.5

	# Front left/right to rear
	ttable.0.2 0.5
	ttable.1.3 0.5	
}

I still think this is worth looking into (since sound works fine with everything else, including MPV with these settings) but now I got to the bottom of it. It also seems to be confined to certain audio codecs (presumably Vorbis and AC-3 at least)

The decoding issue is a lot more serious though of course.

Last edited by rabcor (2014-05-07 22:31:05)

Offline

#247 2014-05-14 09:21:54

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

@bobart Fixed. Thank you!

@rabcor Sorry for being late, I cannot follow up your descriptions.
Do you have still problem with sound output? Or, the channel layout option works for you?

rabcor wrote:

I also found out that Borrowers of Arietty by Thora-UTW 1080p with DCA (DTS) sound has the same sound issue as ranma did, but the hardware decoding(h264) works perfectly fine in mpv

I'm not sure what you want to mean with this sentence. The files have sound issue? Or, hwdec issue? Or both of them?

Last edited by xylosper (2014-05-16 02:36:00)

Offline

#248 2014-05-14 23:39:33

bobart
Member
Registered: 2014-05-02
Posts: 37

Re: bomi - A powerful and easy-to-use multimedia player!

@xylosper: Playlist's management works now, thank you!

Unfortunately, in latest git-version unexpectedly high CPU usage: 25-30% (VDPAU as backend of hardware acceleration), but in previous* version, which i used from AUR, cpu usage under the same settings (and on the same file) does not exceed ~3-4% (at the same time, the use of VA-API gives a 4-5% cpu usage).
Check it out, please!
If you need more complete information, please tell me.

* - aur/cmplayer-git-0.8.13.r54.ge09b511-1. Now installed is cmplayer-git-0.8.13.r63.gbccd0ff-1

Thank you!

Last edited by bobart (2014-05-14 23:55:26)

Offline

#249 2014-05-15 03:45:07

xylosper
Member
Registered: 2011-04-16
Posts: 167

Re: bomi - A powerful and easy-to-use multimedia player!

@bobart I found that vdpau does not work at all. Check if hwacc is actually enabled in play information view (with tab key). I'm working on it.

Offline

#250 2014-05-15 09:08:53

bobart
Member
Registered: 2014-05-02
Posts: 37

Re: bomi - A powerful and easy-to-use multimedia player!

@xylosper
Hm.., Tab key shows me about hwacc:
1) VDPAU: "Hardware Acceleration: Unavailable" - you are right.
2) VA-API is works: "Hardware Acceleration: Activated" (and CPU usage is 4-5%.)

Roll back to previous version (0.8.13.r54.ge09b511-1) don't resolved this problem - maybe the question is not in the cmplayer, i don't know...

UPD.
I found a bug: cmplayer (latest and previous versions) is freezing on "play/next" action, but "play/stop" action resumes playback again.

Thank you!

Last edited by bobart (2014-05-15 18:39:30)

Offline

Board footer

Powered by FluxBB