refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
31
.config/mpv-syl/mpv.conf
Normal file
31
.config/mpv-syl/mpv.conf
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Use GPU-accelerated video output by default
|
||||
osc=no
|
||||
vo=gpu
|
||||
af=scaletempo2
|
||||
autofit=2800x1800
|
||||
geometry=50%:50%
|
||||
# input-ipc-server="/tmp/mpvsocket"
|
||||
hwdec=auto
|
||||
rtsp-transport=udp
|
||||
speed=1.95
|
||||
# gpu-context=wayland
|
||||
|
||||
# ytdl-path=yt-dlp
|
||||
ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best
|
||||
|
||||
[fast]
|
||||
speed=1.95
|
||||
|
||||
[slow]
|
||||
speed=1
|
||||
|
||||
[wc]
|
||||
speed=1
|
||||
osd-level=0
|
||||
osc=no
|
||||
load-scripts=no
|
||||
profile=low-latency
|
||||
demuxer-lavf-format=video4linux2
|
||||
demuxer-lavf-o-set=input_format=mjpeg,video_size=1920x1080,framerate=60
|
||||
#untimed=yes
|
||||
fps=60
|
Loading…
Add table
Add a link
Reference in a new issue