Advertisement
4ndr0666

mpv.conf

Jan 10th, 2023 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.74 KB | Software | 0 0
  1. ### 4ndr0666 MPV Settings ###
  2.  
  3. ##############
  4. # pseudo GUI #
  5. ##############
  6. #--player-operation-mode=pseudo-gui
  7.  
  8. ####################
  9. #Screenshot upgrade#
  10. ####################
  11. screenshot-webp-lossless=yes
  12. screenshot-directory=~/Pictures
  13. screenshot-format=webp
  14.  
  15. ############
  16. #Extensions#
  17. ############
  18. image-display-duration=inf
  19.  
  20. [extension.gif]
  21. loop-file=inf
  22.  
  23. [extension.webm]
  24. loop-file=inf
  25.  
  26. [extension.jpg]
  27. pause
  28.  
  29. [extension.png]
  30. pause
  31.  
  32. ##########################
  33. #Window Placement/Options#
  34. ##########################
  35. geometry=50%:50%
  36. #--geometry=50%+10+10/2
  37. #--geometry=100%:100%
  38. autofit-larger=90%x90%
  39. keep-open=always
  40. keep-open-pause=yes
  41. #--taskbar-progress
  42. #--video-latency-hacks=yes
  43. force-window=immediate
  44. no-osc
  45. no-border
  46. osd-level=1
  47. ontop=yes
  48. #--osd-bar=no
  49. #window-scale=0.4
  50. #save-position-on-quit=yes
  51. #--video-rotate=<0-359|no>
  52.  
  53. ##################
  54. # video settings #
  55. ##################
  56. ignore-path-in-watch-later-config=yes
  57. #keepaspect=no
  58. #save-position-on-quit
  59. #fs=yes
  60. #--fps=60
  61. ##--no-correct-pts(fixed framrate), --correct-pts
  62. loop-file=yes
  63. loop-playlist=yes
  64. no-resume-playback
  65. input-ipc-server=/tmp/mpvsocket
  66. hwdec=auto-copy
  67. #--hr-seek-framedrop=no
  68. #setpts=PTS*2
  69. #hwdec-codecs=all
  70. speed=0.50
  71. #interpolation=yes
  72. #gpu-context=wayland
  73. #--deband
  74. #--deinterlace=yes
  75. #video-sync=display-resample
  76. #interpolation=yes
  77.  
  78. #######
  79. #Color#
  80. #######
  81. #--tone-mapping-param=hable
  82.  
  83. ###########
  84. #Subtitles#
  85. ###########
  86. sub-visibility=no
  87. #sub-auto=fuzzy
  88. #alang=en,eng,da,dan
  89. #slang=en,eng,da,dan
  90. #vlang=en,eng,da,dan
  91.  
  92. ##################
  93. # audio settings #
  94. ##################
  95. # --no-audio
  96.  
  97. #####################
  98. # Act as Web Browser#
  99. #####################
  100. # Pretend to be a web browser. Might fix playback with some streaming sites,
  101. # but also will break with shoutcast streams.
  102. #user-agent="Mozilla/5.0"
  103.  
  104. #################
  105. # cache settings#
  106. #################
  107. # Use 150MB input cache by default. The cache is enabled for network streams only.
  108. #cache-default=153600
  109.  
  110. # Use 150MB input cache for everything, even local files.
  111. #cache=yes
  112.  
  113. # Disable the behavior that the player will pause if the cache goes below a
  114. # certain fill size.
  115. #cache-pause=no
  116.  
  117.  
  118. ##########
  119. #Profiles#
  120. ##########
  121. # Specify high quality video rendering preset (for --vo=gpu only)
  122. # Can cause performance problems with some drivers and GPUs.
  123. profile=gpu-hq
  124. #--vo=xv
  125. #--vo=vdpau=hqscaling=9
  126. #--vo=gl
  127. #--enable-vapoursynth
  128. #--enable-libmpv-shared
  129. #--enable-x11
  130.  
  131. #[big-cache]
  132. #cache=yes
  133. #demuxer-max-bytes=123400KiB
  134. #demuxer-readahead-secs=20
  135.  
  136. #[slow]
  137. #profile-desc="some profile name"
  138. #reference a builtin profile
  139. #profile=gpu-hq
  140.  
  141. #[fast]
  142. #vo=vdpau
  143.  
  144. #[slow]
  145. #framedrop=no
  146.  
  147. #[eye-cancer]
  148. #sharpen=5
  149.  
Tags: MPV
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement