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.
error msg "ffmpeg exited with code 1" #3851
Comments
|
The generic extractor found a SMIL URL. Since youtube-dl does not support SMIL natively (patches welcome), that URL is handed off to ffmpeg. However, the URL in question is a 403, so ffmpeg exits. Everything is working as it should. We'll keep this issue as a site-support-request for startv.in . Most likely, we'll have to use either another route or add some magic incantation (cookies, Referer, UA, ...) for the SMIL request. |
|
this should be fixed by this commit cce9d15. |
Hi,
I'm getting the following error when using the fallback extractor. I didn't include any postscript arguments, yet I receive ffmpeg errors.