frames are extracted as need and stored in 'data/media/oshash/frame/resolution' on the server. same goes for timelines, they are extracted per file and stored in data/media/oshash/ and combined per item and sotred in data/media/item/id/
+
frames are extracted as need and stored in 'data/media/oshash/frame/resolution' on the server. same goes for timelines, they are extracted per file and stored in data/media/oshash/ and combined per item and sotred in data/media/item/id/
* Is textual data associated with files or video items?
* Is textual data associated with files or video items?
سطر 50:
سطر 50:
* [[Pandora/How to force regeneration of video derivatives]]؟
* [[Pandora/How to force regeneration of video derivatives]]؟
this needs to be done in manage.py shell right now:
this needs to be done in manage.py shell right now:
−
{{{
+
−
import item.models
+
import item.models
−
i = item.models.Item.objects.get(itemId="ITEM_ID")
+
i = item.models.Item.objects.get(itemId="ITEM_ID")