Skip to content

Commit

Permalink
Add some Innerspace GIFs
Browse files Browse the repository at this point in the history
  • Loading branch information
norm committed Mar 5, 2021
1 parent d4ff3c7 commit 1253eb5
Show file tree
Hide file tree
Showing 13 changed files with 182 additions and 0 deletions.
Binary file added source/innerspace/how-does-it-feel.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/innerspace/how-does-it-feel.tn.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions source/innerspace/how-does-it-feel.toml
@@ -0,0 +1,43 @@
title = 'How does it feel?'
published = 2021-03-27T07:00:00Z
source_fkey = 'innerspace/index'
tag = [
'tuck-pendleton',
]
body_markdown = """
Tuck, staring at himself in a mirror, asks himself “How does it feel?”
and responds “Feels good.”
"""

[video]
source = 'file'
file = 'innerspace'
ext = 'mp4'
start = '0:12:16'
duration = '4'

[output]
colours = '54'
dither = 'floyd_steinberg'
fps = '18'
loss = '25'
max_size = '1.8mb'
width = '400'

[[caption]]
text = "How does it feel?"
from = '0.25'
to = '1.4'
placement = 'bc'
font = 'greycliffcf-medium.otf'
size = '32'

[[caption]]
text = "FEELS GOOD!"
from = '1.8'
to = '3.4'
placement = 'bc'
font = 'greycliffcf-heavy.otf'
size = '48'
8 changes: 8 additions & 0 deletions source/innerspace/index.markdown
@@ -0,0 +1,8 @@
```
title = 'Innerspace'
year = '1987'
type = 'movie'
source = true
imdb = 'tt0093260'
wikipedia = 'Innerspace'
```
Binary file added source/innerspace/lydia.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/innerspace/lydia.tn.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions source/innerspace/lydia.toml
@@ -0,0 +1,54 @@
title = 'Lydia!'
published = 2021-03-20T07:00:00Z
source_fkey = 'innerspace/index'
tag = [
'tuck-pendleton',
'taxi-cab',
'san-francisco',
'kearny-street',
]
body_markdown = """
Tuck, shouting after a taxi that is taking his ex-girlfriend and a towel, his
only clothing, away. “Lydia! LYDIA!”
"""

[video]
source = 'file'
file = 'innerspace'
ext = 'mp4'
start = '0:08:04.8'
duration = '6.1'
crop = '1000:560:140:160'

[palette]
add = [
'#744d49', # taxicab brake lights
'#846752',
]

[output]
brightness = '0.08'
colours = '62'
dither = 'bayer:bayer_scale=2'
fps = '18'
loss = '40'
max_size = '2.85mb'
width = '400'

[[caption]]
text = "LYDIA!"
from = '1'
to = '2'
font = 'greycliffcf-medium.otf'
placement = 'bc'
size = '32'

[[caption]]
text = "LYDIA!"
from = '3.9'
to = '5.2'
font = 'greycliffcf-heavy.otf'
placement = 'bc'
size = '48'
Binary file added source/innerspace/robot-arm.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/innerspace/robot-arm.tn.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions source/innerspace/robot-arm.toml
@@ -0,0 +1,33 @@
title = 'Robot arm'
published = 2021-03-13T07:00:00Z
source_fkey = 'innerspace/index'
tag = [
'dr-niles',
]
body_markdown = """
Dr. Niles gets impatient with a robot arm.
"""

[video]
source = 'file'
file = 'innerspace'
ext = 'mp4'
start = '1:49:39'
duration = '8'

[palette]
add = [
'#86615f', # skin tones
'#7a5d5d',
]

[output]
colours = '62'
dither = 'bayer:bayer_scale=5'
fps = '15'
loss = '30'
max_size = '3.6mb'
mode = 'full'
width = '400'
Binary file added source/innerspace/zero-defects.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/innerspace/zero-defects.tn.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions source/innerspace/zero-defects.toml
@@ -0,0 +1,44 @@
title = 'Zero defects'
published = 2021-03-06T07:00:00Z
source_fkey = 'innerspace/index'
tag = [
'ozzie-wexler',
'tuck-pendleton',
]
body_markdown = """
Tuck, staring at himself in a mirror, declares “The Tuck Pendleton
machine: zero defects.”
"""

[video]
source = 'file'
file = 'innerspace'
ext = 'mp4'
start = '0:12:23'
duration = '5.4'

[output]
colours = '54'
dither = 'floyd_steinberg'
fps = '18'
loss = '25'
max_size = '2.7mb'
width = '400'

[[caption]]
text = "The Tuck Pendleton machine:\n "
from = '0.2'
to = '5'
align = 'center'
placement = 'tc'
font = 'greycliffcf-medium.otf'
size = '24'

[[caption]]
text = "ZERO DEFECTS"
from = '3'
to = '5'
font = 'greycliffcf-heavy.otf'
placement = 'bc'

0 comments on commit 1253eb5

Please sign in to comment.