Results 17 comments of River

[ const task = execa(options.ffmpegExecutable ?? 'ffmpeg', ffmpegString,](https://github.com/remotion-dev/remotion/blob/df56069c6700389c8c1a988c066c15f0f718fd5a/packages/renderer/src/stitch-frames-to-video.ts#L367) Can add a hook so that developers can control the final ffmpeg command, Is this proposal feasible

I found a way to generate gifs from png 1. we set options get transparent png ``` --image-format=png ``` 2. Combine PNG into gif ``` ffmpeg -i element-%2d.png -filter_complex split[v],palettegen,[v]paletteuse...

lazyLoad 109(row) Should ``` if (entry.isIntersecting || entry.isIntersecting === undefined) { ```

![image](https://user-images.githubusercontent.com/29362252/110444345-dc865280-80f7-11eb-9263-863c654f81e4.png) 把keep-alive注释掉试试

> > ![image](https://user-images.githubusercontent.com/29362252/110444345-dc865280-80f7-11eb-9263-863c654f81e4.png) 把keep-alive注释掉试试 > > 注释掉不是个办法啊,这样不就失去了keep-alive的功能 现在还存在这个问题吗 你可以开发的时候屏蔽掉 上线的时候恢复啊