Add yt-dlp configuration

This commit is contained in:
coolneng 2025-08-27 11:08:33 +02:00
parent 1787b7da6a
commit a83bbd299d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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