Skip to content

Instantly share code, notes, and snippets.

@forresto
Created September 19, 2020 16:41
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/e8bba8fe01e4c8df2327214b2773e17f to your computer and use it in GitHub Desktop.
Save forresto/e8bba8fe01e4c8df2327214b2773e17f to your computer and use it in GitHub Desktop.
meemoo: webcam to video to multiple players
{
"info": {
"title": "vid split and loop: 1234",
"author": "forresto",
"description": "webcam to video to multiple players",
"url": "vid-split-and-loop"
},
"nodes": [
{
"id": 2,
"src": "meemoo:image/cam",
"x": 120,
"y": 87,
"w": 233,
"h": 309,
"state": {
"width": 300,
"height": 300,
"fps": 12,
"showOnionskin": true
}
},
{
"id": 4,
"src": "meemoo:file/webm",
"x": 140,
"y": 468,
"w": 197,
"h": 258,
"state": {
"fps": 30
}
},
{
"id": 6,
"src": "meemoo:video/player",
"x": 1013,
"y": 712,
"w": 210,
"h": 239,
"state": {
"volume": 1,
"muted": false,
"autoplay": true,
"loop": true
}
},
{
"id": 7,
"src": "meemoo:time/metronome",
"x": 506,
"y": 245,
"w": 147,
"h": 71,
"state": {
"bpm": 120
}
},
{
"id": 8,
"src": "meemoo:ui/hslider",
"x": 995,
"y": 80,
"w": 221,
"h": 80,
"state": {
"value": 0,
"min": 0,
"max": 4,
"step": 0.125
}
},
{
"id": 9,
"src": "meemoo:ui/hslider",
"x": 505,
"y": 91,
"w": 198,
"h": 74,
"state": {
"value": 60,
"min": 1,
"max": 120,
"step": 1
}
},
{
"id": 10,
"src": "meemoo:video/player",
"x": 1451,
"y": 730,
"w": 210,
"h": 239,
"state": {
"volume": 1,
"muted": false,
"autoplay": true,
"loop": true
}
},
{
"id": 11,
"src": "meemoo:video/player",
"x": 1463,
"y": 234,
"w": 210,
"h": 239,
"state": {
"volume": 1,
"muted": false,
"autoplay": true,
"loop": true
}
},
{
"id": 12,
"src": "meemoo:video/player",
"x": 1010,
"y": 226,
"w": 210,
"h": 239,
"state": {
"volume": 1,
"muted": false,
"autoplay": true,
"loop": true
}
},
{
"id": 13,
"src": "meemoo:ui/hslider",
"x": 1448,
"y": 87,
"w": 216,
"h": 82,
"state": {
"value": 1,
"min": 0,
"max": 4,
"step": 0.125
}
},
{
"id": 14,
"src": "meemoo:ui/hslider",
"x": 1448,
"y": 566,
"w": 212,
"h": 81,
"state": {
"value": 3,
"min": 0,
"max": 4,
"step": 0.125
}
},
{
"id": 15,
"src": "meemoo:ui/hslider",
"x": 1000,
"y": 555,
"w": 200,
"h": 85,
"state": {
"value": 2,
"min": 0,
"max": 4,
"step": 0.125
}
}
],
"edges": [
{
"source": [
2,
"stream"
],
"target": [
4,
"image"
]
},
{
"source": [
4,
"url"
],
"target": [
6,
"url"
]
},
{
"source": [
7,
"bang"
],
"target": [
8,
"send"
]
},
{
"source": [
9,
"value"
],
"target": [
7,
"bpm"
]
},
{
"source": [
4,
"url"
],
"target": [
10,
"url"
]
},
{
"source": [
4,
"url"
],
"target": [
12,
"url"
]
},
{
"source": [
4,
"url"
],
"target": [
11,
"url"
]
},
{
"source": [
8,
"value"
],
"target": [
12,
"time"
]
},
{
"source": [
7,
"bang"
],
"target": [
13,
"send"
]
},
{
"source": [
7,
"bang"
],
"target": [
15,
"send"
]
},
{
"source": [
7,
"bang"
],
"target": [
14,
"send"
]
},
{
"source": [
15,
"value"
],
"target": [
6,
"time"
]
},
{
"source": [
14,
"value"
],
"target": [
10,
"time"
]
},
{
"source": [
13,
"value"
],
"target": [
11,
"time"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment