Does Roboflow support Avif files?

Does Roboflow support Avif files?

This is browser dependent at the moment. Safari uploads do.

I’ll commonly convert to .mp4 before upload with an online convert or or ffmpeg:

ffmpeg -i YOURFILE.avi -c:v libx264 -crf 23 -preset medium -c:a aac -b:a 192k YOURFILE.mp4

Hmmmmm, this does not quite answer my question. Allow me to rephrase. Does Roboflow support uploading and training AVIF files not avi? Also does Roboflow offer exporting models as ViTs?

Hi @Charles_Moss,

We don’t support AVIF files at the moment, but it is not the first time I see this question.

I’ll check how we can support it and come back here soon (this week).

1 Like

Hi @Charles_Moss, now we support AVIF files! :boom:

Let me know if it works for you.