Guest User

Untitled

a guest
Oct 17th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. ## General
  2. # show mpv logo on idle
  3. idlescreen=yes
  4. # whether to show OSC window controls, "auto", "yes" or "no"
  5. windowcontrols=auto
  6. # show OSC when windowed?
  7. showwindowed=yes
  8. # show OSC when fullscreen?
  9. showfullscreen=yes
  10. # disable santa hat in December
  11. greenandgrumpy=yes
  12.  
  13. ## Colors
  14. # accent of the OSC and the title bar
  15. osc_color=#000000
  16. # color of title in borderless/fullscreen mode
  17. window_title_color=#FFFFFF
  18. # color of window controls (close, min, max) in borderless/fullscreen mode
  19. window_controls_color=#FFFFFF
  20. # color of the title (above seekbar)
  21. title_color=#FFFFFF
  22. # color of the seekbar progress and handle
  23. seekbarfg_color=#92DE8B
  24. # color of the remaining seekbar
  25. seekbarbg_color=#FFFFFF
  26. # color of timestamps (below seekbar)
  27. time_color=#FFFFFF
  28. # color of side buttons (audio, sub, playlist, vol, loop, info..etc)
  29. side_buttons_color=#FFFFFF
  30. # color of middle buttons (skip, jump, chapter...etc)
  31. middle_buttons_color=#FFFFFF
  32. # color of play/pause button
  33. playpause_color=#FFFFFF
  34.  
  35. ## Buttons
  36. # whether buttons have a glowing effect when hovered over
  37. hovereffect=yes
  38. # show playlist button? LClick: show playlist, RClick: use select.lua
  39. showplaylist=no
  40. # show "jump forward/backward 10 seconds" buttons
  41. showjump=no
  42. # show the skip back and forward (chapter) buttons
  43. showskip=no
  44. # show the info button
  45. showinfo=yes
  46. # show the loop button
  47. showloop=no
  48. # show window on top button
  49. showontop=yes
  50. # show screenshot button
  51. showscreenshot=yes
  52. # flag for the screenshot button. subtitles, video, window, each-frame
  53. # https://mpv.io/manual/master/#command-interface-screenshot-%3Cflags%3E
  54. screenshot_flag=subtitles
  55.  
  56. ## Scaling
  57. # whether to scale the controller with the video
  58. vidscale=yes
  59. # scaling of the controller when windowed
  60. scalewindowed=0.7
  61. # scaling of the controller when fullscreen
  62. scalefullscreen=0.7
  63. # scaling when rendered on a forced window
  64. scaleforcedwindow=0.7
  65.  
  66. ## Time & Volume
  67. # whether to use the Unicode minus sign character in remaining time
  68. unicodeminus=no
  69. # display total time instead of remaining time?
  70. timetotal=yes
  71. # display timecodes with milliseconds?
  72. timems=no
  73. # the font size of the time
  74. timefontsize=18
  75. # change the jump amount (in seconds by default)
  76. jumpamount=10
  77. # show different icon when jumpamount is 5, 10, or 30
  78. jumpiconnumber=yes
  79. # seek mode for jump buttons
  80. jumpmode=relative
  81. # whether to show mute button and volume slider
  82. volumecontrol=yes
  83. # use "linear" or "log" (logarithmic) volume scale
  84. volumecontroltype=linear
  85.  
  86. ## Seeking
  87. # use keyframes when dragging the seekbar
  88. seekbarkeyframes=no
  89. # size ratio of the slider handle, range 0 ~ 1
  90. seekbarhandlesize=0.8
  91. # show seekrange overlay
  92. seekrange=yes
  93. # transparency of seekranges
  94. seekrangealpha=150
  95. # update seekbar chapter markers on duration change
  96. livemarkers=yes
  97. # show osc when seeking? or input.conf: x script-message-to modernz osc-show
  98. osc_on_seek=no
  99. # set seekbarkeyframes based on video length to prevent laggy scrubbing on long videos
  100. automatickeyframemode=yes
  101. # videos of above this length (in seconds) will have seekbarkeyframes on
  102. automatickeyframelimit=600
  103.  
  104. ## UI [elements]
  105. # show title in OSC (above seekbar)
  106. showtitle=no
  107. # show window title in borderless/fullscreen mode
  108. showwindowtitle=yes
  109. # show window controls (close, min, max) in borderless/fullscreen
  110. showwindowcontrols=yes
  111. # whether to make the title bar a singular bar instead of a black fade
  112. titleBarStrip=no
  113. # title above seekbar. ${media-title} or ${filename} (can use /no-ext)
  114. title=${media-title}
  115. # mpv-osd-symbols = default osc font (or the one set in mpv.conf)
  116. font=mpv-osd-symbols
  117. # the font size of the title text (above seekbar)
  118. titlefontsize=30
  119. # chapter print format for seekbar-hover. "no" to disable
  120. chapter_fmt=Chapter: %s
  121. # always show a small progress line at the bottom of the screen
  122. persistentprogress=no
  123. # the height of the persistentprogress bar
  124. persistentprogressheight=17
  125. # on web videos, show the buffer on the persistent progress line
  126. persistentbuffer=no
  127.  
  128. ## UI [behavior]
  129. # whether to show osc when paused
  130. showonpause=yes
  131. # whether to disable the hide timeout on pause
  132. keeponpause=no
  133. # if the osc should only display when hovering at the bottom
  134. bottomhover=no
  135. # whether to raise subtitles above the osc when it's shown
  136. raisesubs=yes
  137. # how much subtitles rise when the osc is shown
  138. raisesubamount=175
  139. # the width of the thumbnail border (thumbfast)
  140. thumbnailborder=0
  141. # alpha of the background box for the OSC
  142. OSCfadealpha=150
  143. # alpha of the window title bar
  144. boxalpha=75
  145. # If you pin the window, keep window border?
  146. ontopborder=no
  147. # activate looping by right clicking pause
  148. loopinpause=no
  149. # only used at init to set visibility_mode(...)
  150. visibility=auto
  151.  
  152. ## UI [time-based]
  153. # duration in ms until OSC hides if no mouse movement
  154. hidetimeout=500
  155. # duration of fade out in ms, 0 = no fade
  156. fadeduration=250
  157. # amount of pixels the mouse has to move for OSC to show
  158. minmousemove=0
  159. # minimum interval between OSC redraws in seconds
  160. tick_delay=0.0167
  161. # use display fps as the minimum interval
  162. tick_delay_follow_display_fps=no
  163.  
Advertisement
Add Comment
Please, Sign In to add comment