Created
April 25, 2021 21:22
-
-
Save forresto/df73db87de2117a311f7b8d10297af69 to your computer and use it in GitHub Desktop.
video-slitscan.meemoo.json
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
{ | |
"info": { | |
"title": "technically the slit is horizontal", | |
"author": "forresto", | |
"description": "video file to still image", | |
"url": "vertical-slitscan" | |
}, | |
"nodes": [ | |
{ | |
"id": 4, | |
"src": "meemoo:video/player", | |
"x": 119, | |
"y": 140, | |
"w": 635, | |
"h": 388, | |
"state": { | |
"volume": 1, | |
"muted": false, | |
"autoplay": false, | |
"loop": false | |
} | |
}, | |
{ | |
"id": 5, | |
"src": "meemoo:image/grid", | |
"x": 957, | |
"y": 46, | |
"w": 300, | |
"h": 851, | |
"state": { | |
"width": 2000, | |
"height": "=2764*2", | |
"rows": 2764, | |
"columns": 1, | |
"reverse": false | |
} | |
}, | |
{ | |
"id": 6, | |
"src": "meemoo:image/fit", | |
"x": 154, | |
"y": 717, | |
"w": 658, | |
"h": 140, | |
"state": { | |
"width": 2000, | |
"height": 50 | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
4, | |
"stream" | |
], | |
"target": [ | |
6, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
6, | |
"image" | |
], | |
"target": [ | |
5, | |
"image" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment