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: Stream #1:0 -> #0:1 (copy) #20515
Comments
|
Outdated ffmpeg. |
|
I freshly installed it from homebrew and having the same issue @dstftw |
|
Even brew install ffmpeg --HEAD --fetch-HEAD --build-from-sourcedidn't fix it for me (macOS Mojave) Which version of ffmpeg do I need? |
|
No idea if this helps but I was getting this error when doing This was on Mojave, latest |
|
I am also getting this error when using the "default" profile, and after a lot of troubleshooting (and no changes in ffmpeg/python/youtube-dl versions), I was able to recreate and narrow down the issue. TL;DR--try disabling both "Embed thumbnail in audio file" and "Add metadata to file". With both options enabled, I got the following result and 0 files downloaded:
With only "Add metadata to file" enabled, I got the following result and some files (47/999) downloaded. The "Requested formats are incompatible for merge" warning showed up 41 times, so I only included the warning once to keep it as concise as possible.
This is the video that ultimately killed the job: I tried re-running that video by itself but received the same error. Out of curiosity, I changed the profile from [default] to [mp4], re-enabled the problematic options--and got a different error complaining about AtomicParsley:
Ultimately, the files downloaded in every case, but these errors cause the entire job to grind to a halt. There are also leftover "duplicate" .mp4 files whose filesize is 0 bytes (generated for an operation that was unable to be completed?). Hopefully this is helpful rather than annoying; I don't post too often so I'm unsure if this is the right way to go about it. I just wanted to share my own findings with this specific issue. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.03.18. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Hello,
I have a personal php script that allows me to download the youtube videos of my choice. I'm looking to get the video in the best possible format, in mp4. I noticed today that it doesn't work for a video.
My server is running under debian 9, latest version of youtube-dl and ffmpeg.
Thank you