-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for HEIF/HEVC #7406
Comments
Second that enhancement here, it would be quite helpful since I already work with those formats. |
There were some discussions on the forum about it. The format seems to be patent-protected and it could be legally difficult to implement this: In the ios client it is solved in that way that you can choose to upload everything in jpg: |
I just want to let you know that Google introduce HEIF support with Android P and Windows will support it nativly, too. |
@LukasReschke would this be a candidate for Milestone Version 14? |
Just wanted to point you to upstream attempts to tackle the issue on the server side (on-the-fly preview generation using a recent version ImageMagick, generating .jpg thumbnails): I think this could also be tackled as an app similar to CameraRawPreviews (or even be integrated into it): |
Signed-off-by: Sebastian Steinmetz <[email protected]>
Signed-off-by: Sebastian Steinmetz <[email protected]>
Fixed in #10526 |
Sorry to respond to this old feature, but for me this has never worked. I Don't see previews of heic images on Firefox on Windows, Safari on iOS or in the Nextcloud app on iOS. In the app the live image will play, but only when I hold my finger onto a sort of template preview, I never see any real previews. Am I missing something? |
Run the following to check if you have HEIC support in your PHP: |
Thanx, this is helpful, however, not so much in a container environment (unless I start building them myself). I would like this to become part of the existing container offering. Or perhaps there can be a method to so low level plugins from outside the container. |
I use the
|
So, does it work for you? Do you have heic previews? If so I'll try migrating soon. |
HEIF and HEVC image and video files are now becoming increasingly prevalent with the latest moves by Apple to embrace the standards on the latest iOS and mac OS versions. Dropbox has a help page on the formats here: https://www.dropbox.com/help/photos-videos/ios-formats. Nextcloud should add support for previewing/displaying images and videos in these formats in the web interface and mobile apps.
The text was updated successfully, but these errors were encountered: