Online computer courses, code, programming tutorial and sidebar information for monitoring Canadian S&P/TSX index. Build friendship and networking. Welcome to visit my blogs often!!! I also have two other sites: YouTube Channel and Google site.
Adsense
Popular Posts
- PHPWind-- A PHP forum script applcaition in China
- How to blend adsense inside your post?
- Formatting my post
- PHP: add a download as pdf file button in report page
- Notepad++ - Add C++ compiler
- PHP connect IBM db2 database in XAMPP
- Datatable export excel wraptext and newline
- phpexcel toggle expand and hide column in EXCEL and summary
- Sweet Alert JS library - beautiful replacement of JavaScript Alert
- Renew SSL certificate from StartSSL
Friday, May 3, 2013
Export animation from synfig to YouTube format
If you do not have money to buy Adobe CS6, you may think about synfig for your animation. Synfig Studio is a free and open-source 2D animation software and creates film-quality animation using a vector and bitmap artwork. You can create animation easily frame-by frame using sygfig built-in tools.
Synfig can be downloaded from:
http://www.synfig.org/cms/
.To export the animation to youtube format:
Right click on animation, in pop-up menu, select File->render, in pop-up window, change filename ending .yuv, target Auto. For example you produce twilight1.yuv file. Tying following command in Windows command prompt with same directory of yuv file:
ffmpeg -i twilight1.yuv -sameq twilight1.mpg
You will produced a mpg file twilight1.mpg, which can be uploaded to YouTube.
Reference:
http://wiki.synfig.org/wiki/Render_options
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment