The new Kodak Zi8 Pocket Video Camera can capture up to 1080p HD resolution. It has an SD card slot and a removable, rechargeable battery. You get composite and HDMI cables, but you don’t need the cables, just swing out the USB arm. It even has stabilization which is very helpful in these pocket cameras. The picture looks very good in low light and it takes 5 megapixel stills.
The bundled software is not Mac compatible. The MSRP price of $179 does not include a optional memory card which holds 32 GB for 10 hours of videos. For more information see
http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=15340&pq-locale=en_US
Keep Reading...
$count=0; if( have_rows('select_post') ): // loop through the rows of data while ( have_rows('select_post') ) : the_row(); $count++; // display a sub field value $a=get_sub_field('the_post'); echo "";
echo get_the_post_thumbnail( $a->ID, 'tiny' );
if(get_the_post_thumbnail( $a->ID)==false) {
main_image($a->ID);
}
echo "
";
/*
WP_Post Object
(
[ID] => 4061
[post_title]
[post_excerpt]
[guid] => https://www.videouniversity.com/?p=4061
)
*/
endwhile;
else :
// no rows found
endif;
$needed= 4-$count;
if($needed>=1) {
$cat=array();
$categories = get_categories( $args );
//echo "";
echo "";
$page_data = get_page( $a->ID );
$excerpt = strip_tags($page_data->post_excerpt);
echo $excerpt;
echo "Read More";
echo "
";
echo "";
echo ""; print_r($categories); echo ""; foreach($categories as $c) { $term_id= $c->term_id; if($term_id!=1){ array_push($cat, $term_id); } } // WP_Query arguments $args = array ( 'post_type' => array('post','page','shop','article'), 'orderby' => 'rand', 'posts_per_page' => $needed, 'cat'=>$cat, 'meta_query' => array(array('key' => '_thumbnail_id')) ); // The Query $query = new WP_Query( $args ); // The Loop if ( $query->have_posts() ) { while ( $query->have_posts() ) { $query->the_post(); ?>
echo get_the_post_thumbnail( get_the_id(), 'tiny' );
if(get_the_post_thumbnail( get_the_id())==false) {
main_image(get_the_id());
}
?>
}
} else {
// no posts found
}
// Restore original Post Data
wp_reset_postdata();
}
?>
Didn’t know the bundled software was not mac compatible. Thanks for pointing that out.
Mac users – don’t worry. You don’t need any bundled software. The Kodak Zi8 is basically “plug and play” when it comes to Mac. You need all the complicated software for a PC. Just print out and read the manual – it’s really easy. Enjoy!
I’m totally leery about the compatibility issues with using iMovie or Final Cut Express. The FLIP has been a real challenge to integrate into an editing work flow in Final Cut Express. I’ve had to rely on YouTube videos by people who hack it together and “make” it work. What is up… why can’t the manufactures clearly say: If you are editing on Final Cut Express the best settings to use are… XYZ etc. Why are consumers left to their own devices on this stuff?