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.
Youtube-dl spams the console with errors when downloading a Twitch VoD #5591
Comments
|
That's actually from ffmpeg, not youtube-dl. |
|
The raw .ts segments from this video have mp3 audio streams:
So the |
|
This might be helpful: Vod urls with /v/ in them on twitch are new (HLS), while the old vod url format was /b/ (FLV). I don't think youtube-dl currently handles the /v/ urls. |
When downloading a Twitch vod, http://www.twitch.tv/andy/v/4218137, the console is spammed with errors "Error parsing ADTS frame header!" and "Failed to open bitstream filter aac_adtstoasc for stream 0 with codec copy: Operation not permitted".
I generated output by running
cmd < in.txt 1>out.txt 2>&1, where in.txt ispy -2 -m youtube_dl http://www.twitch.tv/andy/v/4218137 --verbose -f best.The full output is 14MB in size, however zipped it is 17kB: http://puu.sh/hzUQF/9e5f0d486d.zip
This is the beginning of the output with the debug info:
The video downloaded is fine, everything looks good and the sound is okay.