-vf zscale=t=linear,tonemap=tonemap=clip:param=0.3,zscale=t=bt709:m=bt709:p=bt709:r=tv,format=yuv420p,eq=contrast=1.1:saturation=1.1
- Copying a video from PS5 to a thumb drive
certbot certonly \
--dry-run \
--agree-tos \
--run-deploy-hooks \
--deploy-hook /path/to/letsencrypt_haproxy_hook.sh \
--standalone \
--preferred-challenges http-01 \
--http-01-port 54321 \
-d ...
yt-dlp "https://..." \ | |
--embed-metadata \ | |
--embed-thumbnail \ | |
--embed-subs \ | |
--embed-chapters \ | |
--embed-info-json \ | |
--remux-video mkv \ | |
--download-archive videos.txt |
yt-dlp -x \ | |
--audio-format mp3 \ | |
--embed-metadata \ | |
--embed-thumbnail \ | |
"https://..." |