Skip to content

Instantly share code, notes, and snippets.

@smithbr
Created September 28, 2025 04:42
Show Gist options
  • Save smithbr/a4a5c65d47c722005ef066bf6a6a43b8 to your computer and use it in GitHub Desktop.
Save smithbr/a4a5c65d47c722005ef066bf6a6a43b8 to your computer and use it in GitHub Desktop.
cat videos for projector
yt-dlp "url" -f "bv*" \
--recode-video mp4 \
--postprocessor-args "ffmpeg:-an -c:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p -vf scale=1280:-2 -r 30"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment