Open ekzyis opened 2 weeks ago
I was tinkering with this issue and allowing video/quicktime
mime type fixes it.
The real problem is that embedded mov files can only be seen by Apple users per MDN. Transcoding to mp4 during the upload process could be an option though.
I was looking for something like imgproxy for video awhile ago but I couldn't find anything.
Why aren't more people making stuff we need 😅
I could try to make a proof of concept with ffmpeg, this way not only SN could support mov files but also handle compression for all the other videos 🗜️
sounds good to me!
https://github.com/user-attachments/assets/1855e200-8e9a-42ad-8f7c-6d43ef7f9300
Transcoding 🔁 Being a proof-of-concept for now I'm using Ffmpeg and Node in a docker container.
It even adds an onTranscoding call to update the user on what's happening! (excited for so little)
Oh and hey mov files now work :P
EDIT: I also noticed a bug that prevents iOS (or Safari?) users from uploading videos, I'll open an issue and then PR the hotfix
Is there an existing issue for this?
Describe the bug
If you click on Upload, you can upload an existing file or take a photo or video.
If you choose video, the resulting video can't be uploaded because it uses
.mov
.Screenshots
Steps To Reproduce
Expected behavior
We support MOV format
Logs
No response
Device information
Additional context
No response