Add yt-dlp configuration
This commit is contained in:
parent
1787b7da6a
commit
a83bbd299d
@ -12,7 +12,7 @@ profile=gpu-hq
|
||||
volume-max=200
|
||||
af=acompressor
|
||||
## Youtube-dl settings
|
||||
ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
|
||||
ytdl-format=bestvideo[height<=1080][vcodec!=av1]+bestaudio/best
|
||||
## Wayland
|
||||
gpu-context=wayland
|
||||
## Default window size
|
||||
|
@ -1 +1,4 @@
|
||||
-f bestvideo[height<=1080][vcodec=h264]+bestaudio/best
|
||||
# Limit resolution to 1080p and exclude AV1
|
||||
-f bestvideo[height<=1080][vcodec!=av1]+bestaudio/best
|
||||
# Use HEVC codec to save space
|
||||
-S vcodec:h265
|
||||
|
Loading…
x
Reference in New Issue
Block a user