Awesome
FrameDump
FrameDump is a small utility for exporting multiple image sequences at once from Unity.
<a href="http://www.youtube.com/watch?feature=player_embedded&v=U--l4IGnqF8" target="_blank"><img src="http://img.youtube.com/vi/U--l4IGnqF8/0.jpg" alt="YouTube video" width="240" height="180" border="10" /></a>
(Sample video made with FrameDump and ffmpeg)
How to use
- Create an empty game object and add
Dumper
to it. - Set frame rate and record length.
- Add
Capture
to cameras that you want to dump. - Start Play Mode.
What’s it useful for?
This in only useful when you have to export multiple image sequences from multiple cameras at once. You can find more easy-to-use solutions if there is only a single camera.