mpv.conf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #okay, now the fun serious stuff... my stuff...
  2. # seems to work okay at top of config. made video not appear when first tried on end of config. ... something improperly escaped?
  3. volume=57
  4. #caching stuff
  5. cache=yes
  6. demuxer-max-bytes=40MiB
  7. #huh, weird, it complains about this?...
  8. #demux3er-readahead-secs=10
  9. #
  10. # here follows the example from the man page. tweak to suit needs
  11. # normal top-level option
  12. #fullscreen=yes
  13. # a profile that can be enabled with --profile=big-cache
  14. [big-cache]
  15. cache=yes
  16. demuxer-max-bytes=16780KiB
  17. demuxer-readahead-secs=19
  18. # a profile that can be enabled with --profile=slow
  19. [slow]
  20. profile-desc="some profile name"
  21. # reference a builtin profile
  22. profile=gpu-hq
  23. # a profile that can be enabled with --profile=fast
  24. [fast]
  25. vo=vdpau
  26. # a profile that can be enabled with --profile=slow-better
  27. # using a profile again extends it
  28. [slow]
  29. framedrop=no
  30. # you can also include other profiles
  31. profile=big-cache
  32. #shuda had this long tme ago
  33. screenshot-directory="~/images/scrots"
  34. #and this too... may wanna tweak the name date format from this initial copy pasta that has date and video timestamp
  35. #screenshot-template="%tY-%tm-%td_%tH-%tM-%tS"
  36. screenshot-template="%tY-%tm-%td_%tH-%tM-%tS"