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 的网站上显示视频(如果可能,请避免使用 Flash)。
奥格西奥拉和FileField.
FileField
将其保存在 MPEG-4 中,并使用FileField来存储它。