Created
December 8, 2021 19:31
-
-
Save thevops/609448ff5e47c273154ab94991be198f to your computer and use it in GitHub Desktop.
Streamlink
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
| # https://streamlink.github.io/install.html#linux-and-bsd | |
| streamlink "https://www.youtube.com/watch?v=haeDest4BSE" 720p,best -o output.ts | |
| ffmpeg -i output.ts -c copy output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment