Skip to content

Instantly share code, notes, and snippets.

@forresto
Created August 23, 2018 04: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/4024c43abf5874a8def4b41af42664d4 to your computer and use it in GitHub Desktop.
Save forresto/4024c43abf5874a8def4b41af42664d4 to your computer and use it in GitHub Desktop.
{
"info": {
"title": "cam to webm",
"author": "forresto",
"description": "webcam to webm file",
"url": "cam2webm"
},
"nodes": [
{
"id": 2,
"src": "meemoo:image/cam",
"x": 96,
"y": 101,
"w": 309,
"h": 389,
"state": {
"width": 480,
"height": 480,
"fps": 12,
"showOnionskin": true
}
},
{
"id": 4,
"src": "meemoo:file/webm",
"x": 552,
"y": 124,
"w": 200,
"h": 271,
"state": {
"fps": 30
}
},
{
"id": 3,
"src": "http://forresto.github.com/meemoo-modules/log.html",
"x": 706,
"y": 507,
"w": 200,
"h": 210,
"state": {}
}
],
"edges": [
{
"source": [
2,
"stream"
],
"target": [
4,
"image"
]
},
{
"source": [
4,
"url"
],
"target": [
3,
"all"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment