Created
January 21, 2019 06:56
-
-
Save 1ijack/0dcbd15415bad68d40692b92c994d6b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -------------------------------------------------- # | |
#### jxe ~ Custom Changes #### | |
# - --- - # | |
#- -- --- ---- ----- ------ ------- -------- --------- | |
# ~ Basic Settings | |
# ---------------------------------------------------- | |
# - Name - - Value - Notes | |
# ---------------------------------------------------- | |
--idle=yes # Allow Idle, do not close | |
# --keep-open=yes # Allow Open after playback, do not close | |
--keep-open=no # close after playback | |
--volume=70 # Volume when opening the file | |
--volume-max=200 # Maxium [boosted] volume | |
# ~ Language Settings | |
# ---------------------------------------------------- | |
# - Name - - Value - Notes | |
# ---------------------------------------------------- | |
--alang=jpn # Audio Language settings - japanese | |
--slang=eng # Subs Language settings - english | |
# ~ Screenshot Settings | |
# ---------------------------------------------------- | |
# - Name - - Value - Notes | |
# ---------------------------------------------------- | |
--screenshot-format=png | |
--screenshot-png-filter=0 | |
--screenshot-png-compression=0 | |
# ~ Color Settings # Config 2 - test - Better than 1 --- more Sharper, Brighter, Saturated than mpchc | |
# ---------------------------------------------------- | |
# - Name - - Value - Notes | |
# ---------------------------------------------------- | |
--contrast=15 | |
--brightness=-5 | |
--gamma=-15 | |
--saturation=15 | |
--sharpen=2 | |
# ~ Screen/Window Settings # Unknown | |
# ---------------------------------------------------- | |
# - Name - - Value - Notes | |
# ---------------------------------------------------- | |
--autofit=1920 # Window width size | |
# --autofit=1600 # Window width size | |
--snap-window=yes # max-scale to window snap? | |
# --screen=2 # use the secondary display when possible | |
--screen=1 # use the primary display when possible | |
# ~ Other Settings # Unknown | |
# ---------------------------------------------------- | |
# - Name - - Value - Notes | |
# ---------------------------------------------------- | |
--tscale=catmull_rom # help for possible options, cmd: mpv tscale=help | |
--scale=ewa_lanczossharp | |
--cscale=ewa_lanczossoft | |
--temporal-dither | |
--blend-subtitles | |
--interpolation | |
--video-sync=display-resample ## Note # Interpolation now requires display-sync mode. | |
# - ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ - ~ | |
# ---------------------------------------------------- | |
#### Config found online #### | |
# ---------------------------------------------------- | |
# Backend related settings | |
#vo=opengl | |
#profile=opengl-hq | |
#deband=no | |
#opengl-backend=angle | |
# ytdl settings can use {} for more options | |
##### 01/20/2019 -- Jack -- thanks to mpv's updates, these options are now problematic | |
# --ytdl-raw-options={"--ignore-errors --force-ipv4 --limit-rate=1M"} | |
# --ytdl-format={"best[ext=mp4][height<=720]/best[ext=webm][height<=720]/bestvideo[height<=?720]+bestaudio/bestvideo+bestaudio/best"} | |
# --ytdl-format=bestvideo[height<=?1080]+bestaudio/best | |
# High-quality scale settings, can be disabled for performance | |
--scale=ewa_lanczossharp | |
--cscale=ewa_lanczossoft | |
--tscale=catmull_rom # $ mpv tscale=help for possible options | |
--temporal-dither | |
# Color correction related | |
# --target-prim=bt.709 | |
# --target-trc=bt.1886 | |
# --gamma-auto | |
# icc-profile-auto | |
# blend-subtitles | |
# icc-contrast=730 | |
#opengl-shaders="C:\Program Files\MPC-HC\Shaders\16-235 to 0-255 [SD][HD].hlsl" | |
#opengl-shaders="C:\Program Files\MPC-HC\Shaders\Sharpen.hlsl" | |
#opengl-shaders="C:\Program Files\MPC-HC\Shaders\Deinterlace (blend).hlsl" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment