mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.84k stars 2.93k forks source link

Picture slowly updated with filter change when video paused #9049

Closed riaqn closed 3 years ago

riaqn commented 3 years ago

Important Information

Provide following Information:

Reproduction steps

  1. Use VR-reversal script to play VR video (non-vr video would also do)
  2. pause the video
  3. Change the VR perspective or modes (see the VR-reversal keybindings). This would cause changes to the v360 ffmpeg video filter.

This problem is NOT limited to the VR-reversal script - I wrote a python program with python-mpv that uses libmpv bindings to play VR videos using v360 video filter and suffer from the same issue.

Expected behavior

The picture should change according to the v360 filter change instantly.

Actual behavior

The picture does not change, or change only after a long delay (1 sec, for example)

Log file

[   0.003][v][cplayer] mpv 0.33.1-dirty Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
[   0.003][v][cplayer]  built on UNKNOWN
[   0.003][v][cplayer] FFmpeg library versions:
[   0.003][v][cplayer]    libavutil       56.70.100
[   0.003][v][cplayer]    libavcodec      58.134.100
[   0.003][v][cplayer]    libavformat     58.76.100
[   0.003][v][cplayer]    libswscale      5.9.100
[   0.003][v][cplayer]    libavfilter     7.110.100
[   0.003][v][cplayer]    libswresample   3.9.100
[   0.003][v][cplayer] FFmpeg version: n4.4
[   0.003][v][cplayer] 
[   0.003][v][cplayer] Configuration: /usr/bin/waf configure --prefix=/usr --confdir=/etc/mpv --enable-cdda --enable-dvb --enable-dvdnav --enable-libarchive --enable-libmpv-shared --disable-build-date
[   0.003][v][cplayer] List of enabled features: 52arch alsa asm caca cdda cplayer cplugins cuda-hwaccel cuda-interop debug-build drm dvbin dvdnav egl egl-drm egl-helpers egl-x11 ffmpeg ffnvcodec gbm gbm.h gl gl-wayland glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg lcms2 libarchive libass libavdevice libbluray libdl libm libmpv-shared libplacebo librt linux-fstatfs linux-input-event-codes lua memfd_create optimize plain-gl posix posix-or-mingw pthreads pulse rubberband shaderc shaderc-shared stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-vulkan vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vt.h vulkan wayland wayland-protocols x11 xv zimg zlib
[   0.003][v][cplayer] Command line options: '--log-file=mpv.txt' '--script=360plugin.lua' '--script-opts=360plugin-enabled=yes' 'text.mp4'
[   0.003][v][cplayer] mpv 0.33.1-dirty Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
[   0.003][v][cplayer]  built on UNKNOWN
[   0.003][v][cplayer] FFmpeg library versions:
[   0.003][v][cplayer]    libavutil       56.70.100
[   0.003][v][cplayer]    libavcodec      58.134.100
[   0.003][v][cplayer]    libavformat     58.76.100
[   0.003][v][cplayer]    libswscale      5.9.100
[   0.003][v][cplayer]    libavfilter     7.110.100
[   0.003][v][cplayer]    libswresample   3.9.100
[   0.003][v][cplayer] FFmpeg version: n4.4
[   0.003][v][cplayer] 
[   0.003][v][cplayer] Configuration: /usr/bin/waf configure --prefix=/usr --confdir=/etc/mpv --enable-cdda --enable-dvb --enable-dvdnav --enable-libarchive --enable-libmpv-shared --disable-build-date
[   0.003][v][cplayer] List of enabled features: 52arch alsa asm caca cdda cplayer cplugins cuda-hwaccel cuda-interop debug-build drm dvbin dvdnav egl egl-drm egl-helpers egl-x11 ffmpeg ffnvcodec gbm gbm.h gl gl-wayland glibc-thread-name glob glob-posix gpl iconv jack javascript jpeg lcms2 libarchive libass libavdevice libbluray libdl libm libmpv-shared libplacebo librt linux-fstatfs linux-input-event-codes lua memfd_create optimize plain-gl posix posix-or-mingw pthreads pulse rubberband shaderc shaderc-shared stdatomic uchardet vaapi vaapi-drm vaapi-egl vaapi-vulkan vaapi-wayland vaapi-x-egl vaapi-x11 vdpau vt.h vulkan wayland wayland-protocols x11 xv zimg zlib
[   0.003][d][global] config path: '' -> '/root/.config/mpv'
[   0.003][d][global] user path: '~~home/' -> '/root/.config/mpv'
[   0.003][d][global] user path: '~~old_home/' -> '/root/.mpv'
[   0.003][d][global] config path: 'encoding-profiles.conf' -/-> '/root/.config/mpv/encoding-profiles.conf'
[   0.003][d][global] config path: 'encoding-profiles.conf' -/-> '/root/.mpv/encoding-profiles.conf'
[   0.003][d][global] config path: 'encoding-profiles.conf' -> '/etc/mpv/encoding-profiles.conf'
[   0.003][v][cplayer] Reading config file /etc/mpv/encoding-profiles.conf
[   0.003][v][cplayer] Applying profile 'default'...
[   0.003][d][global] config path: 'mpv.conf' -/-> '/root/.config/mpv/mpv.conf'
[   0.003][d][global] config path: 'config' -/-> '/root/.config/mpv/config'
[   0.003][d][global] config path: 'mpv.conf' -/-> '/root/.mpv/mpv.conf'
[   0.003][d][global] config path: 'config' -/-> '/root/.mpv/config'
[   0.003][d][global] config path: 'mpv.conf' -> '/etc/mpv/mpv.conf'
[   0.004][d][global] config path: 'config' -/-> '/etc/mpv/config'
[   0.004][v][cplayer] Reading config file /etc/mpv/mpv.conf
[   0.004][v][cplayer] Applying profile 'default'...
[   0.004][v][cplayer] Setting option 'log-file' = 'mpv.txt' (flags = 8)
[   0.004][v][cplayer] Setting option 'scripts-append' = '360plugin.lua' (flags = 8)
[   0.004][v][cplayer] Setting option 'script-opts' = '360plugin-enabled=yes' (flags = 8)
[   0.004][d][global] config path: 'input.conf' -/-> '/root/.config/mpv/input.conf'
[   0.004][d][global] config path: 'input.conf' -/-> '/root/.mpv/input.conf'
[   0.004][d][global] config path: 'input.conf' -/-> '/etc/mpv/input.conf'
[   0.004][d][global] user path: 'mpv.txt' -> 'mpv.txt'
[   0.004][d][osc] Loading lua script @osc.lua...
[   0.004][d][ytdl_hook] Loading lua script @ytdl_hook.lua...
[   0.004][d][stats] Loading lua script @stats.lua...
[   0.004][d][console] Loading lua script @console.lua...
[   0.004][d][auto_profiles] Loading lua script @auto_profiles.lua...
[   0.004][d][ytdl_hook] loading mp.defaults
[   0.004][d][global] user path: '360plugin.lua' -> '360plugin.lua'
[   0.004][d][360plugin] Loading lua script 360plugin.lua...
[   0.004][d][global] config path: 'scripts' -/-> '/root/.config/mpv/scripts'
[   0.004][d][global] config path: 'scripts' -/-> '/root/.mpv/scripts'
[   0.004][d][global] config path: 'scripts' -/-> '/etc/mpv/scripts'
[   0.004][v][cplayer] Waiting for scripts...
[   0.004][d][osc] loading mp.defaults
[   0.004][d][console] loading mp.defaults
[   0.004][d][stats] loading mp.defaults
[   0.004][d][360plugin] loading mp.defaults
[   0.004][d][auto_profiles] loading mp.defaults
[   0.005][d][ytdl_hook] loading @ytdl_hook.lua
[   0.005][d][console] loading @console.lua
[   0.005][d][360plugin] loading file 360plugin.lua
[   0.005][d][stats] loading @stats.lua
[   0.005][d][auto_profiles] loading @auto_profiles.lua
[   0.006][d][osc] loading @osc.lua
[   0.006][d][ytdl_hook] reading options for ytdl_hook 
[   0.006][d][global] config path: 'script-opts/ytdl_hook.conf' -/-> '/root/.config/mpv/script-opts/ytdl_hook.conf'
[   0.006][d][global] config path: 'script-opts/ytdl_hook.conf' -/-> '/root/.mpv/script-opts/ytdl_hook.conf'
[   0.006][d][global] config path: 'script-opts/ytdl_hook.conf' -/-> '/etc/mpv/script-opts/ytdl_hook.conf'
[   0.006][d][ytdl_hook] script-opts/ytdl_hook.conf not found. 
[   0.006][d][global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/root/.config/mpv/lua-settings/ytdl_hook.conf'
[   0.006][d][global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/root/.mpv/lua-settings/ytdl_hook.conf'
[   0.006][d][global] config path: 'lua-settings/ytdl_hook.conf' -/-> '/etc/mpv/lua-settings/ytdl_hook.conf'
[   0.006][d][ytdl_hook] lua-settings/ytdl_hook.conf not found. 
[   0.006][d][console] reading options for console 
[   0.006][d][global] config path: 'script-opts/console.conf' -/-> '/root/.config/mpv/script-opts/console.conf'
[   0.006][d][global] config path: 'script-opts/console.conf' -/-> '/root/.mpv/script-opts/console.conf'
[   0.006][d][global] config path: 'script-opts/console.conf' -/-> '/etc/mpv/script-opts/console.conf'
[   0.006][d][console] script-opts/console.conf not found. 
[   0.006][d][global] config path: 'lua-settings/console.conf' -/-> '/root/.config/mpv/lua-settings/console.conf'
[   0.006][d][global] config path: 'lua-settings/console.conf' -/-> '/root/.mpv/lua-settings/console.conf'
[   0.006][d][global] config path: 'lua-settings/console.conf' -/-> '/etc/mpv/lua-settings/console.conf'
[   0.006][d][console] lua-settings/console.conf not found. 
[   0.006][d][auto_profiles] Exiting...
[   0.006][d][global] config path: 'fonts' -/-> '/root/.config/mpv/fonts'
[   0.006][d][global] config path: 'fonts' -/-> '/root/.mpv/fonts'
[   0.006][d][global] config path: 'fonts' -/-> '/etc/mpv/fonts'
[   0.006][d][osd/libass] ASS library version: 0x1500000 (runtime 0x1501000)
[   0.006][v][osd/libass] libass API version: 0x1501000
[   0.006][v][osd/libass] libass source: commit: 0.15.1-0-g5447214643eacef71776350e779adf4b6c07bb3b-dirty
[   0.006][v][osd/libass] Shaper: FriBidi 1.0.10 (SIMPLE) HarfBuzz-ng 2.8.2 (COMPLEX)
[   0.006][d][global] config path: 'subfont.ttf' -/-> '/root/.config/mpv/subfont.ttf'
[   0.006][d][global] config path: 'subfont.ttf' -/-> '/root/.mpv/subfont.ttf'
[   0.006][d][global] config path: 'subfont.ttf' -/-> '/etc/mpv/subfont.ttf'
[   0.006][d][global] config path: 'fonts.conf' -/-> '/root/.config/mpv/fonts.conf'
[   0.006][d][global] config path: 'fonts.conf' -/-> '/root/.mpv/fonts.conf'
[   0.006][d][global] config path: 'fonts.conf' -/-> '/etc/mpv/fonts.conf'
[   0.006][v][osd/libass] Setting up fonts...
[   0.006][d][stats] reading options for stats 
[   0.006][d][global] config path: 'script-opts/stats.conf' -/-> '/root/.config/mpv/script-opts/stats.conf'
[   0.006][d][global] config path: 'script-opts/stats.conf' -/-> '/root/.mpv/script-opts/stats.conf'
[   0.006][d][global] config path: 'script-opts/stats.conf' -/-> '/etc/mpv/script-opts/stats.conf'
[   0.006][d][stats] script-opts/stats.conf not found. 
[   0.006][d][global] config path: 'lua-settings/stats.conf' -/-> '/root/.config/mpv/lua-settings/stats.conf'
[   0.006][d][global] config path: 'lua-settings/stats.conf' -/-> '/root/.mpv/lua-settings/stats.conf'
[   0.006][d][global] config path: 'lua-settings/stats.conf' -/-> '/etc/mpv/lua-settings/stats.conf'
[   0.007][d][stats] lua-settings/stats.conf not found. 
[   0.008][d][osc] reading options for osc 
[   0.008][d][global] config path: 'script-opts/osc.conf' -/-> '/root/.config/mpv/script-opts/osc.conf'
[   0.008][d][global] config path: 'script-opts/osc.conf' -/-> '/root/.mpv/script-opts/osc.conf'
[   0.008][d][global] config path: 'script-opts/osc.conf' -/-> '/etc/mpv/script-opts/osc.conf'
[   0.008][d][osc] script-opts/osc.conf not found. 
[   0.008][d][global] config path: 'lua-settings/osc.conf' -/-> '/root/.config/mpv/lua-settings/osc.conf'
[   0.008][d][global] config path: 'lua-settings/osc.conf' -/-> '/root/.mpv/lua-settings/osc.conf'
[   0.008][d][global] config path: 'lua-settings/osc.conf' -/-> '/etc/mpv/lua-settings/osc.conf'
[   0.009][d][osc] lua-settings/osc.conf not found. 
[   0.015][v][osd/libass] Using font provider fontconfig
[   0.015][v][osd/libass] Done.
[   0.015][d][cplayer] Run command: define-section, flags=64, args=[name="input_console", contents="", flags="default"]
[   0.015][d][cplayer] Run command: enable-section, flags=64, args=[name="input_console", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.015][d][cplayer] Run command: define-section, flags=64, args=[name="input_forced_console", contents="", flags="force"]
[   0.015][d][cplayer] Run command: enable-section, flags=64, args=[name="input_forced_console", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.015][d][cplayer] Run command: define-section, flags=64, args=[name="showhide", contents="mouse_move script-binding osc/__keybinding1\nmouse_leave script-binding osc/__keybinding2\n", flags="force"]
[   0.015][d][cplayer] Run command: define-section, flags=64, args=[name="showhide_wc", contents="mouse_move script-binding osc/__keybinding3\nmouse_leave script-binding osc/__keybinding4\n", flags="force"]
[   0.015][d][cplayer] Run command: enable-section, flags=64, args=[name="showhide", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.016][d][cplayer] Run command: enable-section, flags=64, args=[name="showhide_wc", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.016][d][cplayer] Run command: define-section, flags=64, args=[name="input_stats", contents="i script-binding stats/display-stats\nI script-binding stats/display-stats-toggle\n", flags="default"]
[   0.016][d][cplayer] Run command: enable-section, flags=64, args=[name="input_stats", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.016][d][cplayer] Run command: define-section, flags=64, args=[name="input_forced_stats", contents="", flags="force"]
[   0.016][d][cplayer] Run command: enable-section, flags=64, args=[name="input_forced_stats", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.016][d][cplayer] Run command: define-section, flags=64, args=[name="input", contents="mbtn_left script-binding osc/__keybinding5\nshift+mbtn_left script-binding osc/__keybinding6\nmbtn_right script-binding osc/__keybinding7\nmbtn_mid script-binding osc/__keybinding8\nwheel_up script-binding osc/__keybinding9\nwheel_down script-binding osc/__keybinding10\nmbtn_left_dbl ignore\nshift+mbtn_left_dbl ignore\nmbtn_right_dbl ignore\n", flags="force"]
[   0.016][d][cplayer] Run command: enable-section, flags=64, args=[name="input", flags=""]
[   0.016][d][cplayer] Run command: define-section, flags=64, args=[name="window-controls", contents="mbtn_left script-binding osc/__keybinding11\n", flags="force"]
[   0.016][d][cplayer] Run command: enable-section, flags=64, args=[name="window-controls", flags=""]
[   0.016][d][cplayer] Run command: disable-section, flags=64, args=[name="input"]
[   0.016][d][cplayer] Run command: disable-section, flags=64, args=[name="window-controls"]
[   0.016][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"]
[   0.016][v][cplayer] Set property: shared-script-properties -> 1
[   0.016][v][cplayer] Done loading scripts.
[   0.016][d][global] config path: 'watch_later' -> '/root/.config/mpv/watch_later'
[   0.016][v][cplayer] Running hook: ytdl_hook/on_load
[   0.016][v][ytdl_hook] ytdl:// hook 
[   0.016][v][ytdl_hook] not a ytdl:// url 
[   0.016][d][osc] osc_init 
[   0.016][v][ifo_dvdnav] Opening text.mp4
[   0.016][v][bdmv/bluray] Opening text.mp4
[   0.016][v][file] Opening text.mp4
[   0.016][d][file] resize stream to 131072 bytes, drop 0 bytes
[   0.016][d][file] Stream opened successfully.
[   0.016][v][demux] Trying demuxers for level=normal.
[   0.016][d][demux] Trying demuxer: disc (force-level: normal)
[   0.016][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"]
[   0.016][d][demux] Trying demuxer: edl (force-level: normal)
[   0.016][v][cplayer] Set property: shared-script-properties -> 1
[   0.016][d][global] config path: 'fonts' -/-> '/root/.config/mpv/fonts'
[   0.016][d][global] config path: 'fonts' -/-> '/root/.mpv/fonts'
[   0.016][d][global] config path: 'fonts' -/-> '/etc/mpv/fonts'
[   0.016][d][osd/libass] ASS library version: 0x1500000 (runtime 0x1501000)
[   0.016][v][osd/libass] libass API version: 0x1501000
[   0.016][v][osd/libass] libass source: commit: 0.15.1-0-g5447214643eacef71776350e779adf4b6c07bb3b-dirty
[   0.016][v][osd/libass] Shaper: FriBidi 1.0.10 (SIMPLE) HarfBuzz-ng 2.8.2 (COMPLEX)
[   0.016][d][global] config path: 'subfont.ttf' -/-> '/root/.config/mpv/subfont.ttf'
[   0.016][d][global] config path: 'subfont.ttf' -/-> '/root/.mpv/subfont.ttf'
[   0.016][d][global] config path: 'subfont.ttf' -/-> '/etc/mpv/subfont.ttf'
[   0.016][d][global] config path: 'fonts.conf' -/-> '/root/.config/mpv/fonts.conf'
[   0.016][d][global] config path: 'fonts.conf' -/-> '/root/.mpv/fonts.conf'
[   0.016][d][global] config path: 'fonts.conf' -/-> '/etc/mpv/fonts.conf'
[   0.016][v][osd/libass] Setting up fonts...
[   0.019][v][osd/libass] Using font provider fontconfig
[   0.020][v][osd/libass] Done.
[   0.020][d][cplayer] Run command: define-section, flags=64, args=[name="input_osc", contents="", flags="default"]
[   0.020][d][cplayer] Run command: enable-section, flags=64, args=[name="input_osc", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.020][d][cplayer] Run command: define-section, flags=64, args=[name="input_forced_osc", contents="", flags="force"]
[   0.020][d][cplayer] Run command: enable-section, flags=64, args=[name="input_forced_osc", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.020][d][osc] osc_init 
[   0.020][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"]
[   0.020][v][cplayer] Set property: shared-script-properties -> 1
[   0.045][d][demux] Trying demuxer: cue (force-level: normal)
[   0.045][d][demux] Trying demuxer: rawaudio (force-level: normal)
[   0.045][d][demux] Trying demuxer: rawvideo (force-level: normal)
[   0.045][d][demux] Trying demuxer: mkv (force-level: normal)
[   0.045][d][demux] Trying demuxer: libarchive (force-level: normal)
[   0.046][d][demux] Trying demuxer: lavf (force-level: normal)
[   0.053][v][lavf] Found 'mov,mp4,m4a,3gp,3g2,mj2' at score=100 size=2048.
[   0.073][v][file] stream level seek from 1581329 to 11789993891
[   0.079][v][demux] Detected file format: mov,mp4,m4a,3gp,3g2,mj2 (libavformat)
[   0.079][v][cplayer] Opening done: text.mp4
[   0.080][v][find_files] Loading external files in /
[   0.081][d][global] config path: 'sub' -/-> '/root/.config/mpv/sub'
[   0.081][d][global] config path: 'sub' -/-> '/root/.mpv/sub'
[   0.081][d][global] config path: 'sub' -/-> '/etc/mpv/sub'
[   0.081][v][cplayer] Running hook: ytdl_hook/on_preloaded
[   0.081][d][osc] osc_init 
[   0.081][v][lavf] select track 0
[   0.081][v][lavf] select track 1
[   0.081][i][cplayer]  (+) Video --vid=1 (*) (hevc 4600x2300 59.940fps)
[   0.081][i][cplayer]  (+) Audio --aid=1 (*) (aac 2ch 48000Hz)
[   0.081][v][vo/gpu] Probing for best GPU context.
[   0.081][v][vo/gpu/opengl] Initializing GPU context 'wayland'
[   0.081][v][vo/gpu/opengl] Initializing GPU context 'x11egl'
[   0.081][v][vo/gpu/x11] X11 opening display: :0
[   0.084][d][vo/gpu/x11] X11 running at 3840x2160 (":0" => local display)
[   0.084][v][vo/gpu/x11] Assuming DPI scale 2 for prescaling. This can be disabled with --hidpi-window-scale=no.
[   0.084][d][vo/gpu/x11] Detected wm supports NetWM.
[   0.084][d][vo/gpu/x11] Unknown wm type...
[   0.084][v][vo/gpu/x11] Display 0 (HDMI-0): [0, 0, 3840, 2160] @ 59.996625 FPS
[   0.084][v][vo/gpu/x11] Current display FPS: 59.996625
[   0.127][v][vo/gpu/opengl] EGL_VERSION=1.5
[   0.127][v][vo/gpu/opengl] EGL_VENDOR=NVIDIA
[   0.127][v][vo/gpu/opengl] EGL_CLIENT_APIS=OpenGL_ES OpenGL
[   0.127][v][vo/gpu/opengl] Trying to create Desktop OpenGL context.
[   0.127][d][vo/gpu/opengl] Chosen EGLConfig:
[   0.127][d][vo/gpu/opengl]   EGL_CONFIG_ID=0x28
[   0.127][d][vo/gpu/opengl]   EGL_RED_SIZE=0x8
[   0.127][d][vo/gpu/opengl]   EGL_GREEN_SIZE=0x8
[   0.127][d][vo/gpu/opengl]   EGL_BLUE_SIZE=0x8
[   0.127][d][vo/gpu/opengl]   EGL_ALPHA_SIZE=0x0
[   0.127][d][vo/gpu/opengl]   EGL_COLOR_BUFFER_TYPE=0x308e
[   0.127][d][vo/gpu/opengl]   EGL_CONFIG_CAVEAT=0x3038
[   0.127][d][vo/gpu/opengl]   EGL_CONFORMANT=0x4d
[   0.127][d][vo/gpu/opengl]   EGL_NATIVE_VISUAL_ID=0x2b
[   0.131][v][vo/gpu/opengl] Choosing visual EGL config 0x28, visual ID 0x2b
[   0.173][v][vo/gpu/opengl] GL_VERSION='4.4.0 NVIDIA 470.57.02'
[   0.173][v][vo/gpu/opengl] Detected desktop OpenGL 4.4.
[   0.173][v][vo/gpu/opengl] GL_VENDOR='NVIDIA Corporation'
[   0.173][v][vo/gpu/opengl] GL_RENDERER='NVIDIA GeForce GT 1030/PCIe/SSE2'
[   0.173][v][vo/gpu/opengl] GL_SHADING_LANGUAGE_VERSION='4.40 NVIDIA via Cg compiler'
[   0.173][d][vo/gpu/opengl] Combined OpenGL extensions string:
[   0.173][d][vo/gpu/opengl] EGL_EXT_buffer_age EGL_EXT_client_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_MESA_image_dma_buf_export EGL_EXT_output_base EGL_EXT_stream_acquire_mode EGL_EXT_sync_reuse EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context_no_error EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_partial_update EGL_KHR_swap_buffers_with_damage EGL_KHR_no_config_context EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_reusable_sync EGL_KHR_stream EGL_KHR_stream_attrib EGL_KHR_stream_consumer_gltexture EGL_KHR_stream_cross_process_fd EGL_KHR_stream_fifo EGL_KHR_stream_producer_eglsurface EGL_KHR_surfaceless_context EGL_KHR_wait_sync EGL_NV_nvrm_fence_sync EGL_NV_post_sub_buffer EGL_NV_quadruple_buffer EGL_NV_stream_consumer_eglimage EGL_NV_stream_cross_display EGL_NV_stream_cross_object EGL_NV_stream_cross_process EGL_NV_stream_cross_system EGL_NV_stream_dma EGL_NV_stream_flush EGL_NV_stream_metadata EGL_NV_stream_remote EGL_NV_stream_reset EGL_NV_stream_socket EGL_NV_stream_socket_inet EGL_NV_stream_socket_unix EGL_NV_stream_sync EGL_NV_stream_fifo_next EGL_NV_stream_fifo_synchronous EGL_NV_stream_consumer_gltexture_yuv EGL_NV_stream_attrib EGL_NV_stream_origin EGL_NV_system_time EGL_NV_output_drm_flip_event EGL_NV_triple_buffer EGL_WL_bind_wayland_display EGL_WL_wayland_eglstream GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_EGL_image_storage GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_NV_robustness_video_memory_purge GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_fd GL_NV_memory_object_sparse GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_fd GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap_triangles GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_point_sprite GL_NV_primitive_restart GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NV_gpu_multicast GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_EGL_image GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
[   0.174][d][vo/gpu/opengl] Texture formats:
[   0.174][d][vo/gpu/opengl]   NAME       COMP*TYPE SIZE           DEPTH PER COMP.
[   0.174][d][vo/gpu/opengl]   r8         1*unorm   1B    LF CR ST {8}
[   0.174][d][vo/gpu/opengl]   rg8        2*unorm   2B    LF CR ST {8 8}
[   0.174][d][vo/gpu/opengl]   rgb8       3*unorm   3B    LF CR ST {8 8 8}
[   0.174][d][vo/gpu/opengl]   rgba8      4*unorm   4B    LF CR ST {8 8 8 8}
[   0.174][d][vo/gpu/opengl]   r16        1*unorm   2B    LF CR ST {16}
[   0.174][d][vo/gpu/opengl]   rg16       2*unorm   4B    LF CR ST {16 16}
[   0.174][d][vo/gpu/opengl]   rgb16      3*unorm   6B    LF CR ST {16 16 16}
[   0.174][d][vo/gpu/opengl]   rgba16     4*unorm   8B    LF CR ST {16 16 16 16}
[   0.174][d][vo/gpu/opengl]   r8ui       1*uint    1B       CR ST {8}
[   0.174][d][vo/gpu/opengl]   rg8ui      2*uint    2B       CR ST {8 8}
[   0.174][d][vo/gpu/opengl]   rgb8ui     3*uint    3B          ST {8 8 8}
[   0.174][d][vo/gpu/opengl]   rgba8ui    4*uint    4B       CR ST {8 8 8 8}
[   0.174][d][vo/gpu/opengl]   r16ui      1*uint    2B       CR ST {16}
[   0.174][d][vo/gpu/opengl]   rg16ui     2*uint    4B       CR ST {16 16}
[   0.174][d][vo/gpu/opengl]   rgb16ui    3*uint    6B          ST {16 16 16}
[   0.174][d][vo/gpu/opengl]   rgba16ui   4*uint    8B       CR ST {16 16 16 16}
[   0.174][d][vo/gpu/opengl]   r16f       1*float   4B    LF CR ST {32/16}
[   0.174][d][vo/gpu/opengl]   rg16f      2*float   8B    LF CR ST {32/16 32/16}
[   0.174][d][vo/gpu/opengl]   rgb16f     3*float  12B    LF CR ST {32/16 32/16 32/16}
[   0.174][d][vo/gpu/opengl]   rgba16f    4*float  16B    LF CR ST {32/16 32/16 32/16 32/16}
[   0.174][d][vo/gpu/opengl]   r32f       1*float   4B    LF CR ST {32}
[   0.174][d][vo/gpu/opengl]   rg32f      2*float   8B    LF CR ST {32 32}
[   0.174][d][vo/gpu/opengl]   rgb32f     3*float  12B    LF CR ST {32 32 32}
[   0.174][d][vo/gpu/opengl]   rgba32f    4*float  16B    LF CR ST {32 32 32 32}
[   0.174][d][vo/gpu/opengl]   rgb10_a2   4*unorm   4B    LF CR ST {0/10 0/10 0/10 0/2}
[   0.174][d][vo/gpu/opengl]   rgba12     4*unorm   8B    LF CR ST {16 16 16 16}
[   0.174][d][vo/gpu/opengl]   rgb10      3*unorm   6B    LF CR ST {16/10 16/10 16/10}
[   0.174][d][vo/gpu/opengl]   rgb565     3*unorm   2B    LF    ST {0/8 0/8 0/8}
[   0.174][d][vo/gpu/opengl]  LA = LUMINANCE_ALPHA hack format
[   0.174][d][vo/gpu/opengl]  LF = linear filterable
[   0.174][d][vo/gpu/opengl]  CR = can be used for render targets
[   0.174][d][vo/gpu/opengl]  ST = can be used for storable images
[   0.174][d][vo/gpu/opengl] Image formats:
[   0.174][d][vo/gpu/opengl]   yuv444p => 3 planes 1x1 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv420p => 3 planes 2x2 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   gray => 1 planes 1x1 8/0 [r8] (r) [unorm]
[   0.174][d][vo/gpu/opengl]   gray16 => 1 planes 1x1 16/0 [r16] (r) [unorm]
[   0.174][d][vo/gpu/opengl]   uyvy422
[   0.174][d][vo/gpu/opengl]   nv12 => 2 planes 2x2 8/0 [r8/rg8] (r/gb) [unorm]
[   0.174][d][vo/gpu/opengl]   p010 => 2 planes 2x2 16/6 [r16/rg16] (r/gb) [unorm]
[   0.174][d][vo/gpu/opengl]   argb => 1 planes 1x1 8/0 [rgba8] (argb) [unorm]
[   0.174][d][vo/gpu/opengl]   bgra => 1 planes 1x1 8/0 [rgba8] (bgra) [unorm]
[   0.174][d][vo/gpu/opengl]   abgr => 1 planes 1x1 8/0 [rgba8] (abgr) [unorm]
[   0.174][d][vo/gpu/opengl]   rgba => 1 planes 1x1 8/0 [rgba8] (rgba) [unorm]
[   0.174][d][vo/gpu/opengl]   bgr24 => 1 planes 1x1 8/0 [rgb8] (bgr) [unorm]
[   0.174][d][vo/gpu/opengl]   rgb24 => 1 planes 1x1 8/0 [rgb8] (rgb) [unorm]
[   0.174][d][vo/gpu/opengl]   0rgb => 1 planes 1x1 8/0 [rgba8] (_rgb) [unorm]
[   0.174][d][vo/gpu/opengl]   bgr0 => 1 planes 1x1 8/0 [rgba8] (bgr) [unorm]
[   0.174][d][vo/gpu/opengl]   0bgr => 1 planes 1x1 8/0 [rgba8] (_bgr) [unorm]
[   0.174][d][vo/gpu/opengl]   rgb0 => 1 planes 1x1 8/0 [rgba8] (rgb) [unorm]
[   0.174][d][vo/gpu/opengl]   rgba64 => 1 planes 1x1 16/0 [rgba16] (rgba) [unorm]
[   0.174][d][vo/gpu/opengl]   rgb565 => 1 planes 1x1 0/0 [rgb565] (rgb) [unknown]
[   0.174][d][vo/gpu/opengl]   pal8
[   0.174][d][vo/gpu/opengl]   vdpau
[   0.174][d][vo/gpu/opengl]   d3d11
[   0.174][d][vo/gpu/opengl]   dxva2_vld
[   0.174][d][vo/gpu/opengl]   mmal
[   0.174][d][vo/gpu/opengl]   mediacodec
[   0.174][d][vo/gpu/opengl]   drm_prime
[   0.174][d][vo/gpu/opengl]   cuda
[   0.174][d][vo/gpu/opengl]   yap8 => 2 planes 1x1 8/0 [r8/r8] (r/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yap16 => 2 planes 1x1 16/0 [r16/r16] (r/a) [unorm]
[   0.174][d][vo/gpu/opengl]   grayaf32 => 2 planes 1x1 32/0 [r16f/r16f] (r/a) [float]
[   0.174][d][vo/gpu/opengl]   yuv444pf => 3 planes 1x1 32/0 [r16f/r16f/r16f] (r/g/b) [float]
[   0.174][d][vo/gpu/opengl]   yuva444pf => 4 planes 1x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float]
[   0.174][d][vo/gpu/opengl]   yuv420pf => 3 planes 2x2 32/0 [r16f/r16f/r16f] (r/g/b) [float]
[   0.174][d][vo/gpu/opengl]   yuva420pf => 4 planes 2x2 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float]
[   0.174][d][vo/gpu/opengl]   yuv422pf => 3 planes 2x1 32/0 [r16f/r16f/r16f] (r/g/b) [float]
[   0.174][d][vo/gpu/opengl]   yuva422pf => 4 planes 2x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float]
[   0.174][d][vo/gpu/opengl]   yuv440pf => 3 planes 1x2 32/0 [r16f/r16f/r16f] (r/g/b) [float]
[   0.174][d][vo/gpu/opengl]   yuva440pf => 4 planes 1x2 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float]
[   0.174][d][vo/gpu/opengl]   yuv410pf => 3 planes 4x4 32/0 [r16f/r16f/r16f] (r/g/b) [float]
[   0.174][d][vo/gpu/opengl]   yuva410pf => 4 planes 4x4 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float]
[   0.174][d][vo/gpu/opengl]   yuv411pf => 3 planes 4x1 32/0 [r16f/r16f/r16f] (r/g/b) [float]
[   0.174][d][vo/gpu/opengl]   yuva411pf => 4 planes 4x1 32/0 [r16f/r16f/r16f/r16f] (r/g/b/a) [float]
[   0.174][d][vo/gpu/opengl]   rgb30 => 1 planes 1x1 10/0 [rgb10_a2] (bgr) [unknown]
[   0.174][d][vo/gpu/opengl]   y1 => 1 planes 1x1 8/-7 [r8] (r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp1 => 3 planes 1x1 8/-7 [r8/r8/r8] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp2 => 3 planes 1x1 8/-6 [r8/r8/r8] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp3 => 3 planes 1x1 8/-5 [r8/r8/r8] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp4 => 3 planes 1x1 8/-4 [r8/r8/r8] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp5 => 3 planes 1x1 8/-3 [r8/r8/r8] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp6 => 3 planes 1x1 8/-2 [r8/r8/r8] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   vdpau_output
[   0.174][d][vo/gpu/opengl]   vaapi
[   0.174][d][vo/gpu/opengl]   videotoolbox
[   0.174][d][vo/gpu/opengl]   yuyv422
[   0.174][d][vo/gpu/opengl]   yuv422p => 3 planes 2x1 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv410p => 3 planes 4x4 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv411p => 3 planes 4x1 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   monow
[   0.174][d][vo/gpu/opengl]   monob
[   0.174][d][vo/gpu/opengl]   yuvj422p => 3 planes 2x1 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   uyyvyy411
[   0.174][d][vo/gpu/opengl]   bgr8
[   0.174][d][vo/gpu/opengl]   bgr4
[   0.174][d][vo/gpu/opengl]   bgr4_byte
[   0.174][d][vo/gpu/opengl]   rgb8
[   0.174][d][vo/gpu/opengl]   rgb4
[   0.174][d][vo/gpu/opengl]   rgb4_byte
[   0.174][d][vo/gpu/opengl]   nv21 => 2 planes 2x2 8/0 [r8/rg8] (r/bg) [unorm]
[   0.174][d][vo/gpu/opengl]   gray16be
[   0.174][d][vo/gpu/opengl]   yuv440p => 3 planes 1x2 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuvj440p => 3 planes 1x2 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva420p => 4 planes 2x2 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   rgb48be
[   0.174][d][vo/gpu/opengl]   rgb48 => 1 planes 1x1 16/0 [rgb16] (rgb) [unorm]
[   0.174][d][vo/gpu/opengl]   rgb565be
[   0.174][d][vo/gpu/opengl]   rgb555be
[   0.174][d][vo/gpu/opengl]   rgb555
[   0.174][d][vo/gpu/opengl]   bgr565be
[   0.174][d][vo/gpu/opengl]   bgr565
[   0.174][d][vo/gpu/opengl]   bgr555be
[   0.174][d][vo/gpu/opengl]   bgr555
[   0.174][d][vo/gpu/opengl]   vaapi_moco
[   0.174][d][vo/gpu/opengl]   vaapi_idct
[   0.174][d][vo/gpu/opengl]   yuv420p16 => 3 planes 2x2 16/0 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv420p16be
[   0.174][d][vo/gpu/opengl]   yuv422p16 => 3 planes 2x1 16/0 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv422p16be
[   0.174][d][vo/gpu/opengl]   yuv444p16 => 3 planes 1x1 16/0 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv444p16be
[   0.174][d][vo/gpu/opengl]   rgb444
[   0.174][d][vo/gpu/opengl]   rgb444be
[   0.174][d][vo/gpu/opengl]   bgr444
[   0.174][d][vo/gpu/opengl]   bgr444be
[   0.174][d][vo/gpu/opengl]   ya8 => 1 planes 1x1 8/0 [rg8] (ra) [unorm]
[   0.174][d][vo/gpu/opengl]   bgr48be
[   0.174][d][vo/gpu/opengl]   bgr48 => 1 planes 1x1 16/0 [rgb16] (bgr) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv420p9be
[   0.174][d][vo/gpu/opengl]   yuv420p9 => 3 planes 2x2 16/-7 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv420p10be
[   0.174][d][vo/gpu/opengl]   yuv420p10 => 3 planes 2x2 16/-6 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv422p10be
[   0.174][d][vo/gpu/opengl]   yuv422p10 => 3 planes 2x1 16/-6 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv444p9be
[   0.174][d][vo/gpu/opengl]   yuv444p9 => 3 planes 1x1 16/-7 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv444p10be
[   0.174][d][vo/gpu/opengl]   yuv444p10 => 3 planes 1x1 16/-6 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   yuv422p9be
[   0.174][d][vo/gpu/opengl]   yuv422p9 => 3 planes 2x1 16/-7 [r16/r16/r16] (r/g/b) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp => 3 planes 1x1 8/0 [r8/r8/r8] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp9be
[   0.174][d][vo/gpu/opengl]   gbrp9 => 3 planes 1x1 16/-7 [r16/r16/r16] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp10be
[   0.174][d][vo/gpu/opengl]   gbrp10 => 3 planes 1x1 16/-6 [r16/r16/r16] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   gbrp16be
[   0.174][d][vo/gpu/opengl]   gbrp16 => 3 planes 1x1 16/0 [r16/r16/r16] (g/b/r) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva422p => 4 planes 2x1 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva444p => 4 planes 1x1 8/0 [r8/r8/r8/r8] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva420p9be
[   0.174][d][vo/gpu/opengl]   yuva420p9 => 4 planes 2x2 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva422p9be
[   0.174][d][vo/gpu/opengl]   yuva422p9 => 4 planes 2x1 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva444p9be
[   0.174][d][vo/gpu/opengl]   yuva444p9 => 4 planes 1x1 16/-7 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva420p10be
[   0.174][d][vo/gpu/opengl]   yuva420p10 => 4 planes 2x2 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva422p10be
[   0.174][d][vo/gpu/opengl]   yuva422p10 => 4 planes 2x1 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva444p10be
[   0.174][d][vo/gpu/opengl]   yuva444p10 => 4 planes 1x1 16/-6 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva420p16be
[   0.174][d][vo/gpu/opengl]   yuva420p16 => 4 planes 2x2 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva422p16be
[   0.174][d][vo/gpu/opengl]   yuva422p16 => 4 planes 2x1 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   yuva444p16be
[   0.174][d][vo/gpu/opengl]   yuva444p16 => 4 planes 1x1 16/0 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.174][d][vo/gpu/opengl]   xyz12 => 1 planes 1x1 16/4 [rgb16] (rgb) [unorm]
[   0.174][d][vo/gpu/opengl]   xyz12be
[   0.174][d][vo/gpu/opengl]   nv16 => 2 planes 2x1 8/0 [r8/rg8] (r/gb) [unorm]
[   0.175][d][vo/gpu/opengl]   nv20 => 2 planes 2x1 16/-6 [r16/rg16] (r/gb) [unorm]
[   0.175][d][vo/gpu/opengl]   nv20be
[   0.175][d][vo/gpu/opengl]   rgba64be
[   0.175][d][vo/gpu/opengl]   bgra64be
[   0.175][d][vo/gpu/opengl]   bgra64 => 1 planes 1x1 16/0 [rgba16] (bgra) [unorm]
[   0.175][d][vo/gpu/opengl]   yvyu422
[   0.175][d][vo/gpu/opengl]   ya16be
[   0.175][d][vo/gpu/opengl]   ya16 => 1 planes 1x1 16/0 [rg16] (ra) [unorm]
[   0.175][d][vo/gpu/opengl]   gbrap => 4 planes 1x1 8/0 [r8/r8/r8/r8] (g/b/r/a) [unorm]
[   0.175][d][vo/gpu/opengl]   gbrap16be
[   0.175][d][vo/gpu/opengl]   gbrap16 => 4 planes 1x1 16/0 [r16/r16/r16/r16] (g/b/r/a) [unorm]
[   0.175][d][vo/gpu/opengl]   qsv
[   0.175][d][vo/gpu/opengl]   d3d11va_vld
[   0.175][d][vo/gpu/opengl]   yuv420p12be
[   0.175][d][vo/gpu/opengl]   yuv420p12 => 3 planes 2x2 16/-4 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   yuv420p14be
[   0.175][d][vo/gpu/opengl]   yuv420p14 => 3 planes 2x2 16/-2 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   yuv422p12be
[   0.175][d][vo/gpu/opengl]   yuv422p12 => 3 planes 2x1 16/-4 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   yuv422p14be
[   0.175][d][vo/gpu/opengl]   yuv422p14 => 3 planes 2x1 16/-2 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   yuv444p12be
[   0.175][d][vo/gpu/opengl]   yuv444p12 => 3 planes 1x1 16/-4 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   yuv444p14be
[   0.175][d][vo/gpu/opengl]   yuv444p14 => 3 planes 1x1 16/-2 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   gbrp12be
[   0.175][d][vo/gpu/opengl]   gbrp12 => 3 planes 1x1 16/-4 [r16/r16/r16] (g/b/r) [unorm]
[   0.175][d][vo/gpu/opengl]   gbrp14be
[   0.175][d][vo/gpu/opengl]   gbrp14 => 3 planes 1x1 16/-2 [r16/r16/r16] (g/b/r) [unorm]
[   0.175][d][vo/gpu/opengl]   yuvj411p => 3 planes 4x1 8/0 [r8/r8/r8] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   bayer_bggr8
[   0.175][d][vo/gpu/opengl]   bayer_rggb8
[   0.175][d][vo/gpu/opengl]   bayer_gbrg8
[   0.175][d][vo/gpu/opengl]   bayer_grbg8
[   0.175][d][vo/gpu/opengl]   bayer_bggr16
[   0.175][d][vo/gpu/opengl]   bayer_bggr16be
[   0.175][d][vo/gpu/opengl]   bayer_rggb16
[   0.175][d][vo/gpu/opengl]   bayer_rggb16be
[   0.175][d][vo/gpu/opengl]   bayer_gbrg16
[   0.175][d][vo/gpu/opengl]   bayer_gbrg16be
[   0.175][d][vo/gpu/opengl]   bayer_grbg16
[   0.175][d][vo/gpu/opengl]   bayer_grbg16be
[   0.175][d][vo/gpu/opengl]   xvmc
[   0.175][d][vo/gpu/opengl]   yuv440p10 => 3 planes 1x2 16/-6 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   yuv440p10be
[   0.175][d][vo/gpu/opengl]   yuv440p12 => 3 planes 1x2 16/-4 [r16/r16/r16] (r/g/b) [unorm]
[   0.175][d][vo/gpu/opengl]   yuv440p12be
[   0.175][d][vo/gpu/opengl]   ayuv64 => 1 planes 1x1 16/0 [rgba16] (argb) [unorm]
[   0.175][d][vo/gpu/opengl]   ayuv64be
[   0.175][d][vo/gpu/opengl]   p010be
[   0.175][d][vo/gpu/opengl]   gbrap12be
[   0.175][d][vo/gpu/opengl]   gbrap12 => 4 planes 1x1 16/-4 [r16/r16/r16/r16] (g/b/r/a) [unorm]
[   0.175][d][vo/gpu/opengl]   gbrap10be
[   0.175][d][vo/gpu/opengl]   gbrap10 => 4 planes 1x1 16/-6 [r16/r16/r16/r16] (g/b/r/a) [unorm]
[   0.175][d][vo/gpu/opengl]   gray12be
[   0.175][d][vo/gpu/opengl]   gray12 => 1 planes 1x1 16/-4 [r16] (r) [unorm]
[   0.175][d][vo/gpu/opengl]   gray10be
[   0.175][d][vo/gpu/opengl]   gray10 => 1 planes 1x1 16/-6 [r16] (r) [unorm]
[   0.175][d][vo/gpu/opengl]   p016 => 2 planes 2x2 16/0 [r16/rg16] (r/gb) [unorm]
[   0.175][d][vo/gpu/opengl]   p016be
[   0.175][d][vo/gpu/opengl]   gray9be
[   0.175][d][vo/gpu/opengl]   gray9 => 1 planes 1x1 16/-7 [r16] (r) [unorm]
[   0.175][d][vo/gpu/opengl]   gbrpf32be
[   0.175][d][vo/gpu/opengl]   gbrpf32 => 3 planes 1x1 32/0 [r16f/r16f/r16f] (g/b/r) [float]
[   0.175][d][vo/gpu/opengl]   gbrapf32be
[   0.175][d][vo/gpu/opengl]   gbrapf32 => 4 planes 1x1 32/0 [r16f/r16f/r16f/r16f] (g/b/r/a) [float]
[   0.175][d][vo/gpu/opengl]   opencl
[   0.175][d][vo/gpu/opengl]   gray14be
[   0.175][d][vo/gpu/opengl]   gray14 => 1 planes 1x1 16/-2 [r16] (r) [unorm]
[   0.175][d][vo/gpu/opengl]   grayf32be
[   0.175][d][vo/gpu/opengl]   grayf32 => 1 planes 1x1 32/0 [r16f] (r) [float]
[   0.175][d][vo/gpu/opengl]   yuva422p12be
[   0.175][d][vo/gpu/opengl]   yuva422p12 => 4 planes 2x1 16/-4 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.175][d][vo/gpu/opengl]   yuva444p12be
[   0.175][d][vo/gpu/opengl]   yuva444p12 => 4 planes 1x1 16/-4 [r16/r16/r16/r16] (r/g/b/a) [unorm]
[   0.175][d][vo/gpu/opengl]   nv24 => 2 planes 1x1 8/0 [r8/rg8] (r/gb) [unorm]
[   0.175][d][vo/gpu/opengl]   nv42 => 2 planes 1x1 8/0 [r8/rg8] (r/bg) [unorm]
[   0.175][d][vo/gpu/opengl]   vulkan
[   0.175][d][vo/gpu/opengl]   y210be
[   0.175][d][vo/gpu/opengl]   y210
[   0.175][d][vo/gpu/opengl]   x2rgb10be
[   0.175][v][vo/gpu] Testing FBO format rgba16f
[   0.175][d][vo/gpu] Resizing texture: 16x16
[   0.175][v][vo/gpu] Using FBO format rgba16f.
[   0.175][v][vo/gpu] No advanced processing required. Enabling dumb mode.
[   0.175][v][vo/gpu] Assuming 59.996625 FPS for display sync.
[   0.175][v][vd] Container reported FPS: 59.940060
[   0.175][v][vd] Codec list:
[   0.175][v][vd]     hevc - HEVC (High Efficiency Video Coding)
[   0.175][v][vd]     hevc_qsv (hevc) - HEVC video (Intel Quick Sync Video acceleration)
[   0.175][v][vd]     hevc_v4l2m2m (hevc) - V4L2 mem2mem HEVC decoder wrapper
[   0.175][v][vd]     hevc_cuvid (hevc) - Nvidia CUVID HEVC decoder
[   0.175][v][vd] Opening decoder hevc
[   0.175][v][vd] No hardware decoding requested.
[   0.175][v][vd] Using software decoding.
[   0.175][v][vd] Detected 16 logical cores.
[   0.175][v][vd] Requesting 16 threads for decoding.
[   0.177][v][vd] Selected codec: hevc (HEVC (High Efficiency Video Coding))
[   0.177][v][vf] User filter list:
[   0.177][v][vf]   (empty)
[   0.177][v][ad] Codec list:
[   0.177][v][ad]     aac - AAC (Advanced Audio Coding)
[   0.177][v][ad]     aac_fixed (aac) - AAC (Advanced Audio Coding)
[   0.177][v][ad] Opening decoder aac
[   0.177][v][ad] Requesting 1 threads for decoding.
[   0.178][v][ad] Selected codec: aac (AAC (Advanced Audio Coding))
[   0.178][v][af] User filter list:
[   0.178][v][af]   (empty)
[   0.178][v][cplayer] Starting playback...
[   0.178][v][file] stream level seek from 11789993953 to 1502177
[   0.178][d][auto_profiles] Loading lua script @auto_profiles.lua...
[   0.178][v][cplayer] Set property: osc="no" -> 1
[   0.178][v][cplayer] Set property: fullscreen="yes" -> 1
[   0.178][d][auto_profiles] loading mp.defaults
[   0.178][v][cplayer] Set property: osd-font-size="30" -> 1
[   0.178][v][vo/gpu] Resize: 0x0
[   0.178][v][vo/gpu] Resize: 320x200
[   0.178][v][vo/gpu] Reported display depth: 8
[   0.178][d][cplayer] Run command: vf, flags=64, args=[operation="add", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=0:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[   0.179][v][vf] User filter list:
[   0.179][v][vf]   v360 (vrrev)
[   0.179][d][auto_profiles] loading @auto_profiles.lua
[   0.179][d][cplayer] Run command: define-section, flags=64, args=[name="input_360plugin", contents="l script-binding 360plugin/__keybinding8\nj script-binding 360plugin/__keybinding9\nc script-binding 360plugin/easy_crop\n", flags="default"]
[   0.179][d][cplayer] Run command: enable-section, flags=64, args=[name="input_360plugin", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.179][v][af] [in] 48000Hz stereo 2ch floatp
[   0.179][v][af] [userspeed] 48000Hz stereo 2ch floatp
[   0.179][v][af] [userspeed] (disabled)
[   0.179][v][af] [convert] 48000Hz stereo 2ch floatp
[   0.180][d][vd] DR parameter change to 4608x2304 yuv420p align=64
[   0.180][d][vd] Allocating new DR image...
[   0.185][d][vd] Allocating new DR image...
[   0.191][d][vd] Allocating new DR image...
[   0.197][d][vd] Allocating new DR image...
[   0.203][d][vd] Allocating new DR image...
[   0.210][d][vd] Allocating new DR image...
[   0.217][d][vd] Allocating new DR image...
[   0.225][d][vd] Allocating new DR image...
[   0.233][d][vd] Allocating new DR image...
[   0.243][d][vd] Allocating new DR image...
[   0.252][d][vd] Allocating new DR image...
[   0.261][d][vd] Allocating new DR image...
[   0.271][d][vd] Allocating new DR image...
[   0.277][d][vd] Allocating new DR image...
[   0.284][d][vd] Allocating new DR image...
[   0.291][v][vd] Using software decoding.
[   0.291][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[   0.291][v][vd] Using container aspect ratio.
[   0.291][v][vf] [in] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   0.291][v][vf] [userdeint] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   0.291][v][vf] [userdeint] (disabled)
[   0.291][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   0.291][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   0.291][d][vd] Allocating new DR image...
[   0.292][v][vf] [autorotate] 192x108 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   0.292][v][vf] [autorotate] (disabled)
[   0.292][v][vf] [convert] 192x108 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   0.292][v][vf] [convert] (disabled)
[   0.292][v][vf] [out] 192x108 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   0.292][d][cplayer] Run command: define-section, flags=64, args=[name="input_forced_360plugin", contents="1 script-binding 360plugin/__keybinding1\n2 script-binding 360plugin/__keybinding2\nu script-binding 360plugin/__keybinding3\no script-binding 360plugin/__keybinding4\nv script-binding 360plugin/__keybinding5\ni script-binding 360plugin/__keybinding6\nk script-binding 360plugin/__keybinding7\ny script-binding 360plugin/__keybinding10\nh script-binding 360plugin/__keybinding11\n= script-binding 360plugin/__keybinding12\n- script-binding 360plugin/__keybinding13\nWHEEL_DOWN script-binding 360plugin/__keybinding14\nWHEEL_UP script-binding 360plugin/__keybinding15\nr script-binding 360plugin/__keybinding16\nt script-binding 360plugin/__keybinding17\ne script-binding 360plugin/__keybinding18\ng script-binding 360plugin/__keybinding19\nb script-binding 360plugin/__keybinding20\nn script-binding 360plugin/__keybinding21\nmouse_btn0 script-binding 360plugin/__keybinding22\nmouse_move script-binding 360plugin/__keybinding23\n? script-binding 360plugin/__keybinding24\n/ script-binding 360plugin/__keybinding25\n", flags="force"]
[   0.292][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="append", value="osc-margins=0.000000,0.000000,0.000000,0.000000"]
[   0.292][v][cplayer] Set property: shared-script-properties -> 1
[   0.293][d][cplayer] Run command: enable-section, flags=64, args=[name="input_forced_360plugin", flags="allow-hide-cursor+allow-vo-dragging"]
[   0.293][v][ao] Trying audio driver 'pulse'
[   0.293][v][ao/pulse] requested format: 48000 Hz, stereo channels, floatp
[   0.293][v][ao/pulse] Library version: 14.2.0
[   0.293][v][ao/pulse] Proto: 34
[   0.293][v][ao/pulse] Server proto: 4294967295
[   0.299][v][ao/pulse] Channel layouts:
[   0.299][v][ao/pulse]  - #fl
[   0.299][v][ao/pulse]  - #fr
[   0.299][v][ao/pulse]  - #fc
[   0.299][v][ao/pulse]  - #lfe
[   0.299][v][ao/pulse]  - #bl
[   0.299][v][ao/pulse]  - #br
[   0.299][v][ao/pulse]  - #flc
[   0.299][v][ao/pulse]  - #frc
[   0.299][v][ao/pulse]  - #bc
[   0.299][v][ao/pulse]  - #sl
[   0.299][v][ao/pulse]  - #sr
[   0.299][v][ao/pulse]  - #tc
[   0.299][v][ao/pulse]  - #tfl
[   0.299][v][ao/pulse]  - #tfc
[   0.299][v][ao/pulse]  - #tfr
[   0.299][v][ao/pulse]  - #tbl
[   0.299][v][ao/pulse]  - #tbc
[   0.299][v][ao/pulse]  - #tbr
[   0.299][v][ao/pulse] result: stereo
[   0.318][v][ao/pulse] device buffer: 4800 samples.
[   0.318][v][ao/pulse] using soft-buffer of 9600 samples.
[   0.318][i][cplayer] AO: [pulse] 48000Hz stereo 2ch float
[   0.318][v][cplayer] AO: Description: PulseAudio audio output
[   0.318][v][autoconvert] inserting resampler
[   0.318][v][swresample] format change, reinitializing resampler
[   0.318][v][swresample] 48000Hz stereo floatp -> 48000Hz stereo float
[   0.318][v][af] [out] 48000Hz stereo 2ch float
[   0.318][d][auto_profiles] Exiting...
[   0.318][d][vd] Allocating new DR image...
[   0.318][i][cplayer] VO: [gpu] 192x108 yuv420p
[   0.318][v][cplayer] VO: Description: Shader-based GPU Renderer
[   0.321][v][vo/gpu] reconfig to 192x108 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   0.321][d][vo/gpu] screen size: 3840x2160
[   0.322][v][vo/gpu/x11] not waiting for MapNotify
[   0.345][v][vo/gpu] Resize: 384x216
[   0.345][v][vo/gpu] Window size: 384x216 (Borders: l=0 t=0 r=0 b=0)
[   0.345][v][vo/gpu] Video source: 192x108 (1:1)
[   0.345][v][vo/gpu] Video display: (0, 0) 192x108 -> (0, 0) 384x216
[   0.345][v][vo/gpu] Video scale: 2.000000/2.000000
[   0.345][v][vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[   0.345][v][vo/gpu] Video borders: l=0 t=0 r=0 b=0
[   0.345][v][vo/gpu] Reported display depth: 8
[   0.345][v][vo/gpu] Texture for plane 0: 192x108
[   0.345][v][vo/gpu] Texture for plane 1: 96x54
[   0.345][v][vo/gpu] Texture for plane 2: 96x54
[   0.345][v][vo/gpu] Testing FBO format rgba16f
[   0.345][d][vo/gpu] Resizing texture: 16x16
[   0.345][v][vo/gpu] Using FBO format rgba16f.
[   0.345][v][vo/gpu] No advanced processing required. Enabling dumb mode.
[   0.348][v][vo/gpu] Resize: 1920x2160
[   0.348][v][vo/gpu] Window size: 1920x2160 (Borders: l=0 t=0 r=0 b=0)
[   0.348][v][vo/gpu] Video source: 192x108 (1:1)
[   0.348][v][vo/gpu] Video display: (0, 0) 192x108 -> (0, 540) 1920x1080
[   0.348][v][vo/gpu] Video scale: 10.000000/10.000000
[   0.348][v][vo/gpu] OSD borders: l=0 t=540 r=0 b=540
[   0.348][v][vo/gpu] Video borders: l=0 t=540 r=0 b=540
[   0.348][v][vo/gpu] Reported display depth: 8
[   0.348][d][vo/gpu/opengl] vertex shader source:
[   0.348][d][vo/gpu/opengl] [  1] #version 440
[   0.348][d][vo/gpu/opengl] [  2] #define tex1D texture
[   0.348][d][vo/gpu/opengl] [  3] #define tex3D texture
[   0.348][d][vo/gpu/opengl] [  4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x))
[   0.348][d][vo/gpu/opengl] [  5] in vec2 vertex_position;
[   0.348][d][vo/gpu/opengl] [  6] in vec2 vertex_texcoord0;
[   0.348][d][vo/gpu/opengl] [  7] out vec2 texcoord0;
[   0.348][d][vo/gpu/opengl] [  8] in vec2 vertex_texcoord1;
[   0.348][d][vo/gpu/opengl] [  9] out vec2 texcoord1;
[   0.348][d][vo/gpu/opengl] [ 10] in vec2 vertex_texcoord2;
[   0.348][d][vo/gpu/opengl] [ 11] out vec2 texcoord2;
[   0.348][d][vo/gpu/opengl] [ 12] void main() {
[   0.349][d][vo/gpu/opengl] [ 13] gl_Position = vec4(vertex_position, 1.0, 1.0);
[   0.349][d][vo/gpu/opengl] [ 14] texcoord0 = vertex_texcoord0;
[   0.349][d][vo/gpu/opengl] [ 15] texcoord1 = vertex_texcoord1;
[   0.349][d][vo/gpu/opengl] [ 16] texcoord2 = vertex_texcoord2;
[   0.349][d][vo/gpu/opengl] [ 17] }
[   0.349][d][vo/gpu/opengl] fragment shader source:
[   0.349][d][vo/gpu/opengl] [  1] #version 440
[   0.349][d][vo/gpu/opengl] [  2] #define tex1D texture
[   0.349][d][vo/gpu/opengl] [  3] #define tex3D texture
[   0.349][d][vo/gpu/opengl] [  4] #define LUT_POS(x, lut_size) mix(0.5 / (lut_size), 1.0 - 0.5 / (lut_size), (x))
[   0.349][d][vo/gpu/opengl] [  5] out vec4 out_color;
[   0.349][d][vo/gpu/opengl] [  6] in vec2 texcoord0;
[   0.349][d][vo/gpu/opengl] [  7] in vec2 texcoord1;
[   0.349][d][vo/gpu/opengl] [  8] in vec2 texcoord2;
[   0.349][d][vo/gpu/opengl] [  9] layout(std140, binding=0) uniform UBO {
[   0.349][d][vo/gpu/opengl] [ 10] layout(offset=0) mat3 colormatrix;
[   0.349][d][vo/gpu/opengl] [ 11] layout(offset=48) vec3 colormatrix_c;
[   0.349][d][vo/gpu/opengl] [ 12] layout(offset=64) vec3 src_luma;
[   0.349][d][vo/gpu/opengl] [ 13] layout(offset=80) vec3 dst_luma;
[   0.349][d][vo/gpu/opengl] [ 14] layout(offset=96) vec2 texture_size0;
[   0.349][d][vo/gpu/opengl] [ 15] layout(offset=112) mat2 texture_rot0;
[   0.349][d][vo/gpu/opengl] [ 16] layout(offset=144) vec2 texture_off0;
[   0.349][d][vo/gpu/opengl] [ 17] layout(offset=152) vec2 pixel_size0;
[   0.349][d][vo/gpu/opengl] [ 18] layout(offset=160) vec2 texture_size1;
[   0.349][d][vo/gpu/opengl] [ 19] layout(offset=176) mat2 texture_rot1;
[   0.349][d][vo/gpu/opengl] [ 20] layout(offset=208) vec2 texture_off1;
[   0.349][d][vo/gpu/opengl] [ 21] layout(offset=216) vec2 pixel_size1;
[   0.349][d][vo/gpu/opengl] [ 22] layout(offset=224) vec2 texture_size2;
[   0.349][d][vo/gpu/opengl] [ 23] layout(offset=240) mat2 texture_rot2;
[   0.349][d][vo/gpu/opengl] [ 24] layout(offset=272) vec2 texture_off2;
[   0.349][d][vo/gpu/opengl] [ 25] layout(offset=280) vec2 pixel_size2;
[   0.349][d][vo/gpu/opengl] [ 26] };
[   0.349][d][vo/gpu/opengl] [ 27] uniform sampler2D texture0;
[   0.349][d][vo/gpu/opengl] [ 28] uniform sampler2D texture1;
[   0.349][d][vo/gpu/opengl] [ 29] uniform sampler2D texture2;
[   0.349][d][vo/gpu/opengl] [ 30] void main() {
[   0.349][d][vo/gpu/opengl] [ 31] vec4 color = vec4(0.0, 0.0, 0.0, 1.0);
[   0.349][d][vo/gpu/opengl] [ 32] color.r = 1.000000 * vec4(texture(texture0, texcoord0)).r;
[   0.349][d][vo/gpu/opengl] [ 33] color.g = 1.000000 * vec4(texture(texture1, texcoord1)).r;
[   0.349][d][vo/gpu/opengl] [ 34] color.b = 1.000000 * vec4(texture(texture2, texcoord2)).r;
[   0.349][d][vo/gpu/opengl] [ 35] color = color.rgbr;
[   0.349][d][vo/gpu/opengl] [ 36] color.rgb = mat3(colormatrix) * color.rgb + colormatrix_c;
[   0.349][d][vo/gpu/opengl] [ 37] color.a = 1.0;
[   0.349][d][vo/gpu/opengl] [ 38] // color mapping
[   0.349][d][vo/gpu/opengl] [ 39] color.rgb *= vec3(1.000000);
[   0.349][d][vo/gpu/opengl] [ 40] color.rgb *= vec3(1.000000);
[   0.349][d][vo/gpu/opengl] [ 41] out_color = color;
[   0.349][d][vo/gpu/opengl] [ 42] }
[   0.349][d][vo/gpu/opengl] shader link log (status=1): 
[   0.443][v][cplayer] first video frame after restart shown
[   0.443][d][cplayer] Run command: change-list, flags=64, args=[name="shared-script-properties", operation="remove", value="osc-margins"]
[   0.443][v][cplayer] Set property: shared-script-properties -> 1
[   0.444][d][osc] Exiting...
[   0.444][v][cplayer] audio ready
[   0.444][d][cplayer] starting video playback
[   0.444][v][cplayer] delaying audio start 0.000000 vs. 0.000000, diff=0.000000
[   0.444][v][cplayer] playback restart complete @ 0.000000, audio=ready, video=playing
[   0.445][v][cplayer] starting audio playback
[   0.445][v][ao/pulse] starting AO
[   0.478][v][vo/gpu/x11] Disabling screensaver.
[   1.881][v][vo/gpu] Resize: 3840x1080
[   1.881][v][vo/gpu] Window size: 3840x1080 (Borders: l=0 t=0 r=0 b=0)
[   1.881][v][vo/gpu] Video source: 192x108 (1:1)
[   1.881][v][vo/gpu] Video display: (0, 0) 192x108 -> (960, 0) 1920x1080
[   1.881][v][vo/gpu] Video scale: 10.000000/10.000000
[   1.881][v][vo/gpu] OSD borders: l=960 t=0 r=960 b=0
[   1.881][v][vo/gpu] Video borders: l=960 t=0 r=960 b=0
[   1.881][v][vo/gpu] Reported display depth: 8
[   2.448][v][vo/gpu] Resize: 3840x2160
[   2.448][v][vo/gpu] Window size: 3840x2160 (Borders: l=0 t=0 r=0 b=0)
[   2.448][v][vo/gpu] Video source: 192x108 (1:1)
[   2.448][v][vo/gpu] Video display: (0, 0) 192x108 -> (0, 0) 3840x2160
[   2.448][v][vo/gpu] Video scale: 20.000000/20.000000
[   2.448][v][vo/gpu] OSD borders: l=0 t=0 r=0 b=0
[   2.448][v][vo/gpu] Video borders: l=0 t=0 r=0 b=0
[   2.448][v][vo/gpu] Reported display depth: 8
[   5.658][d][cplayer] Run command: cycle, flags=73, args=[name="pause", value="1.000000"]
[   5.658][v][vo/gpu/x11] Enabling screensaver.
[   5.658][v][cplayer] Set property: pause -> 1
[   7.154][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding6"]
[   7.154][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=1:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[   7.155][v][vf] User filter list:
[   7.155][v][vf]   v360 (vrrev)
[   7.155][v][lavf] queuing seek to 4.688517
[   7.155][v][lavf] execute seek (to 4.688517 flags 32)
[   7.155][v][lavf] seek done
[   7.156][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[   7.157][v][file] stream level seek from 14820143 to 4167203
[   7.233][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[   7.233][v][vd] Using container aspect ratio.
[   7.233][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   7.233][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   7.264][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding6"]
[   7.373][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding6"]
[   7.389][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=2:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[   7.390][v][vf] User filter list:
[   7.390][v][vf]   v360 (vrrev)
[   7.395][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   7.395][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   7.396][v][lavf] queuing seek to 4.688517
[   7.396][v][lavf] execute seek (to 4.688517 flags 32)
[   7.396][v][lavf] seek done
[   7.492][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[   7.492][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding6"]
[   7.493][v][file] stream level seek from 10086406 to 4167203
[   7.544][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[   7.544][v][vd] Using container aspect ratio.
[   7.544][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   7.562][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding6"]
[   7.566][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=3:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[   7.567][v][vf] User filter list:
[   7.567][v][vf]   v360 (vrrev)
[   7.576][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   7.576][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   7.577][v][lavf] queuing seek to 4.688517
[   7.577][v][lavf] execute seek (to 4.688517 flags 32)
[   7.577][v][lavf] seek done
[   7.713][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[   7.713][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding6"]
[   7.713][v][file] stream level seek from 9496582 to 4167203
[   7.765][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[   7.765][v][vd] Using container aspect ratio.
[   7.765][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   8.207][v][cplayer] first video frame after restart shown
[   8.209][v][cplayer] audio ready
[   8.209][d][cplayer] starting video playback
[   8.209][v][cplayer] starting audio playback
[   8.209][v][cplayer] playback restart complete @ 5.188517, audio=playing, video=playing (paused)
[   8.886][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[   8.886][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=2:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[   8.887][v][vf] User filter list:
[   8.887][v][vf]   v360 (vrrev)
[   8.887][v][lavf] queuing seek to 4.688517
[   8.887][v][lavf] execute seek (to 4.688517 flags 32)
[   8.887][v][lavf] seek done
[   8.888][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[   8.888][v][file] stream level seek from 14820143 to 4167203
[   8.939][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[   8.939][v][vd] Using container aspect ratio.
[   8.939][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   8.939][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   8.985][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[   9.095][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[   9.103][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=1:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[   9.104][v][vf] User filter list:
[   9.104][v][vf]   v360 (vrrev)
[   9.104][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   9.104][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   9.107][v][lavf] queuing seek to 4.688517
[   9.107][v][lavf] execute seek (to 4.688517 flags 32)
[   9.107][v][lavf] seek done
[   9.206][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[   9.206][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[   9.207][v][file] stream level seek from 10151942 to 4167203
[   9.257][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[   9.257][v][vd] Using container aspect ratio.
[   9.257][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   9.299][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[   9.305][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=0:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[   9.306][v][vf] User filter list:
[   9.306][v][vf]   v360 (vrrev)
[   9.309][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[   9.309][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   9.311][v][lavf] queuing seek to 4.688517
[   9.311][v][lavf] execute seek (to 4.688517 flags 32)
[   9.311][v][lavf] seek done
[   9.396][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[   9.396][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[   9.396][v][file] stream level seek from 9627654 to 4167203
[   9.452][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[   9.452][v][vd] Using container aspect ratio.
[   9.452][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[   9.868][v][cplayer] first video frame after restart shown
[   9.870][v][cplayer] audio ready
[   9.870][d][cplayer] starting video playback
[   9.870][v][cplayer] starting audio playback
[   9.870][v][cplayer] playback restart complete @ 5.188517, audio=playing, video=playing (paused)
[  10.624][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[  10.624][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=-1:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[  10.625][v][vf] User filter list:
[  10.625][v][vf]   v360 (vrrev)
[  10.625][v][lavf] queuing seek to 4.688517
[  10.625][v][lavf] execute seek (to 4.688517 flags 32)
[  10.625][v][lavf] seek done
[  10.626][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[  10.627][v][file] stream level seek from 14820143 to 4167203
[  10.684][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[  10.684][v][vd] Using container aspect ratio.
[  10.684][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[  10.684][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[  10.715][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[  10.838][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[  10.842][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=-2:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[  10.843][v][vf] User filter list:
[  10.843][v][vf]   v360 (vrrev)
[  10.851][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[  10.851][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[  10.852][v][lavf] queuing seek to 4.688517
[  10.852][v][lavf] execute seek (to 4.688517 flags 32)
[  10.852][v][lavf] seek done
[  10.949][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[  10.949][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[  10.950][v][file] stream level seek from 10348550 to 4167203
[  11.001][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[  11.001][v][vd] Using container aspect ratio.
[  11.001][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[  11.017][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[  11.049][d][cplayer] Run command: vf, flags=64, args=[operation="set", value="@vrrev:v360=hequirect:flat:in_stereo=sbs:out_stereo=2d:id_fov=180:d_fov=110.000:yaw=0.000:pitch=-3:roll=0.000:w=1*192.0:h=1.000*108.0:h_flip=0:interp=linear"]
[  11.050][v][vf] User filter list:
[  11.050][v][vf]   v360 (vrrev)
[  11.054][v][vf] [v360] 4600x2300 yuv420p bt.709/bt.709/bt.1886/limited/display SP=1.000000 CL=mpeg2/4/h264
[  11.054][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[  11.056][v][lavf] queuing seek to 4.688517
[  11.056][v][lavf] execute seek (to 4.688517 flags 32)
[  11.056][v][lavf] seek done
[  11.150][v][cplayer] hr-seek, skipping to 5.188517 (no framedrop)
[  11.150][d][cplayer] Run command: script-binding, flags=73, args=[name="360plugin/__keybinding7"]
[  11.150][v][file] stream level seek from 9627654 to 4167203
[  11.205][v][vd] Decoder format: 4600x2300 yuv420p auto/auto/auto/limited/auto CL=mpeg2/4/h264
[  11.205][v][vd] Using container aspect ratio.
[  11.205][d][ffmpeg] mpv_src_default_in: w:4600 h:2300 pixfmt:yuv420p tb:1/1000000 fr:60000/1001 sar:1/1
[  11.624][v][cplayer] first video frame after restart shown
[  11.627][v][cplayer] audio ready
[  11.627][d][cplayer] starting video playback
[  11.627][v][cplayer] starting audio playback
[  11.627][v][cplayer] playback restart complete @ 5.188517, audio=playing, video=playing (paused)
[  12.602][d][cplayer] Run command: quit, flags=73, args=[code="0"]
[  12.602][v][cplayer] EOF code: 5  
[  12.602][d][ad] Uninit decoder.
[  12.602][d][vd] Uninit decoder.
[  12.605][d][cplayer] Terminating demuxers...
[  12.606][d][cplayer] Done terminating demuxers.
[  12.606][v][cplayer] finished playback, success (reason 3)
[  12.606][i][cplayer] 
[  12.606][i][cplayer] Exiting... (Quit)
[  12.606][i][360plugin] No head motions logged 
[  12.606][i][360plugin] No head motions logged 
[  12.606][d][360plugin] Exiting...
[  12.606][d][ytdl_hook] Exiting...
[  12.606][d][console] Exiting...
[  12.606][d][stats] Exiting...
[  12.607][d][vo/gpu] flushing shader cache
[  12.608][d][vo/gpu/x11] uninit ...
Dudemanguy commented 3 years ago

The script in question worked fine for me. I paused a video, hit some buttons and it always did stuff. All the vf stuff updates on runtime so it should work. I'm on wayland but that really shouldn't matter in this case.

riaqn commented 3 years ago

@Dudemanguy thank you for taking a look at this - I have attached my mpv log if that helps

Dudemanguy commented 3 years ago

I'm not sure exactly what keybindings you are pressing in that log but it appears that all you're doing is changing the pitch? That certainly worked for me (tried it on i3 for good measure). No clue what's going on at your end.

riaqn commented 3 years ago

Yes I only changed pitch. I tried i3 and the issue is the same. Have you tried to change v360 filter when the video is NOT paused? Can you notice some difference in the latency?

Dudemanguy commented 3 years ago

Can you notice some difference in the latency?

Not really. It appears to change nearly instantly for me paused or unpaused.

riaqn commented 3 years ago

So I actually noticed something interesting.

  1. In VR-reversal you can adjust the resolution by y and h. I notice that the latency is much higher when I set the resolution high(2160p), while unnoticeable when the resolution is low (108p, not 1080p).
  2. It's also substantially faster when the video itself is in low resolution. I tried a 1280x720 video (non-vr, just for testing), and it has no latency paused or unpaused. The videos I tried before are all at least 2160p.

My theory is that when the video is paused, a filter change requires reload the video from the last keyframe all the way to the current frame (because the current frame of the source video is lost). Does that make sense? And is there some workaround?

Dudemanguy commented 3 years ago

It takes more work to apply a video filter on a higher resolution image than a lower resolution one, so yes it will take longer by default. That's not surprising.

Okay but looking into the code I can see why it would take longer for the video to update while paused in certain cases. If the video is unpaused, then the vf change will just appear on the next frame. However in the paused case, mpv needs to refresh the video (to apply the new filters). This is done using an exact seek to the same frame. Exact seeks can definitely be slow depending on a lot of factors (the codec, etc.). So what you are seeing is just slow exact seeks.

And is there some workaround?

Not really. Not without sacrificing precision somehow anyway. If you don't mind that, you could probably just unpause, apply the filter, and then pause it again. You'd end up on the next frame at least but it should be much faster.

riaqn commented 3 years ago

Yes that confirms my guess. And now you mentioned it, I realize why my previous workaround does not work. Previously I first change the filter, then call the frame-step command to load the next frame with new filter. Maybe I should call frame-step BEFORE changing the filter. I will try and let you know. I'm doing all this in a key callback invoked by libmpv EDIT: ugh I still can't get it to work.

Dudemanguy commented 3 years ago

frame-step just unpauses for one frame and then pauses again. That wouldn't work. For this workaround, you would have to issue a sequence of mpv commands that set unpause, vf, and finally pause again in that order.

riaqn commented 3 years ago

Thanks! It works flawlessly now. (except the video will play for a few frames, of course). I really hope this issue could be solved sometime, tho.

Dudemanguy commented 3 years ago

The only way this could be solved is to somehow redesign the video filter chain so an exact seek is never required. Dunno the feasibility of that.