Timo Gruber
Timo Gruber
Can also confirm when using ```fps: 15``` and ```fps: 30``` on my videos -> expected duration **18:17** -> output duration **18:15**
For me there is still a slight difference on the output file (about 1 sec). But with the ```keepSourceAudio``` option there is obviously no need for creating a external audio...
Any news on this one ?
You can use this as a workaround for now: ```javascript import type editly from 'editly'; const getEditly = async (): Promise => { const lib = await (eval(`import('editly')`) as Promise);...