etro
etro copied to clipboard
Typescript video-editing framework for the browser
After i record a video, i tried to replay it by function .play() but it play without sound.
I hopefully in the future your lib will support combine with fabricjs or konvajs.
https://github.com/clabe45/vidar/blob/2a0b559d896cdc7fa5beb391a1239abc65a2f268/src/movie.ts#L242 Can render every frame on demand, set movie.currentTime += seconds, record and continue? Solution - https://developer.mozilla.org/en-US/docs/Web/API/CanvasCaptureMediaStreamTrack/requestFrame But what is not clear from the audio.
The user will be able to create a new layer from a local or remote path instead of providing an html element. The html element will be created by the...
Add an audio effect that makes the target fade in from silence. It should have a duration property that controls how many seconds the effect should last after the start...
Add an audio effect that makes the target fade out to silence. It should have a duration property that controls how many seconds before the end of the target the...
**Depends on #72.** Create a dissolve transition, which blends the two layers together based on the time.
**Depends on #70.** Add a reverb effect. **See also:** - `vd.effect.Audio` (when implemented) - https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API