Beginner question, supported Formats

I've only been working with MIT-App-Inventor 2 for three days. Even after an intensive search, I couldn't find an answer to the following questions:

  • which formats (picture, video, audio) are supported
  • how big (MB) can a media file be
    Thanks for the help

Video
http://ai2.appinventor.mit.edu/reference/components/media.html#VideoPlayer
Audio
http://ai2.appinventor.mit.edu/reference/components/media.html#Player

Image
jpg,png,bmp (gif in webviewer, svg and gif via extensions)

I would keep media files down below 5mb

On ai2 main server you have a maximum aia project size of 30mb, onthe code server a maximum of 50mb. You can add more media files after compilation to the Google play allowed maximum:

3 Likes

Thanks for the quick answer, now I'll get on (until the next obstacle) :blush: