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.
Hi there!👍 ) and stated
I tried to download a full MTV show via youtube-dl, which at first looked fine: It found all the HLS playlists (even though they should be country restricted
[mtv] playlist K3U: Collected 6 video ids (downloading 6 of them)Problem is, right after downloading the first part youtube-dl exits with
ERROR: av_interleaved_write_frame(): Invalid argument Traceback (most recent call last): File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2034, in post_process files_to_delete, info = pp.run(info) File "/usr/local/bin/youtube-dl/youtube_dl/postprocessor/ffmpeg.py", line 546, in run self.run_ffmpeg(filename, temp_filename, options) File "/usr/local/bin/youtube-dl/youtube_dl/postprocessor/ffmpeg.py", line 208, in run_ffmpeg self.run_ffmpeg_multiple_files([path], out_path, opts) File "/usr/local/bin/youtube-dl/youtube_dl/postprocessor/ffmpeg.py", line 204, in run_ffmpeg_multiple_files raise FFmpegPostProcessorError(msg) FFmpegPostProcessorError: av_interleaved_write_frame(): Invalid argumentffmpeg version is also up to date (3.4.1)
Here's a example of a show to reproduce this behaviour: http://www.mtv.com/episodes/rxehms/eye-candy-k3u-season-1-ep-101
Is there any thing I missed or can do?