FilenCloudDienste / filen-mobile

Mobile App for Filen
https://filen.io
GNU Affero General Public License v3.0
248 stars 37 forks source link

[Feature-Request] - Add preview for .mov files in Android #250

Open vishnucoder1 opened 1 year ago

vishnucoder1 commented 1 year ago

Please add the support the preview of .mov files in android. Currently only mp4 is supported. This will be helpful for sharing the videos between android and ios users.

Dwynr commented 1 year ago

We are actively working on adding new file formats to our preview support. Please note that adding new formats always includes writing the implementation ourselves or relying on a third party JS/TS libary. Previews are always generated client side due to our secure end to end encryption, thus making it harder and more time consuming to develop.

vishnucoder1 commented 1 year ago

Appreciate the efforts. Is it a good idea to generate the thumbnails while uploading and store in a .thumbnails folder?