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.165.788 Times

Moblie Video Script freeware
Filter: All | Freeware | Demo
 

Moblie Video Script

< 1 2 3 4 5 > 
Added: April 03, 2010 | Visits: 1.126

ANDREW ANDREWs Not a DVD Ripping and Encoding Wizard, but an interactive wrapper or a BASH script to simplify the use of OggEnc, MEncoder and mkv/ogmmerge to create, from a DVD, one or more Matroska or Ogg Media files containing an ISO/IEC  MPEG-4 Part 2 compliant video track, encoded using FFmpeg...



Platforms: *nix

License: Freeware Size: 174.08 KB Download (106): ANDREW Download

Added: June 15, 2010 | Visits: 1.257

Video::Info::MPEG::Video Video::Info 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 Video::Info...





Platforms: *nix

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

Added: March 10, 2010 | Visits: 1.288

Video::Info::ASF Video::Info::ASF is a Perl module for ASF files for attributes like: -video codec -audio codec -frame height -frame width -frame count and more! SYNOPSIS use Video::Info::ASF; my $video; $video = Video::Info::ASF->new(-file=>$filename); #like this $video->vcodec; #video codec...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (112): Video::Info::ASF Download

Added: February 21, 2010 | Visits: 692

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.001

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.040

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.195

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 (92): Video::Info::Magic Download

Added: January 07, 2010 | Visits: 1.629

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.362

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 06, 2010 | Visits: 1.018

mkiso mkiso is a script that depends on the eMoviX software to convert media files. eMoviX is a micro (7MB) Linux distro meant to be embedded in a CD together with all video/audio files you want. A CD burned with eMoviX will be able to boot and play automatically all of its files with MPlayer....


Platforms: *nix

License: Freeware Size: 99.33 KB Download (96): mkiso Download

Added: May 18, 2010 | Visits: 1.323

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: May 05, 2010 | Visits: 2.961

Repeat A/B - Amarok script Repeat A/B - Amarok script is an Amarok script which can repeat a song from point A to point B. Usage: Right click the playlist and select Repeat --> A/B. Now you have your first mark. Hit Repeat --> A/B again and you have the second mark. Repeat A/B starts. Hit Repeat --> A/B a third...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (131): Repeat A/B - Amarok script Download

Added: September 18, 2010 | Visits: 1.483

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 14, 2010 | Visits: 2.128

Jifty::Script::Help Jifty::Script::Help is a Perl module to show help. OPTIONS Optionally help can pipe through a pager, to make it easier to read the output if it is too long. For using this feature, please set environment variable PAGER to some pager program. For example: # bash, zsh users export...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (102): Jifty::Script::Help Download

Added: June 21, 2010 | Visits: 1.030

video-entropyd video-entropyd is a program to add entropy data from video4linux devices to the kernel random driver. For security reasons (when doing network traffic or generating secure keys for example) one wants as much entropy-data in the kernel random-driver as possible. The random-driver takes partially...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): video-entropyd Download

Added: November 08, 2010 | Visits: 1.301

Open Partly Copied Open Partly Copied is a service menu (+ shell-script included) allows by one-click start copying video file from remote storage to local directory and immediately open partially copied file with your default player. Its necessary if movie plays with delays on direct opening. After watching...


Platforms: *nix

License: Freeware Download (92): Open Partly Copied Download

Added: January 08, 2010 | Visits: 4.847

Orca Interactive Forum Script Orca Interactive Forum Script is an interactive Web-based forum script that is based on AJAX technology, In the world of accelerating technologies you dont want archaic forum software. You want something new, fresh, classy, stylish and sexy - just like Orca. Orca introduces a new approach to...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (207): Orca Interactive Forum Script Download

Added: November 24, 2010 | Visits: 2.517

Firebred iptables Script Firebred iptables Script is a firewall designed if you want to share your internet connection between a lan of computers, all you need is a 2.4.x kernel, bash and iptables..


Platforms: *nix

License: Freeware Download (113): Firebred iptables Script Download

Added: March 23, 2010 | Visits: 2.618

Personal Internet Broadcasting Script Personal Internet Broadcasting Script provides a WWW GUI for the litestream mp3 streaming server. The Personal Internet Broadcasting Script (PIBS) is a PHP/Apache frontend to create dynamic mp3 playlists and broadcast them with litestream. It can be used to manage playlists for a LAN in an...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (141): Personal Internet Broadcasting Script Download

Added: November 24, 2010 | Visits: 2.786

Audio collection script Audio collection script is a script which can help you manage collections of audio files. For example, I have a directory with all my audio files in it, sorted by band/album. I also have an audio collections directory. Within that directory I have a few list files which contain patterns for songs...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (114): Audio collection script Download

< 1 2 3 4 5 >