Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.169 Times

Driver Controller Video freeware
Filter: All | Freeware | Demo
 

Driver Controller Video

< 1 2 3 4 5 > 
Added: February 21, 2010 | Visits: 696

Video::OpenQuicktime 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,... Platforms: *nix

License: Freeware Size: 99.33 KB Download (102): Video::OpenQuicktime Download

Added: March 27, 2010 | Visits: 1.006

Video::Info::FOO 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 codec $video->acodec;... Platforms: *nix

License: Freeware Size: 634.88 KB Download (103): Video::Info::FOO Download

Added: February 23, 2010 | Visits: 1.049

Video::Info::RIFF 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); #like this $video =... Platforms: *nix

License: Freeware Size: 634.88 KB Download (151): Video::Info::RIFF Download

Added: August 02, 2010 | Visits: 1.201

Video::Info::Magic 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 file formats.... Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Video::Info::Magic Download

Added: January 07, 2010 | Visits: 1.636

FFmpeg::Stream::Video FFmpeg::Stream::Video is a video stream from a (multi)media stream group. SYNOPSIS $ff = FFmpeg->new(); #see FFmpeg #... $sg = $ff->create_streamgroup(); #see FFmpeg $st = ($sg->streams())[0]; #this is a FFmpeg::Stream Objects of this class are not intended to be instantiated directly by... Platforms: *nix

License: Freeware Size: 962.56 KB Download (199): FFmpeg::Stream::Video Download

Added: November 04, 2010 | Visits: 1.368

Video::Info 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 create a new... Platforms: *nix

License: Freeware Size: 634.88 KB Download (110): Video::Info Download

Added: September 12, 2010 | Visits: 1.200

Video::Info::MPEG::Constants Video::Info::MPEG::Constants is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with... Platforms: *nix

License: Freeware Size: 634.88 KB Download (101): Video::Info::MPEG::Constants Download

Added: September 17, 2010 | Visits: 1.187

Video::Info::MPEG::System Video::Info::MPEG::System is a suite of modules to probe video files for various attributes. Previous versions of Video::Info depended on external modules, such as RIFF::Info and ASF::Info. This is no longer the case, you dont need to install them. All the functionality is now included with the... Platforms: *nix

License: Freeware Size: 634.88 KB Download (96): Video::Info::MPEG::System Download

Added: April 25, 2010 | Visits: 1.459

Rainbyte Video Converter 0.01 Rainbyte Video Converter is a Kommander script which helps you convert video and audio in an easy way. Its based on Kommander, mencoder and ffmpeg and you can convert from/to any format supported by those programs. Well, I hope that it will be usefull for you, thanks for all.. Rainbyte Video... Platforms: *nix

License: Freeware Size: 12.29 KB Download (128): Rainbyte Video Converter 0.01 Download

Added: July 24, 2010 | Visits: 2.411

PHP music player controller PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist. Apache needs to run as the same user that... Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): PHP music player controller Download

Added: May 18, 2010 | Visits: 1.332

iPod Video Encoder iPod Video Encoder is a command line tool for convenient encoding of video files for use on iPod video. iPod Video Encoder project uses the ffmpeg tool for the actual encoding. It features recursive encoding of all files in a directory, and generating a podcast.xml file for convenient use in... Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): iPod Video Encoder Download

Added: September 21, 2010 | Visits: 2.001

Driver On Demand Driver on demand is an attempt to ease driver installations in linux. Basically, what happens is that a user plugs any device into the computer, and if a driver isnt found, the client connects to a CGI server, to check if the device is known, and if its not in the database, then the driver lookup... Platforms: *nix

License: Freeware Size: 32.77 KB Download (227): Driver On Demand Download

Added: September 18, 2010 | Visits: 1.493

Video::Info::MPEG 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; ## MPEG Layer 1/2 print... Platforms: *nix

License: Freeware Size: 634.88 KB Download (99): Video::Info::MPEG Download

Added: January 25, 2010 | Visits: 1.114

Amarok Video Player I like using Amarok for managing my podcasts but I wasnt able to play my video podcasts. Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer. Edit the script to change KMplayer to another video player.. Download KDE-Apps.org Community Portal for KDE... Platforms: *nix

License: Freeware Download (106): Amarok Video Player Download

Added: October 18, 2010 | Visits: 1.856

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 24, 2010 | Visits: 1.454

XMMS DVB Input Plugin XMMS DVB Input Plugin is a plugin for XMMS for users with a DVB-S (Digital Video Broadcast/Satellite) PCI adapter supported by the driver from LinuxTV to record and receive audio streams from this adapter. The incoming MPEG-1 layer II audio data is decompressed and fed to XMMS which can then in... Platforms: *nix

License: Freeware Size: 327.68 KB Download (152): XMMS DVB Input Plugin Download

Added: April 11, 2010 | Visits: 1.681

Video Related Picture Editor Video Related Picture Editor is a gtk2 GUI frontend for batch-manipulating images using ImageMagick, MPlayer and transcode. Its also the name of the infamous VRPE Team who paid me for hacking this together quickly because they needed it. The name Why "video related picture encoder" ?... Platforms: *nix

License: Freeware Size: 286.72 KB Download (114): Video Related Picture Editor Download

Added: March 23, 2010 | Visits: 1.261

SDL::Video 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 objects interface. METHODS SDL::Video::error()... Platforms: *nix

License: Freeware Size: 778.24 KB Download (109): SDL::Video Download

Added: November 13, 2010 | Visits: 2.280

Logitech MediaPlay Cordless Mouse USB Linux driver Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for the USB Logitech MediaPlay mice. The main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (327): Logitech MediaPlay Cordless Mouse USB Linux driver Download

Added: June 12, 2010 | Visits: 1.518

ATA over Ethernet driver ATA over Ethernet driver allows the Linux kernel to use the ATA over Ethernet (AoE) network protocol. Using AoE, a Linux system can use AoE block devices like EtherDrive (R) storage blades. The block devices appear as local device nodes (e.g. /dev/etherd/e0.0). Whats New in This Release:... Platforms: *nix

License: Freeware Size: 67.58 KB Download (126): ATA over Ethernet driver Download

< 1 2 3 4 5 >