wybm icon indicating copy to clipboard operation
wybm copied to clipboard

:scissors: Extract and cut youtube webms

Results 7 wybm issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/67171389/85181956-dd512d00-b2b9-11ea-9cd3-48fa11cce892.png)

Example video: https://www.youtube.com/watch?v=pBuZEGYXA6E Need to allow av01.xxx vcodec, fix sorting, update bundled ffmpeg/mkvinfo/youtube-dl. Also allow vp9.2 vcodec (HDR).

YouTube limits download speed for simple `wget $(youtube-dl -g id)` HTTP agents. Need to use workaround: https://github.com/rg3/youtube-dl/issues/15271#issuecomment-362834889 request library doesn't support it, need to either implement by hand (similar to...

important

Frames info might be parsed with `ffprobe -show_packets -of json` or even with minimalistic EBML parser (see [webmify](https://github.com/Kagami/webmify)). `mkvinfo.exe`: 5.9M packed, 19M unpacked. Probably not that much, so this is...

important

Need to just spawn `youtube-dl --update`.

wybm may drop one frame and the end because milliseconds are not properly rounded. There might be issues for first frame too.