From d1d7727a3771849c5728413dfb5918739055b6b0 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Sun, 11 Dec 2022 12:03:53 +1300 Subject: [PATCH] vault backup: 2022-12-11 12:03:53 --- content/CIP/CIP-Documentation.md | 38 ++++++++++++++++++++++++++++++ content/notes/CIP-Documentation.md | 27 --------------------- 2 files changed, 38 insertions(+), 27 deletions(-) create mode 100644 content/CIP/CIP-Documentation.md delete mode 100644 content/notes/CIP-Documentation.md diff --git a/content/CIP/CIP-Documentation.md b/content/CIP/CIP-Documentation.md new file mode 100644 index 000000000..2e793a3a2 --- /dev/null +++ b/content/CIP/CIP-Documentation.md @@ -0,0 +1,38 @@ +--- +title: Untitled" +tags: +--- + +# File Structure + +. +└── 01 Definition +    ├── Animation +    ├── Assets +    │   ├── Audio +    │   ├── Audio_Translate +    │   ├── Footages for Storyline +    │   ├── Image +    │   ├── PDF +    │   └── Video +    ├── Output Files +    ├── Output_Translate +    ├── Premiere +    ├── Source Files +    ├── Story Files +    └── Story Files_Translate + +Animation: Contains the After Effects files for Each scene. Folder ending with `_translation` include text that needs to be translated using [[templater]] + +Assets/Audio: Contains the English version of the audio for the module +Assets/Audio_Translate: Contains the Translated versions of the audio for the module +Assets/Footages for Storyline: Contains assets used in Storyline +Assets/Image: Contains images +Assets/PDF: Contains the translated scripts as PDF and .docx +Assets/Video: Contains videos + +Output Files: Contains the English MP4 video for each scene in the module +Output_Translate: Contains the + + +# Translation Process diff --git a/content/notes/CIP-Documentation.md b/content/notes/CIP-Documentation.md deleted file mode 100644 index 458827b24..000000000 --- a/content/notes/CIP-Documentation.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Untitled" -tags: ---- - -# File Structure - -. -└── 01 Definition -    ├── Animation -    ├── Assets -    │   ├── Audio -    │   ├── Audio_Translate -    │   ├── Footages for Storyline -    │   ├── Image -    │   ├── PDF -    │   ├── Scene05 -    │   └── Video -    ├── Output Files -    ├── Output_Translate -    ├── Premiere -    ├── Source Files -    ├── Story Files -    └── Story Files_Translate - - -# Translation Process