Mosh Live
라이브 입력을 실제로 코덱으로 재인코딩하면서 키프레임을 떨어뜨리는, 진짜 데이터모시입니다. Datamosh가 겉모습의 모방인 데 비해, 이쪽은 실제로 압축을 망가뜨리고 있습니다.
fps: 10~60(기본 30)keyframeInterval: 5~300(기본 30)
영상
입력 포트
| Port ID | 타입 |
|---|---|
In | RenderTexture |
KeyframeGate | bool |
Refresh | trigger |
출력 포트
| Port ID | 타입 |
|---|---|
Out | RenderTexture |
스크립트에서 설정할 수 있는 멤버
| 경로 | 타입 |
|---|---|
keyframeGate | bool |
currentFps | int |
currentKeyframeInterval | int |
currentKeyframePass | bool |
Synapse Apps (스크립팅)
await synapse.modules.create({ type: "MoshLive" }) 