Advertisement
xe1phix

Xe1phix-mpv-[v4.8.9].conf

Dec 26th, 2022
1,197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.22 KB | None | 0 0
  1. ##-=======================================-##
  2. ##   [+] Xe1phix MPV Configuration File
  3. ##-=======================================-##
  4. ##
  5. ##
  6. ## --------------------------------------------- ##
  7. ##   [?] MPV Config File
  8. ## --------------------------------------------- ##
  9. ##  ~/.config/mpv/mpv.conf
  10. ##
  11. ## ------------------------------------------------ ##
  12. ##   [+] Prints all available options
  13. ## ------------------------------------------------ ##
  14. ##   mpv --list-options
  15. ##
  16. ## ------------------------------------------------ ##
  17. ##   [+] Print a list of the available properties
  18. ## ------------------------------------------------ ##
  19. ##   mpv --list-properties
  20. ##
  21. ## ------------------------------------------------ ##
  22. ##   [+] Print a list of the supported protocols
  23. ## ------------------------------------------------ ##
  24. ##   mpv --list-protocols
  25. ##
  26. ##
  27. ##-======================-##
  28. ##   [+] Video Settings
  29. ##-======================-##
  30.  
  31. ## --------------------------------------------- ##
  32. ## [?] Start in fullscreen mode by default.
  33. ## --------------------------------------------- ##
  34. ## fs=yes
  35. ## fullscreen=no
  36.  
  37. ## --------------------------------------------- ##
  38. ## [?] force starting with centered window
  39. ## --------------------------------------------- ##
  40. ## geometry=50%:50%
  41.  
  42. ## --------------------------------------------- ##
  43. ## [?] don't allow a new window to have a size
  44. ##     larger than 90% of the screen size
  45. ## --------------------------------------------- ##
  46. ## autofit-larger=90%x90%
  47.  
  48. ## --------------------------------------------- ##
  49. ## [?] Do not close the window on exit.
  50. ## --------------------------------------------- ##
  51. keep-open=yes
  52.  
  53. ## --------------------------------------------- ##
  54. ## loop-playlist=<N|inf|force|no>
  55. ## --------------------------------------------- ##
  56. loop-playlist=inf
  57. ## --------------------------------------------- ##
  58. ## loop-file=<N|inf|no>
  59. ## loop-file=inf
  60. ## --------------------------------------------- ##
  61. ## on-all-workspaces=yes
  62. ## ontop=yes
  63. ## --------------------------------------------- ##
  64. window-maximized=yes
  65. video-zoom=0.200
  66. panscan=0.200
  67. ## --------------------------------------------- ##
  68.  
  69. ## --------------------------------------------- ##
  70. ## [?] Slow down or speed up playback
  71. ## --------------------------------------------- ##
  72. speed=0.83
  73.  
  74. ## volume=100
  75. mute=yes
  76.  
  77. ## --------------------------------------------- ##
  78. ## log-file=
  79. ## config-dir=~/.config/mpv/
  80. ## --------------------------------------------- ##
  81. ## resume-playback-check-mtime=yes
  82. save-position-on-quit=yes
  83. watch-later-directory=~/.config/mpv/watch_later/
  84. ## --------------------------------------------- ##
  85. ## screenshot-directory=
  86. ## screenshot-format=jpg
  87. ## screenshot-format=jpeg
  88. ## screenshot-format=png
  89. ## screenshot-png-compression=8
  90. ## screenshot-template='~/Desktop/%F (%P) %n'
  91. ## --------------------------------------------- ##
  92. ## tls-ca-file=
  93. ## tls-cert-file=
  94. ## tls-key-file=
  95. ## tls-verify=yes
  96. ## --------------------------------------------- ##
  97. ## rtsp-transport=lavf
  98. ## rtsp-transport=udp
  99. ## rtsp-transport=tcp
  100. ## rtsp-transport=http
  101. ## --------------------------------------------- ##
  102. ## user-agent=
  103. ## http-header-fields
  104. ## cookies=yes
  105. ## cookies-file=
  106. ## --------------------------------------------- ##
  107. ##
  108. ##
  109. ## --------------------------------------------- ##
  110. ## contrast=
  111. ## brightness=
  112. ## saturation=
  113. ## --------------------------------------------- ##
  114. ##
  115. ##
  116. ##
  117. ## --------------------------------------------- ##
  118. ##  [+] Set loop points
  119. ## --------------------------------------------- ##
  120. ## ab-loop-a=<time>
  121. ## ab-loop-a
  122. ## ab-loop-b=<time>
  123. ## ab-loop-b
  124. ## --------------------------------------------- ##
  125. ##
  126. ##
  127.  
  128. ## --------------------------------------------- ##
  129. ##  [+] Use max quality for HLS streams
  130. ## --------------------------------------------- ##
  131. ## hls-bitrate=max
  132.  
  133. ## --------------------------------------------- ##
  134. ##  [+] Youtube-DL Template
  135. ## --------------------------------------------- ##
  136. ## ytdl-format=bestvideo[height<=?1080][fps<=?30][vcodec!=?vp9][protocol!=http_dash_segments]+bestaudio/best #[protocol!=http_dash_segments][protocol!=rtmp]
  137. ##
  138. ##
  139.  
  140.  
  141. # Do not wait with showing the video window until it has loaded. (This will
  142. # resize the window once video is loaded. Also always shows a window with
  143. # audio.)
  144. #force-window=immediate
  145.  
  146. # Disable the On Screen Controller (OSC).
  147. #osc=no
  148.  
  149. # Keep the player window on top of all other windows.
  150. #ontop=yes
  151.  
  152. # Specify high quality video rendering preset (for --vo=gpu only)
  153. # Can cause performance problems with some drivers and GPUs.
  154. #profile=gpu-hq
  155.  
  156. # Force video to lock on the display's refresh rate, and change video and audio
  157. # speed to some degree to ensure synchronous playback - can cause problems
  158. # with some drivers and desktop environments.
  159. #video-sync=display-resample
  160.  
  161. # Enable hardware decoding if available. Often, this does not work with all
  162. # video outputs, but should work well with default settings on most systems.
  163. # If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
  164. # may or may not help.
  165. #hwdec=auto
  166.  
  167. ##################
  168. # audio settings #
  169. ##################
  170.  
  171. # Specify default audio device. You can list devices with: --audio-device=help
  172. # The option takes the device string (the stuff between the '...').
  173. #audio-device=alsa/default
  174.  
  175. # Do not filter audio to keep pitch when changing playback speed.
  176. #audio-pitch-correction=no
  177.  
  178. # Output 5.1 audio natively, and upmix/downmix audio with a different format.
  179. #audio-channels=5.1
  180. # Disable any automatic remix, _if_ the audio output accepts the audio format.
  181. # of the currently played file. See caveats mentioned in the manpage.
  182. # (The default is "auto-safe", see manpage.)
  183. #audio-channels=auto
  184.  
  185. ##################
  186. # other settings #
  187. ##################
  188.  
  189. # Pretend to be a web browser. Might fix playback with some streaming sites,
  190. # but also will break with shoutcast streams.
  191. #user-agent="Mozilla/5.0"
  192.  
  193. # cache settings
  194. #
  195. # Use a large seekable RAM cache even for local input.
  196. #cache=yes
  197. #
  198. # Use extra large RAM cache (needs cache=yes to make it useful).
  199. #demuxer-max-bytes=500M
  200. #demuxer-max-back-bytes=100M
  201. #
  202. # Disable the behavior that the player will pause if the cache goes below a
  203. # certain fill size.
  204. #cache-pause=no
  205. #
  206. # Store cache payload on the hard disk instead of in RAM. (This may negatively
  207. # impact performance unless used for slow input such as network.)
  208. #cache-dir=~/.cache/
  209. #cache-on-disk=yes
  210.  
  211. # Display English subtitles if available.
  212. #slang=en
  213.  
  214. # Play Finnish audio if available, fall back to English otherwise.
  215. #alang=fi,en
  216.  
  217. # Change subtitle encoding. For Arabic subtitles use 'cp1256'.
  218. # If the file seems to be valid UTF-8, prefer UTF-8.
  219. # (You can add '+' in front of the codepage to force it.)
  220. #sub-codepage=cp1256
  221.  
  222. # You can also include other configuration files.
  223. #include=/path/to/the/file/you/want/to/include
  224.  
  225. ############
  226. # Profiles #
  227. ############
  228.  
  229. # The options declared as part of profiles override global default settings,
  230. # but only take effect when the profile is active.
  231.  
  232. # The following profile can be enabled on the command line with: --profile=eye-cancer
  233.  
  234. #[eye-cancer]
  235. #sharpen=5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement