Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
Description
Python3 and ffmpeg are installed with Tigerbrew. But with the default format of bestvideo+bestaudio, when it tries to merge with ffmpeg it encounters an error,
ERROR: Reason: image not found. This is not a big issue as I can specify-f mp4to download one file but I would like to download bestvideo+bestaudio.Oops, github suggested some similar issues and I found #8323. How did I not find that when searching the very exact error message😕
I don't feel like deleting all this work so I will submit and close it.