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).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Keep it in MPEG-4, and use a FileField to store it.