You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have based on this repository to create a ready-to-use library: CrafyVideoJS
CrafyVideoJS is a lightweight, hardware-accelerated (GPU) client-side JavaScript library for manipulating, decoding, and encoding MP4 H.264 (AVC) videos directly in the browser.
We have adapted the code to turn it into a structured library and implemented improvements:
Management of the frame queue in the VideoEncoder to avoid bottlenecks.
Calculate the codec based on the resolution and bitrate of the output video.
Improve audio track management.
Add an ETA (estimated time until processing is completed).
We have based on this repository to create a ready-to-use library: CrafyVideoJS
CrafyVideoJS is a lightweight, hardware-accelerated (GPU) client-side JavaScript library for manipulating, decoding, and encoding MP4 H.264 (AVC) videos directly in the browser.
We have adapted the code to turn it into a structured library and implemented improvements:
And much more!
You can see and use the library at https://github.com/chijete/CrafyVideoJS
Contributions are welcome! 💙
The text was updated successfully, but these errors were encountered: