Advertisement
Guest User

mpv example config(mpv.conf)

a guest
Feb 2nd, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. ###Video###
  2. profile=opengl-hq
  3. scale=ewa_lanczossharp
  4. cscale=ewa_lanczossoft
  5. framedrop=vo
  6. # framedrop=vo
  7. # Drop late frames on video output (default). This still decodes and filters all
  8. # frames, but doesn't render them on the VO. It tries to query the display FPS
  9. # (X11 only, not correct on multi-monitor systems), or assumes infinite display
  10. # FPS if that fails. Drops are indicated in the terminal status line as Dropped:
  11. # field. If the decoder is too slow, in theory all frames would have to be
  12. # dropped (because all frames are too late) - to avoid this, frame dropping
  13. # stops if the effective framerate is below 10 FPS.
  14. hwdec=no
  15.  
  16. ###Audio###
  17. ao=alsa
  18. audio-channels=5.1
  19. volume=40
  20.  
  21. ###Track Selection###
  22. # Audio settings
  23. alang=ja,jpn,Japanese,en,eng,English
  24.  
  25. ###Subtitles###
  26. slang=jpn,ja,Japanese,eng,en,English
  27. demuxer-mkv-subtitle-preroll=yes
  28.  
  29. sub-gauss=.4
  30. # Apply Gaussian blur to image subtitles (default: 0). This can help to make
  31. # pixelated DVD/Vobsubs look nicer. A value other than 0 also switches to
  32. # software subtitle scaling. Might be slow.
  33.  
  34. sub-gray
  35. # Convert image subtitles to grayscale. Can help to make yellow DVD/Vobsubs look
  36. # nicer.
  37.  
  38. ###Screenshot###
  39. screenshot-format=jpg
  40. screenshot-template="/home/anon/screenshots/%F_%#04n_%p_[%tY_%tm_%td_%tH]"
  41.  
  42. ###Playback Control###
  43. [extension.gif]
  44. loop-file=inf
  45.  
  46. [extension.webm]
  47. loop-file=inf
  48.  
  49. ###Program Behavior###
  50. save-position-on-quit
  51. ytdl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement