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
- Notepad++ - Add C++ compiler
- Install PHPMailer 5.2.4 and use smtp gmail
- Wayback Machine - see archived versions of web pages across time
- Set up a child account and set screen time limit in Windows 8
- phpexcel toggle expand and hide column in EXCEL and summary
- Install PHP ibm_db2 extension in Linux (redHat)
- PHP: add a download as pdf file button in report page
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