Skip to content

Instantly share code, notes, and snippets.

@SxDx
Last active July 15, 2020 10:19
Show Gist options
  • Save SxDx/262cb1b78a616ab38ebb2a5d9c8ae3e7 to your computer and use it in GitHub Desktop.
Save SxDx/262cb1b78a616ab38ebb2a5d9c8ae3e7 to your computer and use it in GitHub Desktop.
Download a portion of a youtube video (first time param is start, second time param is duration)
ffmpeg $(youtube-dl -g '$YOUTUBE_URL' | sed "s/.*/-ss 00:10 -i &/") -t 01:00 -c copy out.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment