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.
Vimeo: Chokes on --add-metadata #8350
Comments
vxbinaca
commented
Jan 28, 2016
|
Looks like it's failing on metadata embed, it's choking on |
|
Here's the output of the ffmpeg command:
These lines are relevant:
With |
|
If it helps, I downloaded that entire channel and encountered what I think may be a similar error but I just re-ran the rip (this is easy since I have it not clobber or retry already downloaded videos) and it passed over the problem video but this particular one wouldn't do it without dropping the 92/94 videos on that channel completed without error. |
|
@vxbinaca The problematic line is this one: https://github.com/rg3/youtube-dl/blob/ed7cd1e859cf97e975a28a5e8c58a1d1aca819fe/youtube_dl/extractor/vimeo.py#L459
to:
Works for me. However, the parameter 'm3u8_native' is added by another developer, so I have to ask his/her original intention before making changes. |
|
|
So let's call @dstftw: using |
|
So do you suggest switching all |
|
The problem is: if |
|
Presence of |
|
adding
in general hls native is better for two reasons(at least):
|
|
I'll wait for the push. I get my script from pip anyway and check twice daily for new copies. I also have another issue on Vimeo. |
[ffmpeg] fix adding metadata when using m3u8_native(fixes #8350)