Results 179 comments of Kagami
trafficstars

Reopening because this happens not that rare and would be good to fix or at least report it. Another example: https://youtu.be/9fbrjY1S73E Save 1080p VP9, both mkvinfo and ffprobe indicate keyframe...

Yeah, bundled youtube-dl is outdated. You can put [latest version](https://youtube-dl.org/downloads/latest/youtube-dl.exe) somewhere in the PATH.

No, it should be in PATH directory. See e.g. https://www.reddit.com/r/commandline/comments/6zcdsv/can_you_setup_youtubedl_on_windows_10_to_operate/ You can copy `youtube-dl.exe` to `C:\Windows` or create e.g. `C:\bin` directory and append it to PATH environment variable via Advanced...

What's the link of the video?

Yeah, there're only DASH formats available and wybm doesn't support that. You can use boram instead. Or download with youtube-dl in cmdline.

In case someone haven't see it yet, [here](https://github.com/d-s-x/bomi/commits/develop) is fresh fork of bomi with new commits.

### How to build latest bomi with latest Qt with latest ffmpeg with system gcc mediaName; }; - get[u"%UNIX%"_q] = [] (const FileNameGenerator *g) { return _N(g->unix / 1000llu); };...

If your system gcc is higher than 5.0 (bomi requires C++14 support which is not available in gcc 4.x) then you don't need first patch and should also omit `--cc`...

I was trying to add `.toBuffer` method to the inherited class. And I'd like not to mutate the `Int64` prototype itself because it may affect someone's usecase when my library...

I'm not sure HTTP protocol would work, however I haven't tried. I suggest to try with: ```patch diff --git a/Makefile b/Makefile index ec713ed..bcaa707 100644 --- a/Makefile +++ b/Makefile @@ -8,7...