76

(138 replies, posted in Using SVP)

Posting my config

# Video settings
vo=opengl-hq:backend=dxinterop:scale=haasnsoft:cscale=haasnsoft:scale-antiring=1:cscale-antiring=1:pbo:fbo-format=rgb32f:3dlut-size=512x512x512:icc-cache-dir="~~/icc-cache":icc-profile="~~/LG UHD.icm"
hwdec=no
input-ipc-server=mpvpipe

# Audio settings
ao=wasapi
#audio-device=wasapi/{645a2aaa-ccc5-4b3a-98a2-03ab73941c68}
audio-pitch-correction=no
volume=50
audio-channels=6
alang=en,eng
initial-audio-sync=yes
softvol=yes

# Subtitle settings
no-sub
slang=en,eng,ger
sub-text-font-size=40
sub-text-shadow-offset=0
sub-text-border-size=3.5
sub-text-color="#ffffffff"
sub-text-border-color="#ff000000"
sub-text-font="Source Sans Pro"
ass-force-margins=yes
sub-use-margins=yes

# OSC settings
script-opts=osc-layout=bottombar,osc-seekbarstyle=bar,osc-hidetimeout=1500

# OSD settings
osd-font="Source Sans Pro"
osd-level=1
osd-status-msg='(${percent-pos}%) ${time-pos} / ${duration}\n${?chapter:Chapter: ${chapter}}\n${?vo-drop-frame-count:Frames Dropped: ${vo-drop-frame-count}'

# Screenshot settings
screenshot-format=png

# Window settings
screen=0
no-border
autofit-smaller=80%x80%
autofit-larger=90%x90%

# Miscellaneous settings
priority=high
ytdl-format=(bestvideo[vcodec=vp9][height<=?2160][fps<=?60]/bestvideo[vcodec=vp9][height<=?2160]/bestvideo[height<=?2160])+(bestaudio[acodec=opus]/bestaudio)
save-position-on-quit
cache=yes
cache-file=TMP
cache-file-size=12582912
cache-default=12582912
cache-backbuffer=750000
cache-initial=0
cache-secs=60
force-window=immediate

# Unknown and custom settings
script=~~/scripts/autoload.lua
script=~~/scripts/stats.lua
script=~~/scripts/perfstats.lua

[extension.webm]
save-position-on-quit=no
loop-file=inf

Any of you guys have any idea why sometimes when I open a video in mpv with SVP on or off (doesn't seem to make a difference), the video itself is not shown, but I can hear the audio just fine?

Also sometimes, SVP just would not start, so I had to set the minimum file duration to 0 (instead of 4; SVP would recognize movies of 2 hours as less than 4 s long)