Topic: config file for sharpness in Mac os

I can do all this in linux, but Im not sure if the config file format on a Mac with MPV compiled with vapoursynth etc.. adires to the same syntax.

Id like to control certain elements of the picture. Like sharpness and a slew of other things to get highest quality output. thanks

Re: config file for sharpness in Mac os

mpv.conf syntax is the same on all supported platforms

3 (edited by fbfrankb5 14-05-2017 05:36:53)

Re: config file for sharpness in Mac os

###########
# General #
###########

#save-position-on-quit

msg-module                              # prepend module name to log messages
msg-color                               # color log messages on terminal
term-osd-bar                            # display a progress bar on the terminal
use-filedir-conf                        # look for additional config files in the directory of the opened file
pause                                   # no autoplay
keep-open                               # keep the player open when a file's end is reached
autofit-larger=100%x95%                 # resize window in case it's larger than W%xH% of the screen
deinterlace=auto                        # 'auto' does not imply interlacing-detection
cursor-autohide-fs-only                 # don't autohide the cursor in window mode, only fullscreen
border=no
cursor-autohide=1000                    # autohide the curser after 1s

screenshot-format=png
screenshot-png-compression=8
screenshot-template='~/Desktop/%F (%P) %n'

hls-bitrate=max                         # use max quality for HLS streams
ytdl-raw-options=format="[protocol!=http_dash_segments][protocol!=rtmp]"




                     
################
# Video Output #
################

# Active VOs (and some other options) are set conditionally
# See here for more information: https://github.com/wm4/mpv-scripts/blob … ofiles.lua


# Defaults for all profiles
profile=opengl-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossoft
dscale=mitchell
opengl-shaders=/Users/ss/.config/mpv/shaders/adaptive-sharpen.glsl
opengl-shaders=/Users/ss/.config/mpv/shaders/FineSharp.glsl
opengl-shaders=/Users/ss/.config/mpv/shaders/KrigBilateral.glsl
opengl-shaders=/Users/ss/.config/mpv/shaders/LumaSharpenHook.glsl
dither-depth=auto
correct-downscaling=yes
sigmoid-upscaling=yes


volume=100

#############
# Subtitles #
#############

sub-use-margins
sub-ass-force-margins

demuxer-mkv-subtitle-preroll            # try to correctly show embedded subs when seeking
sub-auto=fuzzy                          # external subs don't have to match the file name exactly to autoload
sub-paths=ass:srt:sub:subs:subtitles    # search for external subs in the listed subdirectories
embeddedfonts=yes                       # use embedded fonts for SSA/ASS subs
sub-fix-timing=no                       # do not try to fix gaps (which might make it worse in some cases)
sub-ass-force-style=Kerning=yes         # allows you to override style parameters of ASS scripts

# the following options only apply to subtitles without own styling (i.e. not ASS but e.g. SRT)
sub-font=“Helvetica Neue Medium”
sub-font-size=28
sub-color="#FFFFFFFF"
sub-border-color="#FF262626"
sub-border-size=3.2
sub-shadow-offset=1
sub-shadow-color="#33000000"
sub-spacing=0.5

4 (edited by fbfrankb5 14-05-2017 05:49:58)

Re: config file for sharpness in Mac os

i stopped using svp because of the artifacts. Its a cool thing and maybe it will get better