etro icon indicating copy to clipboard operation
etro copied to clipboard

Typescript video-editing framework for the browser

Results 98 etro issues
Sort by recently updated
recently updated
newest added

After i record a video, i tried to replay it by function .play() but it play without sound.

type:bug
help wanted
priority:high

I hopefully in the future your lib will support combine with fabricjs or konvajs.

type:feature
priority:medium

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.

type:bug
help wanted
priority:high

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...

type:enhancement
help wanted
good first issue
priority:high

Add an audio layer for the oscillator node

type:feature

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...

type:feature
priority:medium

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...

type:feature
priority:medium

**Depends on #72.** Create a dissolve transition, which blends the two layers together based on the time.

type:feature
priority:medium

**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

type:feature
priority:medium