12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #okay, now the fun serious stuff... my stuff...
- # seems to work okay at top of config. made video not appear when first tried on end of config. ... something improperly escaped?
- volume=57
- #caching stuff
- cache=yes
- demuxer-max-bytes=40MiB
- #huh, weird, it complains about this?...
- #demux3er-readahead-secs=10
- #
- # here follows the example from the man page. tweak to suit needs
- # normal top-level option
- #fullscreen=yes
- # a profile that can be enabled with --profile=big-cache
- [big-cache]
- cache=yes
- demuxer-max-bytes=16780KiB
- demuxer-readahead-secs=19
- # a profile that can be enabled with --profile=slow
- [slow]
- profile-desc="some profile name"
- # reference a builtin profile
- profile=gpu-hq
- # a profile that can be enabled with --profile=fast
- [fast]
- vo=vdpau
- # a profile that can be enabled with --profile=slow-better
- # using a profile again extends it
- [slow]
- framedrop=no
- # you can also include other profiles
- profile=big-cache
- #shuda had this long tme ago
- screenshot-directory="~/images/scrots"
- #and this too... may wanna tweak the name date format from this initial copy pasta that has date and video timestamp
- #screenshot-template="%tY-%tm-%td_%tH-%tM-%tS"
- screenshot-template="%tY-%tm-%td_%tH-%tM-%tS"
|