Hello,
I’m building an app where I will have a lot of animations (50-180 seconds long).
( planning on using the media.playVideo() method.)
Just got finished with the first piece of animation (.mov) that is about 50 seconds long and the file size is 810.3 MB. Is this big for an app where I’ll have many more .mov files?
I’m creating all my image files in three dimensions: 380x570, 1140x760, and 2280x1520
For the clips, would you recommend just creating for a 1140x760 screen ONLY or do I have to create three animations so that it could fit each of the screen sizes accordingly?
If so, how do I name my .mov files; clip.mov, clip@2x.mov, and clip@4x.mov?
Thanks!