Created
          August 23, 2018 04:41 
        
      - 
      
- 
        Save forresto/4024c43abf5874a8def4b41af42664d4 to your computer and use it in GitHub Desktop. 
    cam2webm.meemoo.json -- https://github.com/meemoo/meemooapp/pull/138
  
        
  
    
      This file contains hidden or 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": "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