JanisPlayer

Results 23 comments of JanisPlayer

Thank you, I have searched the function. xD

Plugin "HEX-Editor" Version: 0.9.5 Notepad++ Debug Info: Notepad++` v7.7.1 (32-bit) Build time : Jun 16 2019 - 21:14:50 Path : D:\Program Files (x86)\Notepad++\notepad++.exe Admin mode : OFF Local Conf mode...

I once conducted a test and added AVIF to the preview generator in the following files: - lib/private/Preview/AVIF.php - lib/private/PreviewManager.php - apps/theming/lib/ImageManager.php - lib/private/Preview/Imaginary.php - lib/private/legacy/OC_Image.php - lib/private/Metadata/Provider/ExifProvider.php - resources/config/mimetypemapping.dist.json...

I've gone ahead and created a [PR](https://github.com/nextcloud/server/pull/40048) based on my personal experimentation, incorporating what has worked relatively well so far. However, there are still a few issues that need to...

[PR](https://github.com/nextcloud/server/pull/37564/commits/8d09ec98d5e0de55ed1aad10152a118096ef792f) Ah, I see you've even taken it a step further and wanted to fully integrate AVIF as an alternative to JPEG. I think that was the issue. If I...

@darkBuddha Yeah, the [browser support](https://caniuse.com/avif) for AVIF has greatly improved. Only Edge, Opera Mini, QQ Browser, KaiOS Browser, and of course IE don't support it anymore. It's questionable why Edge...

I've added AVIF support experimentally with an extra option to DG. However, I've designed it in a way that makes it easy to remove, and by default, it will use...

Thank you for the feedback. I won't impose a limit on this experimental feature, but I'll include a warning in the documentation that resolutions above 1080p may lead to increased...

@vid-bin Yes, AVIF can support 12-bit color depth, but I'm not sure if PHP's GD library can create such images. Whether it's practical for previews depends on the user's preferences....

@artonge https://github.com/nextcloud/documentation/pull/10256#issue-1694227217 I've never done anything like this before, but I think this is so right. I also found an error in jpeg quality, so I just corrected it to...