Linux SoftwareSearchvideo info

Tag «video info»: downloads



Search results for «video info»:

Video::Info 0.993 by Allen Day


Video::Info can retrieve video properties such as: height width codec fps.

SYNOPSIS

use Video::Info;

my $info = Video::Info->new(-file=>'my.mpg');

$info->fps();
$info->aspect();
## ... see methods below

Video::Info is a factory class for working with video files. When you… 


Video::Info::FOO 0.993 by Allen Day


Video::Info::FOO is a Perl module for video information.

Video::Info::FOO - what is it useful for? an example list:

-video codec
-audio codec
-frame height
-frame width
-frame count
and more!

SYNOPSIS

use Video::Info::FOO;

my $video;

$video->vcodec;… 


Video::Info::Magic 0.993 by Allen Day


Video::Info::Magic can resolve video filetype if possible.

SYNOPSIS

use strict;
use Video::Info::Magic qw(:all);

my $type = divine('/path/to/video.mpg' );

print $type; #MPEG system stream data (maybe)

## ... see methods below

EXPORT

various constants related to video… 


Video::Info::RIFF 0.993 by Allen Day


Video::Info::RIFF is a Perl module that can probe DivX and AVI files for attributes like:

-video codec
-audio codec
-frame height
-frame width
-frame count
and more!

SYNOPSIS

use Video::Info::RIFF;

my $video;

$video = Video::Info::RIFF->new(-file=>$filename);… 


Video::Info::MPEG 0.993 by Benjamin R. Ginter and Allen Day


Video::Info::MPEG is a basic MPEG bitstream attribute parser.

SYNOPSIS

use strict;
use Video::Info::MPEG;

my $video = Video::Info::MPEG->new( -file => $filename );
$video->probe();

print $file->type; ## MPEG

## Audio information
print $file->acodec; ##… 


File::Headerinfo::Video 0.03 by William Ross


File::Headerinfo::Video is an extractor of useful information from video files.

File::Headerinfo::Video uses Video::Info to read the headers of video clips (of various kinds) and a few audio files, and extract from them the useful information we crave.

File::Headerinfo::Video can handle all th… 


SDL::Video 2.1.3 by David J. Goehrig


SDL::Video is a SDL perl extension.

SYNOPSIS

$video = new SDL::Video ( -name => 'pr0n.mpg' );

SDL::Video adds support for MPEG video to your SDL Perl application. Videos are objects bound to surfaces, whose playback is controled through the object's interface.

METHODS

SDL::Video::er… 


AudioFile::Info::MP3::Info 1.03 by Dave Cross


AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files.

This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files.

See AudioFile::Info for more details.

METHODS

new

Creates a new object of class AudioFile::Info::MP3::Info. Usually called… 


WWW::Google::Video 0.3 by Lilo Huang


WWW::Google::Video is a fetch the Google Video Information.

SYNOPSIS

use WWW::Google::Video;

$foo=new WWW::Google::Video;

$foo->fetch('http://video.google.com/videoplay?docid=1808273720725631796');
# The Google Video Page URL, such as http://video.google.com/videoplay?docid=blahblah… 


Video Disk Recorder 1.4.4 by Klaus Schmidinger


Video Disk Recorder (VDR) is a digital satellite receiver program using Linux and DVB technologies. Video Disk Recorder can record MPEG2 streams, as well as output the stream to TV. It also supports plugins for DVD, DivX, or MP3 playback and more.

Here are some key features of "Video Disk Recorde… 


AudioFile::Info::MP3::Tag 1.05 by Dave Cross


AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files.

This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files.

METHODS

new

Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new.

Requireme… 


AudioFile::Info::MP3::ID3Lib 1.05 by Dave Cross


AudioFile::Info::MP3::ID3Lib is a Perl extension to get info from MP3 files.

This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files.
See AudioFile::Info for more details.

METHODS

new

Creates a new object of class AudioFile::Info::MP3::ID3Lib. Usually call… 


Video::OpenQuicktime 1.02 by Allen Day


Video::OpenQuicktime is an interface to the OpenQuicktime library.

SYNOPSIS

use Video::OpenQuicktime;

my $qt = Video::OpenQuicktime->new(file=>"sample.mov");
$qt->get_video_height;
$qt->get_audio_compression;
$qt->get_audio_samplerate;

From the OpenQuicktime site, http://www… 


Linux Video Maker 0.2 by Patrick Ziobron


Linux Video Maker is useful for DVD/(S)VCD structure generating, ready for record on CD/DVD. It's in fact graphics interface (GUI) for transcode, mplex, DVDAuthor and few other programs...

Using of these programs for this purpose is uncomfortable and sometimes difficult especially for beginners b… 


eMoviX 0.9 by Roberto De Leo


eMoviX is a package that allows you to create bootable CDs able to boot & autoplay your multimedia files. It is intended mainly to play video files but if you want it can be used to play also audio files. I plan to release eventually a distro similar to eMoviX but aimed at audio only, so stay tuned!… 


DVD Home Video Project 0.4.0 by DVD Home Video Project Team


DVD Home Video Project is a tool that provides a simple, quick way to transform video on a DV camcorder into a fully functional DVD, including a menu with optional background images and music.

Requirements:
dvgrab
transcode

What's New in This Release:
Cosmetic fixes were made.
The main… 


PlayStation Portable Video Converter 0.2.1 by Philippe MAES


PlayStation Portable Video Converter (PSPVC) is a FFMPEG front-end to convert video files for the PSP. PlayStation Portable Video Converter allow you to queue severals conversions with different parameters for each.

Formats:

* MPEG4/SP (all firmware)
* H264/AVC (firmware 2.0+)

Requirements… 


Video server 0.6 by Univision


Video server is a streaming video server which feeds a Java applet/application for display. The updates are rather slow, somewhere in the 10 frames/second range on a PIII. The server is written in Bigloo scheme and C. The client is written in Java.

To bring up the video server you have to do the… 


DV Video Assembler 0.93 by DV Video Assembler Team


This application is particularly useful for owners of digital DV video camera's and other people who use the Sony DV video format for high quality video production.

'DV Assembler' allows you to append multiple Sony DV files with nice looking transition effects for both audio and video. Multiple t… 


AudioFile::Info 1.08 by Dave Cross


AudioFile::Info is a Perl extension to get info from audio files.

SYNOPSIS

use AudioFile::Info;

my $song = AudioFile::Info->new($some_mp3_or_ogg_vorbis_file);

print 'Title: ', $song->title, "n",
'Artist: ', $song->artist, "n".
'Album: ', $song->album, "n",
… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags