about 1 year ago - 4 comments
iPod have a lot of limitations when you want to covert your videos into iPhones or iPods. iPad doesn’t. Thanks to the A4 Chipset. iPad can decode more complicated videos. THE MOST IMPORTANT THING:Change the dimensions to 1280 x720 HD (that’s 720P) when you encode it in H.264 . The format iPad accepts H.264 video More >
about 1 year ago - 1 comment
After figured out the worst part of my thesis, the programming, I began to work on overall branding and user interaction design. Since i will have a series of tutorial/promotional videos. I spent almost 16 workings hours on this branding video. It can be used on all beginning of every video. This video sums up More >
about 1 year ago - No comments
Since my professor is gonna kill me if i don’t have my exhibition plan submitted to the symposium community. I designed the exhibition space as follow. I am not sure how realistic can be since it require a lot of $$ and equipment. The panel on the left will be playing promotional/tutorial video to explain More >
about 1 year ago - 1 comment
I always like to make something beautiful and useful, and I believe it’s my pleasure to make this world a better place (to live or to enjoy). Since I was in Parsons, I have been brewing some ideas with this goal without realized it. In the first semester, I designed a talent database called “Genius More >
about 1 year ago - No comments
I dont like people smoking since i was young, and i know it kills and smells bad. Therefore, i chose this topic and hope it might help people to realize what smoking has done to them and quit smoking to “die another day”. I remix the background music. It’s sung by Madonna. 我從小就不喜歡有人吸菸, 因為我知道香煙是一種慢性自殺. (包括二手菸) More >
about 2 years ago - 1 comment
For my final project in New York Times Collab, I am going to make a Visualization of “Price of a hero” you can compare the price of different superhero in movie history since 1987. It’s pulling data from IMDB databse + NY times movie review. The comments of movie reviews will be analyzed by More >
about 2 years ago - No comments
about 2 years ago - No comments
This is the first prototype monster I created for the project. It’s kinda cute and not too scary.
about 2 years ago - No comments
Prepare QuickTime streaming video can be hard. Here is the support documentation from Apple. http://support.apple.com/kb/HT2438?viewlocale=en_US …with DreamHost and apple. streaming video is easy . QuickTime 7: Preparing movies for Internet delivery Last Modified: October 22, 2008 Article: HT2438 Old Article: 301355 Summary With QuickTime Pro, you can create movies that can be delivered over the More >
about 3 years ago - No comments
If you’re familiar with the loop, you’ll probably recognize the following code (or some variation of it): <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <h3><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></h3> <?php the_content(); ?> <?php endwhile; endif; ?> In order to use the new post_class template tag, just be sure to wrap the content of each More >