Nazar

Results 7 issues of Nazar

- [x] I have tried with the newest version of editly: `npm i -g editly` or `npm i editly@latest` - [x] I have tried ffmpeg newest stable version - [x]...

Like this in code ![image](https://user-images.githubusercontent.com/9611099/154264754-f2c50f90-76d5-4a04-b68b-517541de59e2.png) Or how to add scenes stack?

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

I have code: ```js const duplicatedLayer = angular.copy(currentLayer); // Or Object.assign({}, currentLayer) ? duplicatedLayer.startTime = currentLayer.startTime + currentLayer.duration; this.movie.addLayer(duplicatedLayer); ``` Errors: ```js vidar-iife.js:790 Uncaught TypeError: Illegal invocation at Image.beginRender (vidar-iife.js:790)...

type:feature
help wanted
priority:high
hacktoberfest

**Is your feature request related to a problem? Please describe.** Currently, the blockgroup element does not collapse/expand, which is inconvenient. **Describe the solution you'd like** Adding a simple floating button...

enhancement
prio:low

**Is your feature request related to a problem? Please describe.** Customize columns and rows in the table, with the ability to add custom widgets to columns and rows. Also, have...

enhancement

### About me This issue was posted by a dev from a small startup for Ukrainian media. ### Issue Hello. Version 4.1.1. I am calling `await mosDevice.sendRunningOrderStory(story)`, but for some...