See the change log for changes, features and road map.
Look at Examples
- You can create image sequences with Window -> Save Images with arbitrary resolution and a defined framerate. You can feed those into
ffmpeg -framerate 25 -i %%05d.png -i audio.mp3 -c:v libx264 -pix_fmt yuv420p -c:a copy "output.mp4"
to create a video
Check out the contribution guidelines if you want to contribute to this project.