-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The application VHS is used to record the demo videos. A new feature was added that allowed for the tape files to be sourced from other files. This allowed for a more modular approach to build the videos. As part of the change to the modular components, some of the tape logic was modified. This was especially apparent for hidden sections where the process had significantly shorter wait times. As these components are now shared, they need to use the original visible wait times. This slows down the video creation. It was not possible to add the video dimensions to the init tape as this introduced a bug with incorrect margins. Other settings were able to be migrated to this file. As all recording is done within a Docker container, the shell was unnecessarily set and has been removed.
- Loading branch information
1 parent
56617fc
commit 5f0517d
Showing
12 changed files
with
79 additions
and
152 deletions.
There are no files selected for viewing
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,17 @@ | ||
Output ../../assets/videos/do-the-change-feature1.webm | ||
Output ../../public/videos/do-the-change-feature1.webm | ||
|
||
Set Shell "bash" | ||
Set FontSize 18 | ||
Set Width 1050 | ||
Set Height 700 | ||
|
||
Require docker | ||
Source tapes/sources/init.tape | ||
|
||
Hide | ||
Show Sleep 1 | ||
|
||
Type "docker-compose run demo" Enter Sleep 1 | ||
|
||
Ctrl+L Sleep 0.25 | ||
|
||
Show | ||
|
||
Sleep 1 | ||
|
||
Type "git switch -c feature1" Enter Sleep 1 | ||
Type "vim .data" Enter Sleep 1 | ||
Type "6Go" Sleep 0.25 | ||
Type "SEPARATOR #2.5" Enter | ||
Type "CHANGE" Sleep 1 | ||
Escape | ||
Type "ZZ" Sleep 1 | ||
|
||
Type "git add -p" Enter Sleep 3 | ||
Type "y" Sleep 1 Enter Sleep 1 | ||
|
||
Type "git commit" Sleep 1 Enter | ||
Type "i" Sleep 0.25 | ||
Type "Add feature1" Sleep 1 | ||
Escape | ||
Type "ZZ" Sleep 3 | ||
Source tapes/sources/git-commit-feature1.tape | ||
|
||
Ctrl+L Sleep 0.25 | ||
|
||
Type "git show -p" Sleep 1 Enter Sleep 3 | ||
|
||
Hide | ||
|
||
Ctrl+D Sleep 0.25 | ||
Ctrl+D | ||
Source tapes/sources/terminate.tape |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Type "git switch -c feature1" Enter Sleep 1 | ||
Type "vim .data" Enter Sleep 1 | ||
Type "6Go" Sleep 0.25 | ||
Type "SEPARATOR #2.5" Enter | ||
Type "CHANGE" Sleep 1 | ||
Escape | ||
Type "ZZ" Sleep 1 | ||
|
||
Type "git add -p" Enter Sleep 3 | ||
Type "y" Sleep 1 Enter Sleep 1 | ||
|
||
Type "git commit" Sleep 1 Enter | ||
Type "i" Sleep 0.25 | ||
Type "Add feature1" Sleep 1 | ||
Escape | ||
Type "ZZ" Sleep 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Type "git switch -c feature2" Enter Sleep 1 | ||
Type "vim .data" Enter Sleep 1 | ||
Type "14Go" Sleep 0.25 | ||
Type "SEPARATOR #5.5" Enter | ||
Type "CHANGE" Sleep 1 | ||
Escape | ||
Type "ZZ" Sleep 1 | ||
|
||
Type "git add -p" Enter Sleep 3 | ||
Type "y" Sleep 1 Enter Sleep 1 | ||
|
||
Type "git commit" Sleep 1 Enter | ||
Type "i" Sleep 0.25 | ||
Type "Add feature2" Sleep 1 | ||
Escape | ||
Type "ZZ" Sleep 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Set FontSize 18 | ||
|
||
Require docker | ||
|
||
Hide | ||
|
||
Type "docker-compose run demo" Enter Sleep 1 | ||
|
||
Ctrl+L |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Hide | ||
|
||
Ctrl+D | ||
Ctrl+D |