Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPad2で撮影したビデオをDjangoモデルに保存する必要があります。ビデオを保存するのに最適な形式と、Djangoモデルフィールドのタイプは何ですか?
HTML5を使用してWebサイトにビデオを表示したい(可能であればフラッシュは避けてください)。
Ogg Theora とFileField.
FileField
MPEG-4 に保存し、FileFieldを使用して保存します。