Video Contact Sheet *NIX 1.0.11 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Video Contact Sheet *NIX 1.0.11 (Default branch)
# 1  
Old 04-09-2008
Video Contact Sheet *NIX 1.0.11 (Default branch)

Image Video Contact Sheet *NIX (vcs for short) is a script that creates a contact sheet (preview) from videos by taking still captures distributed over the length of the video. The output image contains useful information on the video such as codecs, file size, screen size, frame rate, and length. It requires mplayer, ImageMagick (convert and montage), bc, and ffmpeg. License: GNU Lesser General Public License (LGPL) Changes:
Deriving timecodes from number of captures by default has been corrected. There is a workaround for MPlayer's strange behaviour with some videos/systems, better support for older versions of bash, some suport for busybox's du, and better alignment for extended set. FOURCC for VC-1 has been added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. OS X (Apple)

Video Contact Sheet on Lion from movies downloaded youtube MP4

Hi I am running Lion with latest patches > uname -a Darwin wger.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64 Installed mplayer, ffmpeg, gnu-getopt and ImageMagick through brew. I am unable to generate Video Contact... (0 Replies)
Discussion started by: slashdotweenie
0 Replies
Login or Register to Ask a Question
WebService::YouTube::Video(3pm) 			User Contributed Perl Documentation			   WebService::YouTube::Video(3pm)

NAME
WebService::YouTube::Video - Video class for YouTube. VERSION
This document describes WebService::YouTube::Video version 1.0.3 SYNOPSIS
use WebService::YouTube::Video; my $video = WebService::YouTube::Video->new( { ... } ); DESCRIPTION
This is a video class for YouTube. SUBROUTINES
/METHODS new(\%fields) Creates and returns a new WebService::YouTube::Video object. %fields can contain parameters enumerated in "ACCESSORS" section. ACCESSORS id author comment_count description length_seconds rating_avg rating_count tags thumbnail_url title upload_time url view_count DIAGNOSTICS
None. CONFIGURATION AND ENVIRONMENT
WebService::YouTube::Video requires no configuration files or environment variables. DEPENDENCIES
WebService::YouTube, Class::Accessor::Fast INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. Please report any bugs or feature requests to "bug-webservice-youtube@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-YouTube>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
Hironori Yoshida <yoshida@cpan.org> LICENSE AND COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.10.1 2009-01-20 WebService::YouTube::Video(3pm)