Created
September 28, 2025 04:42
-
-
Save smithbr/a4a5c65d47c722005ef066bf6a6a43b8 to your computer and use it in GitHub Desktop.
cat videos for projector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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