qbnu

Results 18 comments of qbnu

For decoding? Based on this article I thought dav1d was still the best. https://engineering.fb.com/2023/02/21/video-engineering/av1-codec-facebook-instagram-reels/

Having that extra pair of buttons would probably be a good feature for all multi-frame images. And keybinds that always skip to the next file and not the next frame...

I submitted a PR (https://github.com/yt-dlp/yt-dlp/pull/6547) but I could only test up to 480p. Also I don't know if festival videos can be anthologies, so I couldn't test that.

I added your suggestions, but I want to mention that IDs don't have underscores, and the filename is in the format `Vocaroo {id}.mp3` when you click the Download button on...

There is an `x-bz-upload-timestamp` header in the response which has the UNIX timestamp of when each file was uploaded. Should this be used as the value for `timestamp`, and is...

I made the logic for the media subdomain match the [logic of the site](https://cdn.vocaroo.com/web/main/app.f42f5a6e16a776dfa0ea.js) ```js function (e) { if (e.length) { if (11 == e.length) return ControlConfig.mediaMp3FileUrl; if (12 ==...

Some other test files ([zip](https://github.com/sylikc/jpegview/files/10287041/apngtest.zip)): https://philip.html5.org/tests/apng/tests.html https://commons.wikimedia.org/wiki/Category:Animated_PNG_files https://web.archive.org/web/20090713004416/http://people.mozilla.com/~dolske/apng/ https://web.archive.org/web/20101025122604/http://animatedpng.com/index.php/samples/apng-gallery/

@sylikc caused by https://github.com/sylikc/jpegview/commit/0104c93073395178514b9cfe59619bfb6eea3f3d. It looks like there were a lot of API changes in TurboJPEG 2.1.91, so it's probably because of that.

@sylikc I haven't actually tested this, and I'll probably refactor more stuff later

`UseEmbeddedColorProfiles=true` will apply any color information embedded in the file (such as an `ICC_PROFILE` tag) to convert the pixels to sRGB values. If `UseEmbeddedColorProfiles=false`, JPEGView will assume the pixels are...