Chman / Moments

A quick GIF replay recorder for Unity
zlib License
857 stars 117 forks source link

Output mp4 instead of Gif #3

Closed grosalex closed 7 years ago

grosalex commented 7 years ago

Hi, Thanks for this it's really nice, I'd like to know if you know a way to output mp4 instead of a gif? At this moment I've sound as a wav file.

Regards,

Chman commented 7 years ago

For that you'd need a video encoder (h264 would be your best bet for compressed data, raw otherwise) and pack everything into a mp4 container. That's way, way out of scope of this small project :)