Share Posted August 15, 2013 Hi all, I am trying to find a way to export the timeline animation to a mp4(compressed) video. Does someone know how this can be done? Will really appreciate your inputs and suggestions. Thanks Link to comment Share on other sites More sharing options...
Share Posted August 15, 2013 I don't have any specific solutions for you, but as far as I am aware the only way to record what is happening in a browser as video, would be using screen capture / screencast software. I'm pretty sure QuickTime and VLC have some basic screen recording built in, otherwise you might google for a specific screen capture solution. Wikipedia: Comparison of screencasting software 2 Link to comment Share on other sites More sharing options...
Author Share Posted August 15, 2013 I don't think using screencasting software will be a reliable option. Maybe I can create a server and process it on the server. Thanks for your input though. Link to comment Share on other sites More sharing options...
Share Posted August 15, 2013 does your GSAP timeline animation use canvas? Because if your animating canvas properties with GSAP, then you could possible use this to convert your GSAP canvas animation to a video... http://www.ultramegatech.com/2010/09/record-html-canvas-animations-to-video/ just a thought... Link to comment Share on other sites More sharing options...
Author Share Posted August 15, 2013 Thanks Jonathan, I have been through that resource before, but I was trying to not involve php and maybe to it solely with HTML5+Javascript. I have come across a solution which involves running a node server and then communicating with a video encoder. But this is all a bit complicated and resource intensive. I was hoping to source a rather smarter way from some of the brilliant minds here in this community. Thanks for your suggestion. Link to comment Share on other sites More sharing options...
Share Posted October 16, 2016 Hi Praney Can you share how you did it? Link to comment Share on other sites More sharing options...
Share Posted October 16, 2016 Check out this thread for different ways to export an animation. http://greensock.com/forums/topic/14620-tweenmaxset-drawsvg0-in-nodejs-not-working/?p=62473 1 Link to comment Share on other sites More sharing options...
Share Posted October 18, 2016 Thanks. I created animations in canvas and used CCapture to generate a video. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now