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

Find Codec freeware
Filter: All | Freeware | Demo
 

Find Codec

1 2 3 4 5 > 
Added: July 27, 2006 | Visits: 2.981

Help me find site This utility helps to find new sites all over the world. You simply enter a word which describes a subject (probably with www) and the program touches accessible variants. If the site with such name exists, it will be marked by green color, differently it can be allocated either red or yellow... Platforms: Windows

License: Freeware Size: 304 KB Download (118): Help me find site Download

Released: January 05, 2003  |  Added: April 15, 2006 | Visits: 3.700

Ava Find Ava Find speeds up your daily computing experience by letting you find any file on your computer instantly. Open music and video files from any folder using convenient one-click browse buttons. Ava Find can list folders by size instantly, making hard drive clean up simple and easy. The exclusive... Platforms: Windows

License: Freeware Size: 620 KB Download (576): Ava Find Download

Added: July 14, 2006 | Visits: 7.739

Codec Pack (Standard) The Cole2k Media standard codec package features a collection of codecs and filters for encoding/decoding a large variety of video/audio formats. Components include: ffdshow Video Codec 13/10/205. On2 Technologies VP7 Video (Decoder) Codec 7.0.8. dicas mpegable DS Filter 2.1.... Platforms: Windows

License: Freeware Size: 9.02 MB Download (1325): Codec Pack (Standard) Download

Released: December 28, 2006  |  Added: February 27, 2007 | Visits: 3.424

YUVsoft's Lossless Video Codec Lossless Video for Windows video codec with the highest compression ratio. Supports RGB24, YV12, YUY2 color formats. Free for non-commercial use. Can be used with VirtualDub and other programs supporting VfW codecs. Platforms: Windows

License: Freeware Size: 107.23 KB Download (460): YUVsoft's Lossless Video Codec Download

Added: August 24, 2008 | Visits: 11.741

Codec for Windows 2000/XP/2003/Vista Codec for Windows is simply one of the most complete and advanced codec collections that exists. It always contains the latest codec versions needed to play the most popular multimedia formats on your PC. It will be difficult to not find what you`re looking for on Codec for Windows.The list of... Platforms: Windows

License: Freeware Size: 4 KB Download (3696): Codec for Windows 2000/XP/2003/Vista Download

Released: October 06, 2014  |  Added: November 12, 2014 | Visits: 4.426

K-Lite Mega Codec Pack Collection of audio and video codec for the correct visualization of any multimedia file.It also includes BSPlayer and Media Player Classic.There are many codecs included. Among the most important are those to play DivX and Xvid, codecs for Windows Media Player and less well-known ones for Ogg... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 3.31 MB Download (729): K-Lite Mega Codec Pack Download

Added: January 05, 2009 | Visits: 22.499

X Codec Pack X Codec Pack isn`t just another multimedia codec pack. It is a collection that has been selected precisely, as it only includes those really necessary codecs: the essentials.You won`t find unnecessary, rare or unused codecs here, that only work to take up space. You can also choose which codecs... Platforms: Windows

License: Freeware Size: 7 KB Download (10435): X Codec Pack Download

Added: January 07, 2010 | Visits: 1.543

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print... Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: August 22, 2010 | Visits: 1.445

File::Find::Closures File::Find::Closures is a Perl module with functions you can use with File::Find. SYNOPSIS use File::Find; use File::Find::Closures qw(:all); my( $wanted, $list_reporter ) = find_by_name( qw(README) ); File::Find::find( $wanted, @directories ); File::Find::find( { wanted => $wanted, ...... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): File::Find::Closures Download

Added: August 13, 2010 | Visits: 1.503

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);... Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Test::File::Find::Rule Download

Added: March 18, 2010 | Visits: 1.461

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);... Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Added: July 20, 2010 | Visits: 1.203

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: March 12, 2010 | Visits: 962

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but... Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: November 09, 2010 | Visits: 857

MP3::Find::Filesystem MP3::Find::Filesystem is a File::Find-based backend to MP3::Find. SYNOPSIS use MP3::Find::Filesystem; my $finder = MP3::Find::Filesystem->new; my @mp3s = $finder->find_mp3s( dir => /home/peter/music, query => { artist => ilyaimy, album => myxomatosis, }, ignore_case => 1, );. Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find::Filesystem Download

Added: August 15, 2010 | Visits: 959

MP3::Find::Base MP3::Find::Base is a base class for MP3::Find backends. SYNOPSIS package MyFinder; use base MP3::Find::Base; sub search { my $self = shift; my ($query, $dirs, $sort, $options) = @_; # do something to find and sort the mp3s... my @results = do_something(...); return @results; }... Platforms: *nix

License: Freeware Size: 29.7 KB Download (90): MP3::Find::Base Download

Added: July 13, 2010 | Visits: 1.093

MP3::Find MP3::Find is a Perl module to search and sort MP3 files based on their ID3 tags. SYNOPSIS # select with backend you want use MP3::Find qw(Filesystem); print "$_n" foreach find_mp3s( dir => /home/peter/cds, query => { artist => ilyaimy, title => deep in the am, }, ignore_case => 1,... Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find Download

Added: January 21, 2010 | Visits: 1.178

NetAddr::IP::Find NetAddr::IP::Find is a Perl module to find IP addresses in plain text. SYNOPSIS use NetAddr::IP::Find; $num_found = find_ipaddrs($text, &callback); This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): NetAddr::IP::Find Download

Added: April 14, 2010 | Visits: 1.204

File::Find::Rule SYNOPSIS use File::Find::Rule; # find all the subdirectories of a given directory my @subdirs = File::Find::Rule->directory->in( $directory ); # find all the .pm files in @INC my @files = File::Find::Rule->file() ->name( *.pm ) ->in( @INC ); # as above, but without method chaining my... Platforms: *nix

License: Freeware Size: 14.34 KB Download (101): File::Find::Rule Download

Added: April 02, 2010 | Visits: 1.372

File::Find::Similars File::Find::Similars is a Similar files locator. SYNOPSIS use File::Find::Similars; File::Find::Similars->init(0, @ARGV); similarity_check_name(); Similar-sized and similar-named files are picked as suspicious candidates of duplicated files. What descirbes it better than a actual... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): File::Find::Similars Download

Released: July 14, 2010  |  Added: July 19, 2010 | Visits: 3.205

Windows Media Codec Pack Windows Media Codec Pack the freeware codec pack for all version of Windows will play 99% of all video types. DVDs, Xvid, MP4, Real, and many more. Platforms: Windows

License: Freeware Size: 7.04 MB Download (688): Windows Media Codec Pack Download

1 2 3 4 5 >