Skip to content

Instantly share code, notes, and snippets.

@forresto
Created March 4, 2020 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forresto/34cdac5bd6f179b6dfaa67907ae2e327 to your computer and use it in GitHub Desktop.
Save forresto/34cdac5bd6f179b6dfaa67907ae2e327 to your computer and use it in GitHub Desktop.
{
"info": {
"title": "dr_evil",
"author": "forresto",
"description": "mp4 to grid",
"url": "dr_evil"
},
"nodes": [
{
"id": 4,
"src": "meemoo:video/player",
"x": 104,
"y": 94,
"w": 200,
"h": 210,
"state": {
"volume": 1,
"muted": false,
"autoplay": true,
"loop": true,
"url": "https://media.giphy.com/media/13B1WmJg7HwjGU/giphy.mp4"
}
},
{
"id": 5,
"src": "meemoo:image/fit",
"x": 502,
"y": 83,
"w": 200,
"h": 210,
"state": {
"width": 100,
"height": 100
}
},
{
"id": 6,
"src": "meemoo:image/grid",
"x": 207,
"y": 394,
"w": 496,
"h": 512,
"state": {
"width": 1000,
"height": 1000,
"rows": 10,
"columns": 10,
"reverse": false
}
}
],
"edges": [
{
"source": [
4,
"stream"
],
"target": [
5,
"image"
]
},
{
"source": [
5,
"image"
],
"target": [
6,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment