bylee20 / bomi

bomi - a powerful and easy-to-use multimedia player
http://bomi-player.github.io
Other
425 stars 89 forks source link

black screen while playback #308

Closed reddevil-vengara closed 9 years ago

reddevil-vengara commented 9 years ago

getting this error while playing video

(E)[VAAPI] Error: unknown libva error(0xffffffffffffffff) Cannot initialize VA-API. Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory (E)[VDPAU] Error: Unknown error code(0x1) Cannot intialize VDPAU device

i am on manjaro linux with intel graphics

mpv works fine

bylee20 commented 9 years ago

It seems your hwacc env. is broken. Please turn off hwacc and try again. If it works, please post the result of vainfo and vdpauinfo.

bylee20 commented 9 years ago

Also, please post the result of pacman -Q | grep libva and pacman -Q | grep libvdpau, too.

reddevil-vengara commented 9 years ago

how do i turn off hwacc?

i think i never turned it on. i deleted ~/.config/xylosper directory and started again, same result.

the result of pacman query libva 1.5.0-1 libvdpau 1.1-1

bylee20 commented 9 years ago

In that case, message which you wrote is unrelated warnings. Please post full log of bomi --log-level=debug.

reddevil-vengara commented 9 years ago
libva info: VA-API version 0.37.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
(E)[VAAPI] Error: unknown libva error(0xffffffffffffffff) Cannot initialize VA-API.
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory
(E)[VDPAU] Error: Unknown error code(0x1) Cannot intialize VDPAU device
(I)[X11] No available hardware acceleration API.
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
QCommandLineParser: option not defined: "__dummy__"
(I)[OpenGL] Check OpenGL stuffs.
(I)[OpenGL] Version: 2.1
QOpenGLFramebufferObject: Unsupported framebuffer format.
QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.
(I)[OpenGL] Available FBO texture format: OGL::RGBA16_UNorm
(I)[OpenGL] Available FBO texture format: OGL::RGBA8_UNorm
(I)[OpenGL] Available extensions: GL_ARB_texture_rg, GL_ARB_texture_float, GL_KHR_debug, GL_ARB_framebuffer_object
(D)[Engine] Create audio/video plugins
(D)[Engine] Make registrations and connections
(D)[mpv/preview] Start playloop thread
(D)[mpv/preview/input] Falling back on default (hardcoded) input config
(D)[mpv/preview/global] config file: 'scripts'
(D)[mpv/preview/global] config file: 'lua'
(D)[mpv/preview/cplayer] mpv UNKNOWN (C) 2000-2015 mpv/MPlayer/mplayer2 projects
(D)[mpv/preview/cplayer]  built on 2015-04-14T05:03:17
(D)[mpv/preview/cplayer] ffmpeg library versions:
(D)[mpv/preview/cplayer]    libavutil       54.20.100
(D)[mpv/preview/cplayer]    libavcodec      56.26.100
(D)[mpv/preview/cplayer]    libavformat     56.25.101
(D)[mpv/preview/cplayer]    libswscale      3.1.101
(D)[Engine] Initialized
(D)[mpv/preview/cplayer]    libswresample   1.1.100
(D)[mpv/preview/cplayer] 
(D)[mpv/preview/cplayer] Configuration: ./waf configure --prefix=../../build --disable-manpage-build --enable-libmpv-static --disable-pdf-build --disable-vf-dlopen-filters --disable-test --disable-cplayer --disable-rubberband --enable-iconv --disable-termios --disable-shm --disable-libguess --disable-encoding --disable-joystick --disable-lirc --enable-libbluray --enable-dvdread --enable-dvdnav --disable-enca --disable-mpg123 --disable-ladspa --disable-libbs2b --disable-lcms2 --enable-libswresample --disable-libavfilter --disable-libavdevice --disable-libavresample --disable-vapoursynth --disable-vapoursynth-lazy --disable-sdl2 --disable-sdl1 --disable-rsound --disable-sndio --disable-openal --disable-cocoa --disable-wayland --disable-xss --disable-xext --disable-xv --disable-xinerama --disable-xrandr --disable-gl-cocoa --disable-gl-wayland --enable-gl --disable-vaapi-vpp --disable-caca --disable-dvb --disable-dvbin --disable-jpeg --disable-direct3d --disable-vda-gl --disable-tv --disable-tv-v4l2 --disable-libv4l2 --disable-pvr --disable-audio-input --disable-lua --enable-alsa --enable-oss-audio --enable-gl-x11 --enable-x11 --enable-jack --enable-pulse --enable-cdda --enable-libsmbclient --enable-vdpau --enable-vdpau-gl-x11 --enable-vaapi --enable-vaapi-glx
(D)[mpv/preview/cplayer] config.h:
(D)[mpv/preview/cplayer] 
(D)[mpv/preview/cplayer] #define DEFAULT_DVD_DEVICE "/dev/sr0"
(D)[mpv/preview/cplayer] #define DEFAULT_CDROM_DEVICE "/dev/sr0"
(D)[mpv/preview/cplayer] #define HAVE_CPLAYER 0
(D)[mpv/preview/cplayer] #define HAVE_LIBMPV_SHARED 0
(D)[mpv/preview/cplayer] #define HAVE_LIBMPV_STATIC 1
(D)[mpv/preview/cplayer] #define HAVE_STATIC_BUILD 0
(D)[mpv/preview/cplayer] #define HAVE_BUILD_DATE 1
(D)[mpv/preview/cplayer] #define HAVE_OPTIMIZE 1
(D)[mpv/preview/cplayer] #define HAVE_DEBUG_BUILD 1
(D)[mpv/preview/cplayer] #define HAVE_MANPAGE_BUILD 0
(D)[mpv/preview/cplayer] #define HAVE_PDF_BUILD 0
(D)[mpv/preview/cplayer] #define HAVE_LIBDL 1
(D)[mpv/preview/cplayer] #define HAVE_DLOPEN 1
(D)[mpv/preview/cplayer] #define HAVE_VF_DLOPEN_FILTERS 0
(D)[mpv/preview/cplayer] #define HAVE_ZSH_COMP 0
(D)[mpv/preview/cplayer] #define HAVE_ASM 1
(D)[mpv/preview/cplayer] #define HAVE_TEST 0
(D)[mpv/preview/cplayer] #define HAVE_CLANG_DATABASE 0
(D)[mpv/preview/cplayer] #define HAVE_NOEXECSTACK 0
(D)[mpv/preview/cplayer] #define HAVE_LIBM 1
(D)[mpv/preview/cplayer] #define HAVE_MINGW 0
(D)[mpv/preview/cplayer] #define HAVE_POSIX 1
(D)[mpv/preview/cplayer] #define HAVE_POSIX_OR_MINGW 1
(D)[mpv/preview/cplayer] #define HAVE_WIN32_INTERNAL_PTHREADS 0
(D)[mpv/preview/cplayer] #define HAVE_PTHREADS 1
(D)[mpv/preview/cplayer] #define HAVE_STDATOMIC 1
(D)[mpv/preview/cplayer] #define HAVE_ATOMIC_BUILTINS 0
(D)[mpv/preview/cplayer] #define HAVE_SYNC_BUILTINS 0
(D)[mpv/preview/cplayer] #define HAVE_ATOMICS 1
(D)[mpv/preview/cplayer] #define HAVE_LIBRT 1
(D)[mpv/preview/cplayer] #define HAVE_ICONV 1
(D)[mpv/preview/cplayer] #define HAVE_DOS_PATHS 0
(D)[mpv/preview/cplayer] #define HAVE_WAIO 0
(D)[mpv/preview/cplayer] #define HAVE_TERMIOS 0
(D)[mpv/preview/cplayer] #define HAVE_SHM 0
(D)[mpv/preview/cplayer] #define HAVE_NANOSLEEP 1
(D)[mpv/preview/cplayer] #define HAVE_POSIX_SPAWN 1
(D)[mpv/preview/cplayer] #define HAVE_GLOB 1
(D)[mpv/preview/cplayer] #define HAVE_GLOB_WIN32_REPLACEMENT 0
(D)[mpv/preview/cplayer] #define HAVE_FCHMOD 1
(D)[mpv/preview/cplayer] #define HAVE_GLIBC_THREAD_NAME 1
(D)[mpv/preview/cplayer] #define HAVE_OSX_THREAD_NAME 0
(D)[mpv/preview/cplayer] #define HAVE_BSD_THREAD_NAME 0
(D)[mpv/preview/cplayer] #define HAVE_NETBSD_THREAD_NAME 0
(D)[mpv/preview/cplayer] #define HAVE_BSD_FSTATFS 0
(D)[mpv/preview/cplayer] #define HAVE_LINUX_FSTATFS 1
(D)[mpv/preview/cplayer] #define HAVE_LIBGUESS 0
(D)[mpv/preview/cplayer] #define HAVE_LIBSMBCLIENT 1
(D)[mpv/preview/cplayer] #define HAVE_LUA 0
(D)[mpv/preview/cplayer] #define HAVE_LIBASS 1
(D)[mpv/preview/cplayer] #define HAVE_LIBASS_OSD 1
(D)[mpv/preview/cplayer] #define HAVE_DUMMY_OSD 0
(D)[mpv/preview/cplayer] #define HAVE_ZLIB 1
(D)[mpv/preview/cplayer] #define HAVE_ENCODING 0
(D)[mpv/preview/cplayer] #define HAVE_JOYSTICK 0
(D)[mpv/preview/cplayer] #define HAVE_LIRC 0
(D)[mpv/preview/cplayer] #define HAVE_LIBBLURAY 1
(D)[mpv/preview/cplayer] #define HAVE_DVDREAD 1
(D)[mpv/preview/cplayer] #define HAVE_DVDNAV 1
(D)[mpv/preview/cplayer] #define HAVE_CDDA 1
(D)[mpv/preview/cplayer] #define HAVE_ENCA 0
(D)[mpv/preview/cplayer] #define HAVE_MPG123 0
(D)[mpv/preview/cplayer] #define HAVE_LADSPA 0
(D)[mpv/preview/cplayer] #define HAVE_RUBBERBAND 0
(D)[mpv/preview/cplayer] #define HAVE_LIBBS2B 0
(D)[mpv/preview/cplayer] #define HAVE_LCMS2 0
(D)[mpv/preview/cplayer] #define HAVE_VAPOURSYNTH_CORE 0
(D)[mpv/preview/cplayer] #define HAVE_VAPOURSYNTH 0
(D)[mpv/preview/cplayer] #define HAVE_VAPOURSYNTH_LAZY 0
(D)[mpv/preview/cplayer] #define HAVE_SDL2 0
(D)[mpv/preview/cplayer] #define HAVE_SDL1 0
(D)[mpv/preview/cplayer] #define HAVE_OSS_AUDIO_4FRONT 0
(D)[mpv/preview/cplayer] #define HAVE_OSS_AUDIO_NATIVE 1
(D)[mpv/preview/cplayer] #define HAVE_OSS_AUDIO_SUNAUDIO 0
(D)[mpv/preview/cplayer] #define HAVE_OSS_AUDIO 1
(D)[mpv/preview/cplayer] #define HAVE_RSOUND 0
(D)[mpv/preview/cplayer] #define HAVE_SNDIO 0
(D)[mpv/preview/cplayer] #define HAVE_PULSE 1
(D)[mpv/preview/cplayer] #define HAVE_JACK 1
(D)[mpv/preview/cplayer] #define HAVE_OPENAL 0
(D)[mpv/preview/cplayer] #define HAVE_ALSA 1
(D)[mpv/preview/cplayer] #define HAVE_COREAUDIO 0
(D)[mpv/preview/cplayer] #define HAVE_DSOUND 0
(D)[mpv/preview/cplayer] #define HAVE_WASAPI 0
(D)[mpv/preview/cplayer] #define HAVE_COCOA 0
(D)[mpv/preview/cplayer] #define HAVE_GDI 0
(D)[mpv/preview/cplayer] #define HAVE_WINMM 0
(D)[mpv/preview/cplayer] #define HAVE_OLE 0
(D)[mpv/preview/cplayer] #define HAVE_UUID 1
(D)[mpv/preview/cplayer] #define HAVE_WAYLAND 0
(D)[mpv/preview/cplayer] #define HAVE_X11 1
(D)[mpv/preview/cplayer] #define HAVE_XSS 0
(D)[mpv/preview/cplayer] #define HAVE_XEXT 0
(D)[mpv/preview/cplayer] #define HAVE_XV 0
(D)[mpv/preview/cplayer] #define HAVE_XINERAMA 0
(D)[mpv/preview/cplayer] #define HAVE_XRANDR 0
(D)[mpv/preview/cplayer] #define HAVE_GL_COCOA 0
(D)[mpv/preview/cplayer] #define HAVE_GL_X11 1
(D)[mpv/preview/cplayer] #define HAVE_EGL_X11 0
(D)[mpv/preview/cplayer] #define HAVE_GL_WAYLAND 0
(D)[mpv/preview/cplayer] #define HAVE_GL_WIN32 0
(D)[mpv/preview/cplayer] #define HAVE_GL 1
(D)[mpv/preview/cplayer] #define HAVE_VDPAU 1
(D)[mpv/preview/cplayer] #define HAVE_VDPAU_GL_X11 1
(D)[mpv/preview/cplayer] #define HAVE_VAAPI 1
(D)[mpv/preview/cplayer] #define HAVE_VAAPI_VPP 0
(D)[mpv/preview/cplayer] #define HAVE_VAAPI_GLX 1
(D)[mpv/preview/cplayer] #define HAVE_CACA 0
(D)[mpv/preview/cplayer] #define HAVE_JPEG 0
(D)[mpv/preview/cplayer] #define HAVE_DIRECT3D 0
(D)[mpv/preview/cplayer] #define HAVE_LIBAV 1
(D)[mpv/preview/cplayer] #define HAVE_LIBSWRESAMPLE 1
(D)[mpv/preview/cplayer] #define HAVE_LIBAVRESAMPLE 0
(D)[mpv/preview/cplayer] #define HAVE_RESAMPLER 1
(D)[mpv/preview/cplayer] #define HAVE_LIBAVFILTER 0
(D)[mpv/preview/cplayer] #define HAVE_LIBAVDEVICE 0
(D)[mpv/preview/cplayer] #define HAVE_AVCODEC_CHROMA_POS_API 1
(D)[mpv/preview/cplayer] #define HAVE_AVFRAME_METADATA 1
(D)[mpv/preview/cplayer] #define HAVE_AVFRAME_SKIP_SAMPLES 1
(D)[mpv/preview/cplayer] #define HAVE_VAAPI_HWACCEL 1
(D)[mpv/preview/cplayer] #define HAVE_VIDEODECODEACCELERATION_VDADECODER_H 0
(D)[mpv/preview/cplayer] #define HAVE_VIDEO_DECODE_ACCELERATION_VDA_DECODER_H 0
(D)[mpv/preview/cplayer] #define HAVE_VDA_HWACCEL 0
(D)[mpv/preview/cplayer] #define HAVE_VDA_GL 0
(D)[mpv/preview/cplayer] #define HAVE_VDPAU_HWACCEL 1
(D)[mpv/preview/cplayer] #define HAVE_DXVA2_HWACCEL 0
(D)[mpv/preview/cplayer] #define HAVE_TV 0
(D)[mpv/preview/cplayer] #define HAVE_SYS_VIDEOIO_H 0
(D)[mpv/preview/cplayer] #define HAVE_VIDEODEV 1
(D)[mpv/preview/cplayer] #define HAVE_TV_V4L2 0
(D)[mpv/preview/cplayer] #define HAVE_LIBV4L2 0
(D)[mpv/preview/cplayer] #define HAVE_PVR 0
(D)[mpv/preview/cplayer] #define HAVE_AUDIO_INPUT 0
(D)[mpv/preview/cplayer] #define HAVE_DVBIN 0
(D)[mpv/preview/cplayer] #define HAVE_WIN32_EXECUTABLE 0
(D)[mpv/preview/cplayer] #define HAVE_COCOA_APPLICATION 0
(D)[mpv/preview/cplayer] #define HAVE_APPLE_REMOTE 0
(D)[mpv/preview/cplayer] #define HAVE_SYS_SOUNDCARD_H (HAVE_OSS_AUDIO_NATIVE || HAVE_OSS_AUDIO_4FRONT)
(D)[mpv/preview/cplayer] #define HAVE_SOUNDCARD_H HAVE_OSS_AUDIO_SUNAUDIO
(D)[mpv/preview/cplayer] #define CONFIGURATION "./waf configure --prefix=../../build --disable-manpage-build --enable-libmpv-static --disable-pdf-build --disable-vf-dlopen-filters --disable-test --disable-cplayer --disable-rubberband --enable-iconv --disable-termios --disable-shm --disable-libguess --disable-encoding --disable-joystick --disable-lirc --enable-libbluray --enable-dvdread --enable-dvdnav --disable-enca --disable-mpg123 --disable-ladspa --disable-libbs2b --disable-lcms2 --enable-libswresample --disable-libavfilter --disable-libavdevice --disable-libavresample --disable-vapoursynth --disable-vapoursynth-lazy --disable-sdl2 --disable-sdl1 --disable-rsound --disable-sndio --disable-openal --disable-cocoa --disable-wayland --disable-xss --disable-xext --disable-xv --disable-xinerama --disable-xrandr --disable-gl-cocoa --disable-gl-wayland --enable-gl --disable-vaapi-vpp --disable-caca --disable-dvb --disable-dvbin --disable-jpeg --disable-direct3d --disable-vda-gl --disable-tv --disable-tv-v4l2 --disable-libv4l2 --disable-pvr --disable-audio-input --disable-lua --enable-alsa --enable-oss-audio --enable-gl-x11 --enable-x11 --enable-jack --enable-pulse --enable-cdda --enable-libsmbclient --enable-vdpau --enable-vdpau-gl-x11 --enable-vaapi --enable-vaapi-glx"
(D)[mpv/preview/cplayer] #define MPV_CONFDIR "/tmp/yaourt-tmp-reddevil/aur-bomi-git/src/bomi/build/etc/mpv"
(D)[mpv/preview/cplayer] 
(D)[mpv] Start playloop thread
(D)[mpv/input] Falling back on default (hardcoded) input config
(D)[mpv/global] config file: 'scripts'
(D)[mpv/global] config file: 'lua'
(D)[mpv/cplayer] mpv UNKNOWN (C) 2000-2015 mpv/MPlayer/mplayer2 projects
(D)[mpv/cplayer]  built on 2015-04-14T05:03:17
(D)[mpv/cplayer] ffmpeg library versions:
(D)[mpv/cplayer]    libavutil       54.20.100
(D)[mpv/cplayer]    libavcodec      56.26.100
(D)[mpv/cplayer]    libavformat     56.25.101
(D)[mpv/cplayer]    libswscale      3.1.101
(D)[mpv/cplayer]    libswresample   1.1.100
(D)[mpv/cplayer] 
(D)[mpv/cplayer] Configuration: ./waf configure --prefix=../../build --disable-manpage-build --enable-libmpv-static --disable-pdf-build --disable-vf-dlopen-filters --disable-test --disable-cplayer --disable-rubberband --enable-iconv --disable-termios --disable-shm --disable-libguess --disable-encoding --disable-joystick --disable-lirc --enable-libbluray --enable-dvdread --enable-dvdnav --disable-enca --disable-mpg123 --disable-ladspa --disable-libbs2b --disable-lcms2 --enable-libswresample --disable-libavfilter --disable-libavdevice --disable-libavresample --disable-vapoursynth --disable-vapoursynth-lazy --disable-sdl2 --disable-sdl1 --disable-rsound --disable-sndio --disable-openal --disable-cocoa --disable-wayland --disable-xss --disable-xext --disable-xv --disable-xinerama --disable-xrandr --disable-gl-cocoa --disable-gl-wayland --enable-gl --disable-vaapi-vpp --disable-caca --disable-dvb --disable-dvbin --disable-jpeg --disable-direct3d --disable-vda-gl --disable-tv --disable-tv-v4l2 --disable-libv4l2 --disable-pvr --disable-audio-input --disable-lua --enable-alsa --enable-oss-audio --enable-gl-x11 --enable-x11 --enable-jack --enable-pulse --enable-cdda --enable-libsmbclient --enable-vdpau --enable-vdpau-gl-x11 --enable-vaapi --enable-vaapi-glx
(D)[mpv/cplayer] config.h:
(D)[mpv/cplayer] 
(D)[mpv/cplayer] #define DEFAULT_DVD_DEVICE "/dev/sr0"
(D)[mpv/cplayer] #define DEFAULT_CDROM_DEVICE "/dev/sr0"
(D)[mpv/cplayer] #define HAVE_CPLAYER 0
(D)[mpv/cplayer] #define HAVE_LIBMPV_SHARED 0
(D)[mpv/cplayer] #define HAVE_LIBMPV_STATIC 1
(D)[mpv/cplayer] #define HAVE_STATIC_BUILD 0
(D)[mpv/cplayer] #define HAVE_BUILD_DATE 1
(D)[mpv/cplayer] #define HAVE_OPTIMIZE 1
(D)[mpv/cplayer] #define HAVE_DEBUG_BUILD 1
(D)[mpv/cplayer] #define HAVE_MANPAGE_BUILD 0
(D)[mpv/cplayer] #define HAVE_PDF_BUILD 0
(D)[mpv/cplayer] #define HAVE_LIBDL 1
(D)[mpv/cplayer] #define HAVE_DLOPEN 1
(D)[mpv/cplayer] #define HAVE_VF_DLOPEN_FILTERS 0
(D)[mpv/cplayer] #define HAVE_ZSH_COMP 0
(D)[mpv/cplayer] #define HAVE_ASM 1
(D)[mpv/cplayer] #define HAVE_TEST 0
(D)[mpv/cplayer] #define HAVE_CLANG_DATABASE 0
(D)[mpv/cplayer] #define HAVE_NOEXECSTACK 0
(D)[mpv/cplayer] #define HAVE_LIBM 1
(D)[mpv/cplayer] #define HAVE_MINGW 0
(D)[mpv/cplayer] #define HAVE_POSIX 1
(D)[mpv/cplayer] #define HAVE_POSIX_OR_MINGW 1
(D)[mpv/cplayer] #define HAVE_WIN32_INTERNAL_PTHREADS 0
(D)[mpv/cplayer] #define HAVE_PTHREADS 1
(D)[mpv/cplayer] #define HAVE_STDATOMIC 1
(D)[mpv/cplayer] #define HAVE_ATOMIC_BUILTINS 0
(D)[mpv/cplayer] #define HAVE_SYNC_BUILTINS 0
(D)[mpv/cplayer] #define HAVE_ATOMICS 1
(D)[mpv/cplayer] #define HAVE_LIBRT 1
(D)[mpv/cplayer] #define HAVE_ICONV 1
(D)[mpv/cplayer] #define HAVE_DOS_PATHS 0
(D)[mpv/cplayer] #define HAVE_WAIO 0
(D)[mpv/cplayer] #define HAVE_TERMIOS 0
(D)[mpv/cplayer] #define HAVE_SHM 0
(D)[mpv/cplayer] #define HAVE_NANOSLEEP 1
(D)[mpv/cplayer] #define HAVE_POSIX_SPAWN 1
(D)[mpv/cplayer] #define HAVE_GLOB 1
(D)[mpv/cplayer] #define HAVE_GLOB_WIN32_REPLACEMENT 0
(D)[mpv/cplayer] #define HAVE_FCHMOD 1
(D)[mpv/cplayer] #define HAVE_GLIBC_THREAD_NAME 1
(D)[mpv/cplayer] #define HAVE_OSX_THREAD_NAME 0
(D)[mpv/cplayer] #define HAVE_BSD_THREAD_NAME 0
(D)[mpv/cplayer] #define HAVE_NETBSD_THREAD_NAME 0
(D)[mpv/cplayer] #define HAVE_BSD_FSTATFS 0
(D)[mpv/cplayer] #define HAVE_LINUX_FSTATFS 1
(D)[mpv/cplayer] #define HAVE_LIBGUESS 0
(D)[mpv/cplayer] #define HAVE_LIBSMBCLIENT 1
(D)[mpv/cplayer] #define HAVE_LUA 0
(D)[mpv/cplayer] #define HAVE_LIBASS 1
(D)[mpv/cplayer] #define HAVE_LIBASS_OSD 1
(D)[mpv/cplayer] #define HAVE_DUMMY_OSD 0
(D)[mpv/cplayer] #define HAVE_ZLIB 1
(D)[mpv/cplayer] #define HAVE_ENCODING 0
(D)[mpv/cplayer] #define HAVE_JOYSTICK 0
(D)[mpv/cplayer] #define HAVE_LIRC 0
(D)[mpv/cplayer] #define HAVE_LIBBLURAY 1
(D)[mpv/cplayer] #define HAVE_DVDREAD 1
(D)[mpv/cplayer] #define HAVE_DVDNAV 1
(D)[mpv/cplayer] #define HAVE_CDDA 1
(D)[mpv/cplayer] #define HAVE_ENCA 0
(D)[mpv/cplayer] #define HAVE_MPG123 0
(D)[mpv/cplayer] #define HAVE_LADSPA 0
(D)[mpv/cplayer] #define HAVE_RUBBERBAND 0
(D)[mpv/cplayer] #define HAVE_LIBBS2B 0
(D)[mpv/cplayer] #define HAVE_LCMS2 0
(D)[mpv/cplayer] #define HAVE_VAPOURSYNTH_CORE 0
(D)[mpv/cplayer] #define HAVE_VAPOURSYNTH 0
(D)[mpv/cplayer] #define HAVE_VAPOURSYNTH_LAZY 0
(D)[mpv/cplayer] #define HAVE_SDL2 0
(D)[mpv/cplayer] #define HAVE_SDL1 0
(D)[mpv/cplayer] #define HAVE_OSS_AUDIO_4FRONT 0
(D)[mpv/cplayer] #define HAVE_OSS_AUDIO_NATIVE 1
(D)[mpv/cplayer] #define HAVE_OSS_AUDIO_SUNAUDIO 0
(D)[mpv/cplayer] #define HAVE_OSS_AUDIO 1
(D)[mpv/cplayer] #define HAVE_RSOUND 0
(D)[mpv/cplayer] #define HAVE_SNDIO 0
(D)[mpv/cplayer] #define HAVE_PULSE 1
(D)[mpv/cplayer] #define HAVE_JACK 1
(D)[Main] Show MainWindow.
(D)[mpv/cplayer] #define HAVE_OPENAL 0
(D)[mpv] Error property unavailable: Couldn't set property sub-pos.
(D)[mpv] Error property unavailable: Couldn't set property sub-pos.
(D)[mpv] Error property unavailable: Couldn't set property sub-pos.
(D)[mpv/cplayer] #define HAVE_ALSA 1
(D)[mpv/cplayer] #define HAVE_COREAUDIO 0
(D)[mpv/cplayer] #define HAVE_DSOUND 0
(D)[mpv/cplayer] #define HAVE_WASAPI 0
(D)[mpv/cplayer] #define HAVE_COCOA 0
(D)[mpv/cplayer] #define HAVE_GDI 0
(D)[mpv/cplayer] #define HAVE_WINMM 0
(D)[mpv/cplayer] #define HAVE_OLE 0
(D)[mpv/cplayer] #define HAVE_UUID 1
(D)[mpv/cplayer] #define HAVE_WAYLAND 0
(D)[mpv/cplayer] #define HAVE_X11 1
(D)[mpv/cplayer] #define HAVE_XSS 0
(D)[mpv/cplayer] #define HAVE_XEXT 0
(D)[mpv/cplayer] #define HAVE_XV 0
(D)[mpv/cplayer] #define HAVE_XINERAMA 0
(D)[mpv/cplayer] #define HAVE_XRANDR 0
(D)[mpv/cplayer] #define HAVE_GL_COCOA 0
(D)[mpv/cplayer] #define HAVE_GL_X11 1
(D)[mpv/cplayer] #define HAVE_EGL_X11 0
(D)[mpv/cplayer] #define HAVE_GL_WAYLAND 0
(D)[mpv/cplayer] #define HAVE_GL_WIN32 0
(D)[mpv/cplayer] #define HAVE_GL 1
(D)[mpv/cplayer] #define HAVE_VDPAU 1
(D)[mpv/cplayer] #define HAVE_VDPAU_GL_X11 1
(D)[mpv/cplayer] #define HAVE_VAAPI 1
(D)[mpv/cplayer] #define HAVE_VAAPI_VPP 0
(D)[mpv/cplayer] #define HAVE_VAAPI_GLX 1
(D)[mpv/cplayer] #define HAVE_CACA 0
(D)[mpv/cplayer] #define HAVE_JPEG 0
(D)[mpv/cplayer] #define HAVE_DIRECT3D 0
(D)[mpv/cplayer] #define HAVE_LIBAV 1
(D)[mpv/cplayer] #define HAVE_LIBSWRESAMPLE 1
(D)[mpv/cplayer] #define HAVE_LIBAVRESAMPLE 0
(D)[mpv/cplayer] #define HAVE_RESAMPLER 1
(D)[mpv/cplayer] #define HAVE_LIBAVFILTER 0
(D)[mpv/cplayer] #define HAVE_LIBAVDEVICE 0
(D)[mpv/cplayer] #define HAVE_AVCODEC_CHROMA_POS_API 1
(D)[Main] Start main event loop.
(D)[mpv/cplayer] #define HAVE_AVFRAME_METADATA 1
(D)[mpv] Error property unavailable: Couldn't set property sub-pos.
(D)[mpv/cplayer] #define HAVE_AVFRAME_SKIP_SAMPLES 1
(D)[mpv/cplayer] #define HAVE_VAAPI_HWACCEL 1
(D)[mpv/cplayer] #define HAVE_VIDEODECODEACCELERATION_VDADECODER_H 0
(D)[mpv/cplayer] #define HAVE_VIDEO_DECODE_ACCELERATION_VDA_DECODER_H 0
(D)[mpv/cplayer] #define HAVE_VDA_HWACCEL 0
(D)[mpv/cplayer] #define HAVE_VDA_GL 0
(D)[mpv/cplayer] #define HAVE_VDPAU_HWACCEL 1
(D)[mpv/cplayer] #define HAVE_DXVA2_HWACCEL 0
(D)[mpv/cplayer] #define HAVE_TV 0
(D)[mpv/cplayer] #define HAVE_SYS_VIDEOIO_H 0
(D)[mpv/cplayer] #define HAVE_VIDEODEV 1
(D)[mpv/cplayer] #define HAVE_TV_V4L2 0
(D)[mpv/cplayer] #define HAVE_LIBV4L2 0
(D)[mpv/cplayer] #define HAVE_PVR 0
(D)[mpv/cplayer] #define HAVE_AUDIO_INPUT 0
(D)[mpv/cplayer] #define HAVE_DVBIN 0
(D)[mpv/cplayer] #define HAVE_WIN32_EXECUTABLE 0
(D)[mpv/cplayer] #define HAVE_COCOA_APPLICATION 0
(D)[mpv/cplayer] #define HAVE_APPLE_REMOTE 0
(D)[mpv/cplayer] #define HAVE_SYS_SOUNDCARD_H (HAVE_OSS_AUDIO_NATIVE || HAVE_OSS_AUDIO_4FRONT)
(D)[mpv/cplayer] #define HAVE_SOUNDCARD_H HAVE_OSS_AUDIO_SUNAUDIO
(D)[mpv/cplayer] #define CONFIGURATION "./waf configure --prefix=../../build --disable-manpage-build --enable-libmpv-static --disable-pdf-build --disable-vf-dlopen-filters --disable-test --disable-cplayer --disable-rubberband --enable-iconv --disable-termios --disable-shm --disable-libguess --disable-encoding --disable-joystick --disable-lirc --enable-libbluray --enable-dvdread --enable-dvdnav --disable-enca --disable-mpg123 --disable-ladspa --disable-libbs2b --disable-lcms2 --enable-libswresample --disable-libavfilter --disable-libavdevice --disable-libavresample --disable-vapoursynth --disable-vapoursynth-lazy --disable-sdl2 --disable-sdl1 --disable-rsound --disable-sndio --disable-openal --disable-cocoa --disable-wayland --disable-xss --disable-xext --disable-xv --disable-xinerama --disable-xrandr --disable-gl-cocoa --disable-gl-wayland --enable-gl --disable-vaapi-vpp --disable-caca --disable-dvb --disable-dvbin --disable-jpeg --disable-direct3d --disable-vda-gl --disable-tv --disable-tv-v4l2 --disable-libv4l2 --disable-pvr --disable-audio-input --disable-lua --enable-alsa --enable-oss-audio --enable-gl-x11 --enable-x11 --enable-jack --enable-pulse --enable-cdda --enable-libsmbclient --enable-vdpau --enable-vdpau-gl-x11 --enable-vaapi --enable-vaapi-glx"
(D)[mpv/cplayer] #define MPV_CONFDIR "/tmp/yaourt-tmp-reddevil/aur-bomi-git/src/bomi/build/etc/mpv"
(D)[mpv/cplayer] 
(D)[mpv/cplayer] Run command: hook_add, flags=0, args=[on_load, 0, 0]
(D)[mpv/cplayer] Run command: hook_add, flags=0, args=[on_unload, 1, 0]
(D)[mpv/cplayer] Run command: stop, flags=0, args=[]
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(D)[mpv/cplayer] Set property string: ass-style-override='yes'
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(D)[Skin] Add directory to search skin in: /usr/share/bomi/skins
(D)[Skin] Add directory to search skin in: /home/reddevil/.bomi/skins
(D)[Skin] Add directory to search skin in: /usr/bin/skins
(D)[Skin] Add directory to search skin in: /usr/share/bomi/imports
(D)[Skin] Add directory to search skin in: /home/reddevil/.bomi/imports
(D)[Skin] Add directory to search skin in: /usr/bin/imports
(D)[mpv/cplayer] Set property string: options/hwdec-codecs=''
(D)[mpv/cplayer] Set property string: options/audio-device='auto'
(D)[mpv/cplayer] Set property string: options/sub-text-color='#ffffffff'
(D)[mpv/cplayer] Set property string: options/sub-text-font='Source Sans Pro'
(D)[mpv/cplayer] Set property: options/sub-text-font-size=36.000000
(D)[mpv/cplayer] Set property: options/sub-text-border-size=1.800000
(D)[mpv/cplayer] Set property string: options/sub-text-border-color='#ff000000'
(D)[mpv/cplayer] Set property string: options/sub-text-back-color='#00000000'
(D)[mpv/cplayer] Set property string: options/sub-text-shadow-color='#7f000000'
(D)[mpv/cplayer] Set property: options/sub-text-shadow-offset=5.091169
(D)[mpv/opengl-cb] GL_VERSION='2.1 Mesa 10.5.2'
(D)[mpv/opengl-cb] Detected desktop OpenGL 2.1.
(D)[mpv/opengl-cb] GL_VENDOR='Intel Open Source Technology Center'
(D)[mpv/opengl-cb] GL_RENDERER='Mesa DRI Intel(R) 965GM x86/MMX/SSE2'
(D)[Main] Scene graph initialized.
(D)[mpv/preview/opengl-cb] GL_VERSION='2.1 Mesa 10.5.2'
(D)[mpv/preview/opengl-cb] Detected desktop OpenGL 2.1.
(D)[mpv/preview/opengl-cb] GL_VENDOR='Intel Open Source Technology Center'
(D)[mpv/preview/opengl-cb] GL_RENDERER='Mesa DRI Intel(R) 965GM x86/MMX/SSE2'
(D)[mpv/preview/opengl-cb] GL_SHADING_LANGUAGE_VERSION='1.20'
(D)[mpv/preview/opengl-cb] OpenGL legacy compat. found.
(D)[mpv/preview/opengl-cb] Detected OpenGL features:
(D)[mpv/preview/opengl-cb]   - Framebuffers
(D)[mpv/preview/opengl-cb]   - VAOs
(D)[mpv/preview/opengl-cb]   - Float textures
(D)[mpv/preview/opengl-cb]   - RG textures
(D)[mpv/preview/opengl-cb]   - 1st class shader arrays
(D)[mpv/preview/opengl-cb]   - 1D textures
(D)[mpv/preview/opengl-cb]   - 3D textures
(D)[mpv/preview/opengl-cb]   - debugging extensions
(D)[mpv/preview/opengl-cb] 16 bit texture depth: 16.
(D)[mpv/opengl-cb] GL_SHADING_LANGUAGE_VERSION='1.20'
(D)[mpv/opengl-cb] OpenGL legacy compat. found.
(D)[mpv/opengl-cb] Detected OpenGL features:
(D)[mpv/opengl-cb]   - Framebuffers
(D)[mpv/opengl-cb]   - VAOs
(D)[mpv/opengl-cb]   - Float textures
(D)[mpv/opengl-cb]   - RG textures
(D)[mpv/opengl-cb]   - 1st class shader arrays
(D)[mpv/opengl-cb]   - 1D textures
(D)[mpv/opengl-cb]   - 3D textures
(D)[mpv/opengl-cb]   - debugging extensions
(D)[mpv/opengl-cb] 16 bit texture depth: 16.
(I)[Charset] Trying encoding autodetection: /home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL_en.srt
(I)[Charset] Encoding detected: UTF-8 (confidence: 1)
(I)[Subtitle] Trying (parser: SAMI, encoding: UTF-8, file: /home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL_en.srt): false
(I)[Subtitle] Trying (parser: SubRip, encoding: UTF-8, file: /home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL_en.srt): true
(I)[X11] Selected screensaver method: XScreenSaver
(D)[X11] Disable screensaver with XScreenSaver.
(I)[Subtitle] Load /home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL_en.srt with UTF-8: succeeded
(D)[mpv] Error property unavailable: Couldn't set property sub-pos.
(D)[mpv] Error property unavailable: Couldn't set property sub-pos.
(D)[mpv] Error property unavailable: Couldn't set property sub-pos.
(D)[mpv/cplayer] Run command: loadfile, flags=0, args=[/home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL.mp4, replace, pause=no,resume-playback=yes]
(D)[mpv/global] config path: 'watch_later/E36CE8AFBA2065693484DD833365A58B' -> '(NULL)'
(D)[mpv/global] config path: 'watch_later' -> '(NULL)'
(D)[mpv/cplayer] Setting option 'pause' = 'no' (flags = 16)
(D)[mpv/cplayer] Setting option 'resume-playback' = 'yes' (flags = 16)
(I)[mpv/cplayer] Playing: /home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL.mp4
(D)[mpv/cplayer] Running hook: main/on_load
(D)[mpv/cplayer] Set property: file-local-options/audio-file=[]
(D)[mpv/cplayer] Set property string: file-local-options/sid='auto'
(D)[mpv/cplayer] Set property: speed=1.000000
(D)[mpv/cplayer] Set property string: options/vo='opengl-cb:scale=bilinear:cscale=bilinear:dither-depth=auto:dither=fruit:frame-queue-size=3:frame-drop-mode=clear:fancy-downscaling=no:sigmoid-upscaling=no:smoothmotion=no:fbo-format=rgba16:custom-shader=%320%const mat4 c_matrix = mat4(vec4(1.000000e+00,0.000000e+00,0.000000e+00,0.000000e+00),vec4(0.000000e+00,1.000000e+00,0.000000e+00,0.000000e+00),vec4(0.000000e+00,0.000000e+00,1.000000e+00,0.000000e+00),vec4(0.000000e+00,0.000000e+00,0.000000e+00,1.000000e+00)); vec4 custom_shader(vec4 color) { return c_matrix * color; }'
(D)[mpv/cplayer] Set property string: options/vf='noformat:address=143100144:swdec_deint=Bob|1|CPU:hwdec_deint=None|0|None:interpolate=0'
(D)[mpv/cplayer] Set property string: options/deinterlace='yes'
(D)[mpv/cplayer] Set property string: options/colormatrix='auto'
(D)[mpv/cplayer] Set property string: options/colormatrix-input-range='auto'
(D)[mpv/cplayer] Set property string: options/af='dummy:address=143070144:use_scaler=1:use_normalizer=0:layout=3'
(D)[mpv/cplayer] Set property: options/volume=10.000000
(D)[mpv/cplayer] Set property string: options/mute='no'
(D)[mpv/cplayer] Set property: options/audio-delay=0.000000
(D)[mpv/cplayer] Set property string: options/audio-channels='stereo'
(D)[mpv/cplayer] Set property: options/sub-visibility=true
(D)[mpv/cplayer] Set property: options/sub-delay=0.000000
(D)[mpv/cplayer] Set property string: file-local-options/cache='no'
(D)[mpv/cplayer] Set property string: stream-open-filename='/home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL.mp4'
(D)[mpv/cplayer] Run command: hook_ack, flags=0, args=[on_load]
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/file] Opened: /home/reddevil/Downloads/Bones.S10E01.HDTV.x264-LOL.mp4
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(D)[mpv/cplayer] Set property string: ass-style-override='yes'
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(D)[mpv/demux] Trying demuxer: disc (force-level: normal)
(D)[mpv/demux] Trying demuxer: edl (force-level: normal)
(D)[mpv/demux] Trying demuxer: cue (force-level: normal)
(D)[mpv/demux] Trying demuxer: rawaudio (force-level: normal)
(D)[mpv/demux] Trying demuxer: rawvideo (force-level: normal)
(D)[mpv/demux] Trying demuxer: libass (force-level: normal)
(D)[mpv/demux] Trying demuxer: mkv (force-level: normal)
(D)[mpv/demux] Trying demuxer: lavf (force-level: normal)
(D)[mpv/lavf] Found 'mov,mp4,m4a,3gp,3g2,mj2' at score=100 size=2048.
(D)[mpv/lavf] avformat_find_stream_info() finished after 1392089 bytes.
(E)[Locale] Cannot find locale for und
(D)[mpv/demux] Detected file format: mov,mp4,m4a,3gp,3g2,mj2 (libavformat)
(I)[mpv/cplayer]  (+) Video --vid=1 (*) (h264)
(I)[mpv/cplayer]  (+) Audio --aid=1 --alang=und (*) (aac)
(D)[mpv/cplayer] [V] fourcc:0x31637661  size:720x404  fps:23.976
(D)[mpv/vo/opengl-cb] Setting option 'scale' = 'bilinear' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'cscale' = 'bilinear' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'dither-depth' = 'auto' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'dither' = 'fruit' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'frame-queue-size' = '3' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'frame-drop-mode' = 'clear' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'fancy-downscaling' = 'no' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'sigmoid-upscaling' = 'no' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'smoothmotion' = 'no' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'fbo-format' = 'rgba16' (flags = 0)
(D)[mpv/vo/opengl-cb] Setting option 'custom-shader' = 'const mat4 c_matrix = mat4(vec4(1.000000e+00,0.000000e+00,0.000000e+00,0.000000e+00),vec4(0.000000e+00,1.000000e+00,0.000000e+00,0.000000e+00),vec4(0.000000e+00,0.000000e+00,1.000000e+00,0.000000e+00),vec4(0.000000e+00,0.000000e+00,0.000000e+00,1.000000e+00)); vec4 custom_shader(vec4 color) { return c_matrix * color; }' (flags = 0)
(D)[mpv/vo/opengl-cb] Assuming 1000.000000 FPS for framedrop.
(I)[mpv/vf] Opening video filter: [noformat address=143100144 swdec_deint=Bob|1|CPU hwdec_deint=None|0|None interpolate=0]
(D)[mpv/noformat] Setting option 'address' = '143100144' (flags = 0)
(D)[mpv/noformat] Setting option 'swdec_deint' = 'Bob|1|CPU' (flags = 0)
(D)[mpv/noformat] Setting option 'hwdec_deint' = 'None|0|None' (flags = 0)
(D)[mpv/noformat] Setting option 'interpolate' = '0' (flags = 0)
(D)[mpv/vd] Codec list:
(D)[mpv/vd]     lavc:h264 - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
(D)[mpv/vd]     lavc:h264_vdpau (h264) - H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
(D)[mpv/vd] Opening video decoder lavc:h264
(D)[mpv/vd] Not trying to use hardware decoding: codec h264 is blacklisted by user.
(D)[mpv/vd] Detected 2 logical cores.
(D)[mpv/vd] Requesting 2 threads for decoding.
(D)[mpv/vd] Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
(D)[mpv/ad] Codec list:
(D)[mpv/ad]     lavc:aac - AAC (Advanced Audio Coding)
(D)[mpv/ad] Opening audio decoder lavc:aac
(D)[mpv/ad] Requesting 1 threads for decoding.
(D)[mpv/ad] Selected audio codec: AAC (Advanced Audio Coding) [lavc:aac]
(D)[mpv/cplayer] Starting playback...
(D)[mpv/af] Adding filter dummy 
(D)[mpv/af] Setting option 'address' = '143070144' (flags = 0)
(D)[mpv/af] Setting option 'use_scaler' = '1' (flags = 0)
(D)[mpv/af] Setting option 'use_normalizer' = '0' (flags = 0)
(D)[mpv/af] Setting option 'layout' = '3' (flags = 0)
(D)[mpv/af] Audio filter chain:
(D)[mpv/af]   [in] 48000Hz stereo 2ch floatp
(D)[mpv/af]   [dummy] 48000Hz stereo 2ch float
(D)[mpv/af]   [out] 48000Hz stereo 2ch float
(D)[mpv/af]   [ao] 48000Hz stereo 2ch float
(D)[mpv/ao/pulse] requested format: 48000 Hz, stereo channels, float
(D)[mpv/ao/pulse] Library version: 6.0.0
(D)[mpv/ao/pulse] Proto: 30
(D)[mpv/ao/pulse] Server proto: 4294967295
(D)[mpv/ao/pulse] device buffer: 6000 samples.
(D)[mpv/ao/pulse] using soft-buffer of 9600 samples.
(I)[mpv/cplayer] AO: [pulse] 48000Hz stereo 2ch float
(D)[mpv/cplayer] AO: Description: PulseAudio audio output
(D)[mpv/af] Audio filter chain:
(D)[mpv/af]   [in] 48000Hz stereo 2ch floatp
(D)[mpv/af]   [dummy] 48000Hz stereo 2ch float
(D)[mpv/af]   [out] 48000Hz stereo 2ch float
(D)[mpv/af]   [ao] 48000Hz stereo 2ch float
(D)[mpv/vd] VIDEO:  720x404  23.976 fps  850.7 kbps (106.3 kB/s)
(D)[mpv/vd] VDec: vo config request - 720 x 404 (yuv420p)
(D)[mpv/vd] VO Config (720x404->720x404,0x3EC)
(D)[mpv/vf] Video filter chain:
(D)[mpv/vf]   [vd] 720x404 yuv420p BT.709 (HD)/TV CL=mpeg2/4/h264
(D)[mpv/vf]   [in] 720x404 yuv420p BT.709 (HD)/TV CL=mpeg2/4/h264
(D)[mpv/vf]   [noformat] 720x404 yuv420p BT.709 (HD)/TV CL=mpeg2/4/h264
(D)[mpv/vf]   [out] 720x404 yuv420p BT.709 (HD)/TV CL=mpeg2/4/h264
(I)[mpv/cplayer] VO: [opengl-cb] 720x404 yuv420p
(D)[mpv/cplayer] VO: Description: OpenGL Callbacks for libmpv
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(D)[mpv/cplayer] Set property: sub-pos=100
(D)[mpv/cplayer] Set property: ass-force-margins=false
(D)[mpv/cplayer] Set property: sub-scale=1.000000
(E)[OpenGL] FBO Error: GL_FRAMEBUFFER_UNSUPPORTED
(D)[mpv/opengl-cb] Window size: 400x300
(D)[mpv/opengl-cb] Video source: 720x404 (720x404)
(D)[mpv/opengl-cb] Video display: (0, 0) 720x404 -> (0, 38) 400x224
(D)[mpv/opengl-cb] Video scale: 0.555556/0.554455
(D)[mpv/opengl-cb] OSD borders: l=0 t=38 r=0 b=38
(D)[mpv/opengl-cb] Video borders: l=0 t=38 r=0 b=38
(D)[mpv/opengl-cb] Texture for plane 0: 720x404
(D)[mpv/opengl-cb] Texture for plane 1: 360x202
(D)[mpv/opengl-cb] Texture for plane 2: 360x202
(D)[mpv/opengl-cb] Reinit rendering.
(D)[mpv/opengl-cb] compiling shader program 'frag_osd_libass', header:
(D)[mpv/opengl-cb] [  1] #define VIDEO_SAMPLER sampler2D
(D)[mpv/opengl-cb] compiling shader program 'frag_osd_rgba', header:
(D)[mpv/opengl-cb] [  1] #define VIDEO_SAMPLER sampler2D
(D)[mpv/opengl-cb] compiling shader program 'final', header:
(D)[mpv/opengl-cb] [  1] #define VIDEO_SAMPLER sampler2D
(D)[mpv/opengl-cb] [  2] #define SAMPLE(p0, p1, p2) sample_bilinear(p0, p1, p2, filter_param1_l)
(D)[mpv/opengl-cb] [  3] #define USE_CONV CONV_PLANAR
(D)[mpv/opengl-cb] [  4] #define USE_COLORMATRIX 1
(D)[mpv/opengl-cb] [  5] #define SAMPLE_C(p0, p1, p2) sample_bilinear(p0, p1, p2, filter_param1_c)
(D)[mpv/opengl-cb] Reinit rendering.
(D)[mpv/opengl-cb] Dither to 8.
(D)[mpv/opengl-cb] compiling shader program 'frag_osd_libass', header:
(D)[mpv/opengl-cb] [  1] #define VIDEO_SAMPLER sampler2D
(D)[mpv/opengl-cb] compiling shader program 'frag_osd_rgba', header:
(D)[mpv/opengl-cb] [  1] #define VIDEO_SAMPLER sampler2D
(D)[mpv/opengl-cb] compiling shader program 'final', header:
(D)[mpv/opengl-cb] [  1] #define VIDEO_SAMPLER sampler2D
(D)[mpv/opengl-cb] [  2] #define USE_DITHER 1
(D)[mpv/opengl-cb] [  3] #define SAMPLE(p0, p1, p2) sample_bilinear(p0, p1, p2, filter_param1_l)
(D)[mpv/opengl-cb] [  4] #define USE_CONV CONV_PLANAR
(D)[mpv/opengl-cb] [  5] #define USE_COLORMATRIX 1
(D)[mpv/opengl-cb] [  6] #define USE_CUSTOM_SHADER 1
(D)[mpv/opengl-cb] [  7] const mat4 c_matrix = mat4(vec4(1.000000e+00,0.000000e+00,0.000000e+00,0.000000e+00),vec4(0.000000e+00,1.000000e+00,0.000000e+00,0.000000e+00),vec4(0.000000e+00,0.000000e+00,1.000000e+00,0.000000e+00),vec4(0.000000e+00,0.000000e+00,0.000000e+00,1.000000e+00)); vec4 custom_shader(vec4 color) { return c_matrix * color; }
(D)[mpv/opengl-cb] [  8] #define SAMPLE_C(p0, p1, p2) sample_bilinear(p0, p1, p2, filter_param1_c)
(D)[mpv/global] config path: 'fonts' -> '(NULL)'
(D)[mpv/global] config path: 'subfont.ttf' -> '(NULL)'
(D)[mpv/global] config path: 'fonts.conf' -> '(NULL)'
(D)[mpv/osd/libass] Setting up fonts...
(D)[mpv/osd/libass] Done.
(D)[mpv/global] config path: 'fonts' -> '(NULL)'
(D)[mpv/global] config path: 'subfont.ttf' -> '(NULL)'
(D)[mpv/global] config path: 'fonts.conf' -> '(NULL)'
(D)[mpv/osd/libass] Setting up fonts...
(D)[mpv/osd/libass] Done.
(D)[mpv/global] config path: 'fonts' -> '(NULL)'
(D)[mpv/global] config path: 'subfont.ttf' -> '(NULL)'
(D)[mpv/global] config path: 'fonts.conf' -> '(NULL)'
(D)[mpv/osd/libass] Setting up fonts...
(D)[mpv/osd/libass] Done.
(E)[OpenGL] FBO Error: GL_FRAMEBUFFER_UNSUPPORTED
(D)[mpv/opengl-cb] Window size: 400x224
(D)[mpv/opengl-cb] Video source: 720x404 (720x404)
(D)[mpv/opengl-cb] Video display: (0, 0) 720x404 -> (0, 0) 399x224
(D)[mpv/opengl-cb] Video scale: 0.554167/0.554455
(D)[mpv/opengl-cb] OSD borders: l=0 t=0 r=1 b=0
(D)[mpv/opengl-cb] Video borders: l=0 t=0 r=1 b=0
(E)[OpenGL] FBO Error: GL_FRAMEBUFFER_UNSUPPORTED
(D)[mpv/opengl-cb] Window size: 400x225
(D)[mpv/opengl-cb] Video source: 720x404 (720x404)
(D)[mpv/opengl-cb] Video display: (0, 0) 720x404 -> (0, 0) 400x225
(D)[mpv/opengl-cb] Video scale: 0.555556/0.556931
(D)[mpv/opengl-cb] OSD borders: l=0 t=0 r=0 b=0
(D)[mpv/opengl-cb] Video borders: l=0 t=0 r=0 b=0
(D)[X11] Enable screensaver with XScreenSaver.
(D)[mpv/preview] Finish playloop thread
(D)[mpv/cplayer] Run command: quit, flags=0, args=[1]
(D)[mpv/cplayer] EOF code: 6  
(D)[mpv/cplayer] Running hook: main/on_unload
(D)[mpv/cplayer] Run command: hook_ack, flags=0, args=[on_unload]
(I)[mpv/cplayer] 
(D)[mpv/ad] Uninit audio filters...
(D)[mpv] Finish playloop thread
(I)[Engine] Playback has been terminated by request
(D)[Main] Delete main window.
(D)[Main] Scene graph invalidated.
(D)[Engine] Finalized
(D)[Main] Exit...
bylee20 commented 9 years ago

Can you try again with setting Video>TextureFormat to 8-bit?

reddevil-vengara commented 9 years ago

ohh i am not able to change the prefrences. nothing comes up when i click on tools->prefrences. any other way to change the settings?

bylee20 commented 9 years ago

It's not in preferences but in menu. Btw, can't you open preferences? What about any other dialogs, for instance, subtitle viewer or log viewer?

reddevil-vengara commented 9 years ago

by changing Video>TextureFormat to 8-bit i can see the video. i can also open subtitle viewer dialog but not preferences.

bylee20 commented 9 years ago

by changing Video>TextureFormat to 8-bit i can see the video.

Thank you. Detecting texture format was broken and I've just fixed.

i can also open subtitle viewer dialog but not preferences.

That's odd... Can you post the terminal log when you open preferences?

reddevil-vengara commented 9 years ago

this is all i get, no log specifically when i open preferences.

libva info: VA-API version 0.37.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/dri/i965_drv_video.so libva info: va_openDriver() returns -1 (E)[VAAPI] Error: unknown libva error(0xffffffffffffffff) Cannot initialize VA-API. Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory (E)[VDPAU] Error: Unknown error code(0x1) Cannot intialize VDPAU device (I)[X11] No available hardware acceleration API. QCommandLineParser: option not defined: "dummy" QCommandLineParser: option not defined: "dummy" QCommandLineParser: option not defined: "dummy" QOpenGLFramebufferObject: Unsupported framebuffer format. QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.

reddevil-vengara commented 9 years ago

i am extremely sorry, the preference dialog shows, but it takes a long time, more than a minute, because of which i thought that the bomi was not responding. My machine is very old and slow probably the reason of this happening. I am sorry.

bylee20 commented 9 years ago

I've made some optimization for initial display of preferences dialog. Can you try bomi-git?

reddevil-vengara commented 9 years ago

Tried the git version, now it is working fine, both video and preference dialog. Thanks a lot for solving the problem.

bylee20 commented 9 years ago

Thank you for testing.