I need to store a video taken on iPad2 in a Django model. What is the best format to store the video in and what type of Django model field?
I want to show the video on a website using HTML5 (avoid flash if possible).
I need to store a video taken on iPad2 in a Django model. What is the best format to store the video in and what type of Django model field?
I want to show the video on a website using HTML5 (avoid flash if possible).