-
-
Save Windows81/3d8ac7fda77b4ed53b7ca745be02455f to your computer and use it in GitHub Desktop.
Generate a forward-sequential compilation of Countdown's videos (https://www.youtube.com/channel/UC7nm9Nzo12SDQzrxJS8xdVg)!
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 --playlist-reverse https://www.youtube.com/channel/UC7nm9Nzo12SDQzrxJS8xdVg/videos -f 22 -o "%(autonumber)03d.%(ext)s" --autonumber-start 0 | |
ls *.mp4 -name|%{"file C:/Users/USERNAME/Videos/Projects/countdown/$_"}|ffmpeg -f concat -safe 0 -protocol_whitelist pipe,file -i - -c copy countdown.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment