Skip to content

Instantly share code, notes, and snippets.

@Windows81
Created April 1, 2022 22:18
Show Gist options
  • Save Windows81/3d8ac7fda77b4ed53b7ca745be02455f to your computer and use it in GitHub Desktop.
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)!
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