vault backup: 2022-12-11 11:32:54

This commit is contained in:
Jet Hughes 2022-12-11 11:32:54 +13:00
parent 47f666e51d
commit ee5a27c04d

View File

@ -5,27 +5,79 @@ tags:
# File Structure # File Structure
- delaval-cip-00-title (git repo) .
- 00 Title (folder)
- Animation └── 01 Definition
- Scene 00
- Scene 00_translate     ├── Animation
- Assets     │   ├── Scene 02
- Audio     │   ├── Scene 03_translate
- Audio_Translate     │   ├── Scene 04_translate
- Footages for Storyline     │   ├── Scene 05_translate
- Image     │   ├── Scene 06
- PDF     │   └── x
- Scene05     ├── Assets
- Video     │   ├── Audio
- Output Files     │   │   └── Archive
- Output_Translate     │   ├── Audio_Translate
- 00_Language     │   │   ├── 02_German
- Premiere     │   │   ├── 03_Spanish
- Script     │   │   ├── 04_French
- Source Files     │   │   ├── 05_Portuguese
- Story Files     │   │   ├── 06_Chinese
- Story Files_Translate     │   │   ├── 07_Japanese
    │   │   ├── 08_Polish
    │   │   ├── 09_Russian
    │   │   ├── 10_Swedish
    │   │   └── 11_Norwegian
    │   ├── Footages for Storyline
    │   ├── Image
    │   ├── PDF
    │   ├── Scene05
    │   └── Video
    │       └── Archive
    ├── Output Files
    │   └── new_9thJuly2019
    ├── Output_Translate
    │   ├── 02_German
    │   ├── 03_Spanish
    │   ├── 04_French
    │   ├── 05_Portuguese
    │   ├── 06_Chinese
    │   ├── 07_Japanese
    │   ├── 08_Polish
    │   ├── 09_Russian
    │   ├── 10_Swedish
    │   └── 11_Norwegian
    ├── Premiere
    │   └── Archive
    ├── Script
    │   └── Feedback
    ├── Source Files
    ├── Story Files
    └── Story Files_Translate
        ├── 01_English
        ├── 02_German
        │   └── footages
        ├── 03_Spanish
        │   └── footages
        ├── 04_French
        │   └── footages
        ├── 05_Portuguese
        │   └── footages
        ├── 06_Chinese
        │   └── footages
        ├── 07_Japanese
        │   ├── footages
        │   └── template_elements
        ├── 08_Polish
        │   └── footages
        ├── 09_Russian
        │   └── footages
        ├── 10_Swedish
        │   └── footages
        └── 11_Norwegian
            └── footages
# Translation Process # Translation Process