remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
19.61k stars 956 forks source link

`stitchFramesToVideo` documentation seems to be stale #3893

Open Mike-Dax opened 1 month ago

Mike-Dax commented 1 month ago

Bug Report 🐛

The argument documentation for stitchFramesToVideo seems to be stale. It no longer takes a dir argument.

assetsInfo appears to contain more than just the audio mix, such as the pattern for file matching for passing to ffmpeg.

It would be nice for that pattern to be passed from renderFrames then separately passable into stitchFramesToVideo, since assetsInfo is considered an opaque internal type to Remotion that might break on version upgrades.

JonnyBurger commented 1 month ago

Thanks for filing this!