Archive Protocol/Video: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
=Where= | =Where= | ||
The MMDC Video Archive is '''stored''' in MMDC DRIVE 01 | The MMDC Video Archive is '''stored''' in <code>MMDC DRIVE 01</code> | ||
And '''cloned''' to MMDC DRIVE 04 | And '''cloned''' to <code>MMDC DRIVE 04</code> | ||
=What= | =What= | ||
The Archive stores all the video documentation from MMDC, namely: | The Archive stores all the video documentation from MMDC, namely: | ||
* Gradshow showreel | * Gradshow (showreel) | ||
* Y1 Show | * Y1 Show | ||
* Symposium | * Symposium | ||
Line 63: | Line 63: | ||
└── VIDEOS | └── VIDEOS | ||
</pre> | </pre> | ||
== TO DO == | |||
* Change filenames so they they are all proceeded by the parent folder name. | |||
e.g. | |||
<pre> | |||
MMDC_SHOWREEL_2012_EXCEPTION_HANDLING_Amy.mov | |||
<pre> | |||
* Author should also have full name |
Revision as of 16:06, 9 November 2015
offline video archive - How is the video archive structured
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
TO DO
- Change filenames so they they are all proceeded by the parent folder name.
e.g.
MMDC_SHOWREEL_2012_EXCEPTION_HANDLING_Amy.mov* Author should also have full name