OT: How to install apps from GitHub

Configure and optimize you computer for Audio.
RELATED
PRODUCTS

Post

BertKoor wrote: Thu Apr 24, 2025 3:56 pm You can be a genius too!
Just rtfm ;)
I'm still reading and watching videos.
trying to figure out how to actually run the command to download a YouTube video still..
Main Computer Specs: MacBook M1 Max, 32GB, 4TB, Cubase 13.

Post

well, this here works:

Code: Select all

yt-dlp 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' -o ripped    
Maybe the big secret is to put quotes around the url. Otherwise the question mark within the url will be attempted to be interpreted by the command line parser. It tries to match a file name where '?' means one single (any) character, hence the cryptic error message "no matches found".

It writes to a .webm file, but you can see there's a temp .mp4 file created first.
If you add '-k' to the arguments (as the program hints itself) then that temp file is not deleted, so you get the .mp4 as well.
We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post

The `git checkout` beginning procedure is for when you want to build the thing from source. While this is the case for most projects on there it isn't for end users.

Instructions for end users must be gathered by the README.

Post

You guys provided more help and knowledge than all the videos and tutorials I read for the past few weeks.

the only thing I got left to do is to install the ffmpeg
Main Computer Specs: MacBook M1 Max, 32GB, 4TB, Cubase 13.

Post

TS-12 wrote: Mon Apr 28, 2025 2:55 pm You guys provided more help and knowledge than all the videos and tutorials I read for the past few weeks.

the only thing I got left to do is to install the ffmpeg
ffmpeg is very much worth the learning effort. Really universal media tool.

Post

TS-12 wrote: Mon Apr 28, 2025 2:55 pm the only thing I got left to do is to install the ffmpeg
According to https://formulae.brew.sh/formula/ffmpeg that's simply

Code: Select all

brew install ffmpeg
(which is another deep rabbit hole to get usable results from, and I suspect know that yt-dlp already uses ffmpeg under the hood for format conversions and other ultilitary tasks)
We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post

ok so I'm stuck again, yt-dlp cant download because ffmpeg is missing.
I tried installing ffmpeg thru Homebrew but keep getting SHA256 error,
deleted ffmpeg install files manually few times, reinstalled homebrew, and still getting this error.

Error: ffmpeg: SHA256 mismatch
Expected: cc24fae87d3af05af3a5ab57041cabc4fb4dc93a6d575d69dd23831fe0856204
Actual: 65c8b7299ea44494dbfb6056799e1a3dd5741d158f7d5e0ee896c0171e1502b8
File: Library/Caches/Homebrew/downloads/67c76d5bd2c4b744054875676a109c8f1cc7980f9f63eaeeb0bcecaab845b5fc--x265_git-b354c009a60bcd6d7fc04014e200a1ee9c45c167.diff
To retry an incomplete download, remove the file above.
Main Computer Specs: MacBook M1 Max, 32GB, 4TB, Cubase 13.

Post

at this point I'd suggest 'have you tried 4K Video Downloader?'
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."

Post

TS-12 wrote: Wed Apr 30, 2025 4:18 pm ok so I'm stuck again, yt-dlp cant download because ffmpeg is missing.
I tried installing ffmpeg thru Homebrew but keep getting SHA256 error,
deleted ffmpeg install files manually few times, reinstalled homebrew, and still getting this error.

Error: ffmpeg: SHA256 mismatch
Expected: cc24fae87d3af05af3a5ab57041cabc4fb4dc93a6d575d69dd23831fe0856204
Actual: 65c8b7299ea44494dbfb6056799e1a3dd5741d158f7d5e0ee896c0171e1502b8
File: Library/Caches/Homebrew/downloads/67c76d5bd2c4b744054875676a109c8f1cc7980f9f63eaeeb0bcecaab845b5fc--x265_git-b354c009a60bcd6d7fc04014e200a1ee9c45c167.diff
To retry an incomplete download, remove the file above.
Do what it says. Nuke that file, try again.

Although... why is there a diff file. This points to a source code install. Can you post your complete commandline and the whole response?

Post

This is it, here. There is no need to compile. The binaries are here. If you are not seeing all of them, click the link that says, "Show all 18 assets".

The initial screenshot shows that the OP is using a Mac. The MacOS binaries for the program are already done. Just download it.

EDIT: Never mind me. It looks like you have moved beyond this point in the puzzle. :wink:
Vendor‑Dependent Copy Protection: Customers lose. Pirates win.:mad:
(Also: I'm Accused of lying about Linux—it boots, runs my pro audio workflow, stays stable, updates--though yearly dismissed as “niche”. Yet I'm the deluded one.)
:roll:

Post

uOpt wrote: Wed Apr 30, 2025 5:19 pm
TS-12 wrote: Wed Apr 30, 2025 4:18 pm ok so I'm stuck again, yt-dlp cant download because ffmpeg is missing.
I tried installing ffmpeg thru Homebrew but keep getting SHA256 error,
deleted ffmpeg install files manually few times, reinstalled homebrew, and still getting this error.

Error: ffmpeg: SHA256 mismatch
Expected: cc24fae87d3af05af3a5ab57041cabc4fb4dc93a6d575d69dd23831fe0856204
Actual: 65c8b7299ea44494dbfb6056799e1a3dd5741d158f7d5e0ee896c0171e1502b8
File: Library/Caches/Homebrew/downloads/67c76d5bd2c4b744054875676a109c8f1cc7980f9f63eaeeb0bcecaab845b5fc--x265_git-b354c009a60bcd6d7fc04014e200a1ee9c45c167.diff
To retry an incomplete download, remove the file above.
Do what it says. Nuke that file, try again.

Although... why is there a diff file. This points to a source code install. Can you post your complete commandline and the whole response?
I keep deleting the file, but when ffmpeg is getting downloaded thru homebrew it creates that file again.
Main Computer Specs: MacBook M1 Max, 32GB, 4TB, Cubase 13.

Post

https://clipgrab.org ? It`s using yt-dlp and is free.

Post Reply

Return to “Computer Setup and System Configuration”