https://github.com/second-state/server-side-wasm-video-editing
An example of how to build a third-party application that uses SecondState's Wasm VM to edit video on the server side. This prototype shows how video can undergo frame-by-frame, pixel-by-pixel processing using native Wasm data only i.e. pixel as i32
https://github.com/second-state/server-side-wasm-video-editing
Last synced: 6 months ago
JSON representation
An example of how to build a third-party application that uses SecondState's Wasm VM to edit video on the server side. This prototype shows how video can undergo frame-by-frame, pixel-by-pixel processing using native Wasm data only i.e. pixel as i32
- Host: GitHub
- URL: https://github.com/second-state/server-side-wasm-video-editing
- Owner: second-state
- License: apache-2.0
- Created: 2020-05-04T03:40:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T23:14:30.000Z (over 6 years ago)
- Last Synced: 2025-10-10T02:43:32.533Z (10 months ago)
- Language: HTML
- Size: 61.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video - server-side-WebAssembly-video-editing - This project demonstrates how to build server-side applications that utilize SecondState's WebAssembly VM for video editing. It showcases frame-by-frame, pixel-by-pixel processing using native WebAssembly data types, providing a foundation for developers interested in leveraging WebAssembly for server-side video processing tasks. (Intro & Learning / RTMPRTSPHTTP Protocol Servers)
README
.