Archive Protocol/Video: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with ": offline video archive File:VideoArchive.jpg")
 
No edit summary
Line 1: Line 1:
: offline video archive  
'''offline video archive''' 


[[File:VideoArchive.jpg]]
'''How is the video archive structured'''
 
[[File:VideoArchive.jpg|thumb]]
 
=Where=
The MMDC Video Archive is '''stored''' in MMDC DRIVE 01
 
And '''cloned''' to MMDC DRIVE 04
 
=What=
The Archive stores all the video documentation from MMDC, namely:
* Gradshow showreel
* Y1 Show
* Symposium
 
=How=
The folders in the archive follow name the convention:
<code>MMDC_EVENT_YEAR_NAME-OF-EVENT</code>
 
And inside they are further divided into <code>media</code>: 
 
As for example:
<code>
├── MMDC_SHOWREEL_2012_EXCEPTION_HANDLING
├── PHOTO
│   │   ├── Amy
│   │   ├── Cola
│   │   ├── Daan
│   │   ├── Dusan
│   │   ├── Fako
│   │   ├── Inge
│   │   ├── Laura
│   │   ├── Laurier
│   │   ├── Lena
│   │   ├── Lieven
│   │   ├── Luis
│   │   ├── Quinten
│   │   ├── Sebastian
│   │   └── Tomas
│   └── VIDEO
│      ├── Amy
│      ├── Cola
│      ├── Daan
│      ├── Dusan
│      ├── Laura
│      ├── Laurier
│      ├── Lena
│      ├── Lieven
│      ├── Luis
│      ├── Quinten
│      ├── Sebastian
│      └── Tomas
├── MMDC_SHOWREEL_2013_NEWS_FROM_NOWHERE
│   ├── PHOTO
│   └── VIDEO
├── MMDC_SHOWREEL_2014_UNLIKED
│   └── VIDEO
├── MMDC_SHOWREEL_2015_TEMPED_BY_TOMORROW
│   ├── PHOTO
│   └── VIDEO
└── MMDC_Y1_SHOW_2015_ENCYCLOPEDIA-MEDIA-OBJECTS_V2
    ├── PHOTOS
    └── VIDEOS
</code>

Revision as of 16:21, 9 November 2015

offline video archive

How is the video archive structured

VideoArchive.jpg

Where

The MMDC Video Archive is stored in MMDC DRIVE 01

And cloned to MMDC DRIVE 04

What

The Archive stores all the video documentation from MMDC, namely:

  • Gradshow showreel
  • Y1 Show
  • Symposium

How

The folders in the archive follow name the convention: MMDC_EVENT_YEAR_NAME-OF-EVENT

And inside they are further divided into media:

As for example: ├── MMDC_SHOWREEL_2012_EXCEPTION_HANDLING ├── PHOTO │   │   ├── Amy │   │   ├── Cola │   │   ├── Daan │   │   ├── Dusan │   │   ├── Fako │   │   ├── Inge │   │   ├── Laura │   │   ├── Laurier │   │   ├── Lena │   │   ├── Lieven │   │   ├── Luis │   │   ├── Quinten │   │   ├── Sebastian │   │   └── Tomas │   └── VIDEO │   ├── Amy │   ├── Cola │   ├── Daan │   ├── Dusan │   ├── Laura │   ├── Laurier │   ├── Lena │   ├── Lieven │   ├── Luis │   ├── Quinten │   ├── Sebastian │   └── Tomas ├── MMDC_SHOWREEL_2013_NEWS_FROM_NOWHERE │   ├── PHOTO │   └── VIDEO ├── MMDC_SHOWREEL_2014_UNLIKED │   └── VIDEO ├── MMDC_SHOWREEL_2015_TEMPED_BY_TOMORROW │   ├── PHOTO │   └── VIDEO └── MMDC_Y1_SHOW_2015_ENCYCLOPEDIA-MEDIA-OBJECTS_V2

   ├── PHOTOS
   └── VIDEOS