cyberlink powerproducer 5
CyberLink LabelPrint 2.5
CyberLink LabelPrint - The Smart Way to Personalize Your DVD Labels more>>
- Quick and Easy Label Production: Cyber-Link Label-Print provides a simple approach to creating professional labels, offering a wizard-based guide through the entire production process. Users progress step-by-step, selecting their template type, disc information, text layout, background image, and print destination.
- Automatic Importing of Music Information: Users working with MP3 audio files can create numbered track lists quickly, simply by selecting the files they have added to their disc. The information is automatically transferred between layout templates, enabling users to create labels, jewel-case covers and inlays in one go.
- High-Resolution Images: Label-Print includes high-resolution images available in a choice of 15 popular themes, including Travel and Happy Birthday. Users can also import their own images files and then stretch, tile or crop them to fit their label and cover designs.
- Integration with Cyber-Link Products: While Label-Print is designed to operate as a standalone product, it perfectly complements other applications requiring label printing. Users can access label-printing features via the Power-Starter interface in Cyber-Link DVD Solution, as well as from within coming versions of Power2Go, Power-Producer, and Power-Director.
Major Features:
- Create labels, covers and jewel-case inlays easily
- Design professional layouts with built-in high-res backgrounds
- Personalize designs by importing photos
- Auto-import MP3 songs and play-list information
- Burn with Light-Scribe to etch image designs and text directly onto disc
Requirements: none
CyberLink Live 2.0.0.2930
This software will give you a private and secure way to access and share content on your home PC with any web-enabled device more>> This software will give you a private and secure way to access and share content on your home PC with any web-enabled device
CyberLink Live gives you a private and secure way to access and share content on your home PC with any web-enabled device. Usining CyberLink Live user can easily share live TV programs, personal videos, recorded TV, digital photos and audio files.
Direct access to your media content. No need for downloads
Get access to your media files directly from any web device - such as PCs, notebooks, mobile phones, and PDAs.
No matter what type of media it is, CyberLink Live takes care of media file streaming with optimization for bit rate, format, and network bandwidth to ensure the best media experience possible. Simply select and start to watch, view, or listen to your per
Enjoy digital media anytime, anywhere
With CyberLink Live, your digital media is quickly streamed right to you. No need for long waits to download large files. Your content are kept secured on your PC, providing you with the controls you need.
Build your media community
Share your media with friends by providing guest access to all of your media content or to specific albums. Your friends can vote on your best content and share their views by posting comments. You can also view your friends shared media via CyberLink Live too.
CyberLink Live TV
Watch live TV from anywhere, anytime
CyberLink Live streams your favorite TV programs anywhere you like. Simply log on from a web device and get access to your favorite channel, last viewed channel, or tune in from your channel list.
Scheduled recording
Catch up on shows you know you will miss, or save a whole seasons episodes of your favorite shows, using scheduled TV recording. Watch your recorded TV programs from any web device.
Smooth TV
Uploaded videos and recorded TV shows are automatically transformed into video files that provide smooth streaming quality over the Internet.
Build your video community
Share recorded TV programs with your friends by providing them with guest access. Your friends can vote for the shows they like the best, and post comments to share their views with you.
CyberLink Live Video
Watch your videos from anywhere
CyberLink Live streams your videos anywhere you like. Simply log on from a web device and access the video library on your home PC.
Smooth video streams
Uploaded videos and recorded TV are automatically transformed into flash video for smooth video streaming over the Internet.
Easy sort and search
Quickly sort and search your videos by name, date, and user rating.
Easy navigation with chapter-point thumbnails
If your videos are created or edited with CyberLink PowerDirector, then your files are saved with "rich video" information. CyberLink Rich Video registers chapter points whenever there are scene changes in the video footage making for easier navigation.
Chapter points are represented by scene thumbnails. Selection in CyberLink Live let you easily navigate lengthy video footage and locate the parts you want to watch.
If your video is analyzed by CyberLink MagicSports, exciting moments are identified and represented by thumbnails for easy navigation too.
Build your video community
Share your photos with friends by providing guest access to all videos or specific albums. Your friends can vote for which videos they like the best, as well as post comments.
View your friends videos
Access your friends videos from a single web interface. Vote for your friends media and add comments too.
CyberLink Live Photo
Access to your photos from anywhere
CyberLink Live delivers a photo slideshow anywhere you are. Simply log on from a web device and access the photo library on your home PC.
View photos as a slideshow
Display your photos as animated slideshows together with a choice of background music from your audio library.
Organize and search
Organize your photos into photo albums that can be sorted by name, date, and user rating.
Build your photo community
Share your photos with friends by providing guest access to all photos or specific albums. Your friends can vote for the best photo as well as post comments.
View your friends photos
Access your friends photos from one easy web interface. Vote for your friends media and add comments too.
CyberLink Live Audio
Access your audio files from anywhere
Once logged in, CyberLink Live streams your recent audio tracks so you can listen to music while browsing your media files in CyberLink Orb.
Organize and search
CyberLink Live displays your album art and lets your sort your audio files by name, artist, genre, date and rating.
Build your audio community
CyberLink Live lets you rate your favorite tracks and allows your friends give to vote and add comments.
Enhancements:
- Remote Document Access: Access your documents from anywhere
- A whole new UI : Offers an even better look & feel and user experience.
License:Freeware
With CyberLink Live, accessing your gigabytes of photos/videos/audio/documents stored at ... , CyberLink Live also allows you to check in on whats happening at home by remotely connecting to
CyberLink BD Advisor 2.0.0609
Identify the capabilities of your system for playing high-definition movies. more>> <<less
NetBeans Profiler 5.5
With its tight integration into the NetBeans IDE work flow, the Profiler helps you build reliable and scalable applications more>>
Select from several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. The options are preset to default values by experts. Only the application-specific options are exposed to you. If you need to tune the tools nuts and bolts, switch to custom profiling for full flexibility.
The Profiler can be set up to report only on the methods in which you are interested. Profile the entire application, or a subset, under a realistic workload. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler obtains runtime information on applications that are too large or complex for other profilers.
Main features:
- Low overhead profiling: you can profile just a subset of the application code - the rest of the code is not instrumented and thus runs at full speed. The profiled subset and the kind of profiling (CPU, memory, etc.) can be changed at any moment during run time.
- CPU Performance profiling: you can profile the entire application, or select a subset of its code to profile based on one or more root methods that you are free to choose. For example, you can set the doGet() method of your servlet as a root, and thus profile only the code of this method and other methods that it calls. The rest of the Java code, including most of the code of your Web/Application server, will run at full speed. Selective profiling based on chosen root methods appears to be a surprisingly good way to reduce the performance overhead and obtain accurate results for heavily multithreaded applications under realistic workload.
- Memory profiling: you can profile only object creation events, which imposes smaller overhead and allows you to detect problems with excessive object allocations. If this is not enough, you can turn on object liveness profiling, that records both object creation and reclamation events. It allows you to see the number, age, allocation paths, and other characteristics of objects currently in memory. It also can help you to detect memory leaks.
- Memory leak debugging: memory leaks are not uncommon with large Java applications. With most of the existing tools, it may take hours to make sure there is really a memory leak, and then to identify leaking objects. Our technology can pinpoint leaking objects for you immediately, based on the special pattern of allocations and reclamations (or lack thereof) that such objects typically demonstrate. You can then check where these objects were allocated, which in many cases is sufficient for identifying the root cause of the leak.
- Task-based profiling: profiling is a complex activity, which may require quite a bit of tuning, and thus learning the tools nuts and bolts. However, our task-based approach makes climbing the learning curve much easier, by first offering you several of the most common tasks, such as standard CPU or memory profiling, or simple monitoring. In these tasks, most of the options are preset to the most common values, and only the most important options are exposed to you. Once you learn more, you can switch to custom profiling, where you can get a full advantage of the flexibility of the advanced NetBeans Profiler technology.
- Threads profiling: you can observe threads & their activity during application execution. The threads profiling offers two views of the threads: "Threads timeline", showing threads activity side-by-side, and "Thread details" showing detailed information about one or more selected threads, including a list of all state changes in the threads life
- Processing collected data offline: you can save snapshots of collected results and process them offline.
CSPassword 5.5
CSPassword is an easy to use account information database for storing user names, passwords and so on. It has a secure file format which can only be accessed by a single password. CSPassword is compac more>>
WBTExpress 5.5
The WBTExpress is designed to create advanced e-learning courses, test, tutorial more>> The WBTExpress (4system) is designed to create advanced e-learning courses, tests, tutorials, etc. compatible for AICC- or SCORM-based LMS platforms. The application enables the creation of courses in a quick and effective way, just with several mouse clicks. WBTExpress interface is clear and handy. Expanded interaction mechanism lets you build interesting elearning questions, such as: multiple choice, single choice, drag & drop, text marking...<<less

Cole2k Media - Codec Pack 7.4
Play your video and audio files in a media player. more>>
Cole2k Media - Codec Pack 7.4 is a useful package designed for any DirectShow enabled player, such as Windows Media Player to play an incredible variety of file formats. The package also includes encoder codec's that allow any supporting encoding or editing program to create video and audio files in many formats.
Installation of the package is made easy for users through the informative menu's. Options that may cause problems have a warning in the description pane, the installer will also unselect options that may cause conflicts.
Major Features:
- ffdshow Video Codec Build 20090620 Revision 3014 by xxl.
- CoreAVC 0.0.0.4
- On2 Technologies VP7 Video (Decoder) Codec 7.0.8.
- Flash Video Splitter 1.0.0.1.
- InterVideo Video Filter 7.0.27.191.
- CyberLink DVD Video/SP Filter 6.0.2.2806.
- AC3Filter 1.60b.
- Core AAC Playback Filter 1.2.0.573 + AAC Parser Filter 1.1.0 By Tom Judd.
- Core Vorbis Playback Filter 1.1.0.79 + OGG Splitter 1.0.0.0 By Gabest.
- RadLight OFR Playback Filter 1.0.0.1 - for OptimFROG.
- DSP-worx Bass source filter 1.11.
- Haali Media Splitter 11/01/09 - For MP4, MKV, OGM and AVI container files.
- RealMedia Source Splitter 1.0.1.2.
- MPEG Splitter 1.0.0.3.
- AVI - AC3/DTS Converter + DTS/AC3 Source Filter By Gabest.
- VSFilter 2.39 - Subtitle Reader.
- XCD Filter - Also known as Form 2 Mode 2 CD.
Requirements:
- Microsoft Windows 7/Vista/XP/MCE/.net/2003/2000 x86 and x64. Microsoft DirectX 9 or higher
- Athlon and Pentium 3 processors or higher
- DirectX
Sendblaster 1.5.5
Bulk email sender and mailing list management software for email marketing more>> Bulk email software for email marketing that will allow you to communicate with your customers and friends by creating and sending customized e-mails using your database and integrating with your web site mailing list. You can manage up to 15 customizable fields and thanks to the data merge functionalities, each recipients will receive a customized message: "Dear Mr. Smith..." instead of the unfriendly "Dear customer".<<less

MediaMonkey 2.5.5
Intuitive music manager for serious collectors. Rip, tag, sync & convert music.... more>> An easy-to-use music manager / jukebox for serious music collectors. It catalogs CDs, OGG, WMA, MPC, APE, FLAC, WAV and MP3 files, and looks up Album Art and data via Freedb and the web. It includes a tag editor & file renamer to organize music, a CD ripper & audio converter to save music, and a playlist editor to create music mixes. Plus, it levels volume, supports Winamp plugins, burns CDs, and syncs with iPods and MP3 players and MP3 phones.<<less
PowerDVD 8.0.2021a
Play the broadest range of audio and video files and formats more>> Play the broadest range of audio and video files and formats
PowerDVD - Play the broadest range of audio and video files and formats. Enjoy the smoothest, brightest, and most natural visuals. Using PowerDVD you can experience high-definition audio and 8-channel expansion. Navigate quickly with shortcuts, bookmarks and other cool controls. Expand your features online with DVD enhancement packs
Unsurpassed Video Quality
Intensely Vivid Images
The second generation of CyberLinks world-renowned video enhancing technology makes images brighter and colors more natural. CLEV-2 adjusts a scenes chroma and luminance to enhance image detail, and thus achieves the best possible results for LCD/CRT monitors and playback of overly dark or bright DVD movies.
Smart Video Deinterlacing
CyberLinks adaptive video deinterlacing technology ensures a smoother and clearer video image while playing video files and DVDs. Deinterlacing is unavoidable as a result of playing interlaced DVD video on modern high-definition (mainly non-interlaced) displays (e.g. TVs). Without advanced deinterlacing, video can appear jagged, blotchy, shadowy, or blurry. CyberLinks intelligent deinterlacing technology retains video quality and minimizes distortion by analyzing video frame-by-frame and dynamically applying adaptive deinterlacing only when necessary.
Users also have a choice of deinterlacing options, including automatic deinterlacing or user-defined settings. Defining how deinterlacing is performed and by what algorithm is also an option: Pixel Adaptive, Median or Bob.
Multi-Display Ratios
PowerDVD supports multiple display ratios, letting users play 4:3 DVD movies on widescreen displays and 16:9 DVD movies on 4:3 displays. A natural stretching technology is utilized to avoid losses that would otherwise be created by Pan & Scan cropping or Letterbox display
Superior Audio Fidelity
Cinematic Surround Sound
The second generation of CyberLinks proprietary audio technology expands 2-channel audio into multi-channel audio (e.g. CD expanded to 5.1 channels). CLMEI-2 maps stereo or general surround sound and converts it for output via a maximum of 7.1-channel systems. Music mode, Movie mode, and the unique Onstage music modes are offered.
Virtual Surround Sound
CyberLinks Virtual Surround technologies simulates the feeling of surround sound when multi-channel audio is played via two speakers or headphones (CLVS and CLHP). PowerDVD provides a choice of three audio environments for CLVS: Living Room, Theater, and Stadium.
Virtual Surround Sound
CyberLink Headphone and CyberLink Virtual Surround let you enjoy a wider sound image and virtual surround experience via two speakers or headphones.
System requirements:
To play DVDs
- Screen Resolution: 1024 x 768 or 1280 x 1024
- Screen Ratio: 4:3 or 16:9 widescreen
- Intel Pentium 4 2.4 GHz (Pentium 4 3.0 GHz or above recommended)
- AMD Sempron 2600+ 1.6 GHz (Athlon 64 2800+ 1.8GHz or above recommended)
- Memory: for XP: 256 MB, for Vista: 512 MB
- Graphics Card: AGP or PCI Express graphic accelerator supporting DirectX 9.0.
- Sound Card: PCI sound card or on-board audio.
- Optical Drive DVD-ROM, DVD-ROM/CD-RW combo, DVD-R/RW, DVD+RW or DVD-RAM drive for playing VCDs and DVDs.
To play Blu-ray Discs
- Screen Resolution: 1920 x 1080
- Screen Ratio: 16:9 widescreen
Processor:
- Intel: Pentium 4 541 3.2 GHz, Pentium D 840 3.2 GHz, Pentium D 930 3.0 GHz, 935 3.2GHz or 940 3.2 GHz, Core Duo T2400 1.83 GHz, Pentium M 755 2.0 GHz, Core 2 Duo E4300 1.8 GHz, or T5600 1.83 GHz
- AMD: Athlon 64 X2 3800+ 2.0 GHz or 4000+ 2.0 GHz, Turion 64 X2 TL-50 1.6 GHz, TL-52 1.6 GHz or TL-56 1.8 GHz
- Memory: for XP: 512 MB, for Vista: 1 GB
- Hard Disk Space: 150 MB
Graphics Card:
- Intel 965G
- nVidia: GeForce 7600 GT, GeForce 7800 GTX 512, GeForce 7900 GX2, GeForce 7900 GTX, GeForce 7950 GX2, GeForce 8400 series, GeForce 8500 series, GeForce 8600 series, GeForce 8800 series
- ATI: ATI Radeon X1600 series, X1800 series, X1900 series
- Sound Card: PCI sound card or on-board audio
- Optical Drive: Blu-ray Disc drive for playing Blu-ray Discs and DVDs.
Version restrictions:
- 30 days trial
- nag screen
This download is marked as adware because it displays advertisement banners or other type of commercials while running.
Enhancements:
- Audio
- Dolby Digital Plus
- Dolby TrueHD
- DTS-HD
- DTS-ES
- DTS Neo:6 (Discrete, Matrix)
- DTS 96/24
- AAC 5.1 Channel support
- DTS
- Dolby Digital 5.1
- Dolby Digital EX
- Dolby Pro Logic IIx
- Dolby Headphone
- Dolby Virtual Speaker
- TrueTheater - Surround (Multi-channel Environment Impression Mode)
- TrueTheater - Surround (Virtual Speaker Mode)
- TrueTheater - Surround (Headphone Mode)
- MLP lossless
- SRS TruSurroundXT
- Pitch scaling technology
- Audio equalizer presets
- Audio visualizations
- Direct 96/24 output
- MP3, WAV
- Video
- SMPTE VC-1 High-Definition Video
- MPEG4 AVC (H.264) High-Definition Video
- TrueTheater - Lighting (Adaptive lighting for video quality enhancement)
- TrueTheater - Stretch (Non-linear stretch technology)
- Video smart de-interlacing
- Playback Formats
- BD-ROM (Blu-ray Disc) playback
- BD-RE (Blu-ray Disc) playback
- VCPS for DVD VR with content protection
- CPRM for DVD-VR with content protection
- DVD-Audio
- External subtitles
- DVD files (DVD-Video, DVD-VR, DVD VR) from any folder in your hard drive
- Advanced Features
- Movie Collection Support
- Movie Remix
- Integration with MoovieLive Service
- UPnP Support - Access your media from a Home Network
- Say-It-Again - Automatically repeats the last movie scene
- See-It-All - Automatically speeds playback to show as much of the movie as possible
- Read-It-Clearly - Moves subtitles from the viewing screen
This program is marked as adware
- Offers to install Google Toolbar and MovieLive that the program does not require to fully function.
Lightfeather 0.5.5
An open source 3D Engine geared towards intermediate to professional programmers and not towards beginners more>>
Lightfeather started as IrrlichtNX, a CVS repository for the Irrlicht engine, in 2004. It has since been completely rewritten and is an independent project since June 2005.
To use Lightfeather you need to be proficient in c++ programming. It is geared towards intermediate to professional programmers and not towards beginners.
Before you start using Lightfeather, we recommend reading the the "Engine Design", "How to build Lightfeather", and the Renderpasses information that can be found in the documentation section.
If you want to help with Lightfeathers development, there are lots of possibilities to do so. You could, for example, submit patches, contribute models for the tests and example applications or write tutorials. If you want to work on the engine but dont know where to start look into the todo/request list.

EasyDeskTicker 5.5
Displays RSS news feeds and stock quotes on the desktop. more>> It docks to the top or bottom of the screen and displays news as a scrolling line, as known from TV stations. Headlines are constantly updated, one click and the full article is opened in your web browser.
The program is highly customizable: rss feeds, fonts, sizes, colors, speed, position and more! It optionally stays above other windows or can resize the desktop, so that no other application is overlapped.
Feature list for standard version
# RSS feeds or stock quotes
# Flicker free
# Easily operated, all features explained where they are
# Any fonts and sizes
# RSS feeds can easily be added
# Line can be moved anywhere with the mouse, or placed on top or bottom of the desktop
# Line can be placed ON the desktop, so that it is shown when all windows are minimized
# Line can be hidden
# Check for updated news, can be displayed in another color, line can automatically unhide
# Message divider editable
# Any number of news feeds
# Multiple lines
# Integrated search for RSS feeds
# Colors for changed quotes free setable
# Quick-set buttons for fast configuration
# Feed lists can be im- and exported
# Border
# Full screen mode<<less
MUSK Codec Pack 6.0
A pack of codecs, including/understanding all that it is necessary to read all the findable videos on Internet and encoder more>> A pack of codecs, including/understanding all that it is necessary to read all the findable videos on Internet and encoder
A pack of codecs, including/understanding all that it is necessary to read all the findable videos on Internet and encoder in DivX 5 Pro, XviD, Real, QuickTime.
This software provides a single interface to enable you to manage all its components.
It makes it possible to decontaminate and reactivate the codecs in real time, to reinstall the codecs failing.
MUSK Codec Pack includes:
Codecs
- DivX 3.11 Codec + Fraunhofer IIS MPEG Layer-3 Codec
- DivX 5.1.1 Pro Codec + Config DivX 5.1.1 Pro
- XviD Codec (Koepi v1.0.1-05/06/2004) + Config
- Real Media RV9/10 Codec + Real Media Splitter 1.0.0.9 DirectShow Filter + Config
- QuickTime Codec + Config
- 3ivX D4 v4.5.1 Codec + Config
- VP3 v3.2.5.0 Codec
- VP6 v6.1.0.2 Codec + Config
- Cyberlink MPEG2 Decoder (DvD)
- Elecard MPEG2 v2.0 Decoder (DvD)
Filtres
- OGG Vorbis v0.9.9.5 Codecs + Encoder OGG Vorbis
- AC3 Dolby 5.1 Filter v0.70b + Config
- DivXG400 Codec Filter v2.83 + Config
- Morgan Stream Switcher Filter v0.9.9
- FFDShow 06/17/2002 Filter + Config
- DivX AntiFreeze v0.4 Filter + Config
- VSFilter v1.0.0.9 (Gabest) Filter
- Matroska Gabest Filter v1.0.2.3
Tools
- DriveSpeed v2.0.0.1 (Nero) (to check CDR & CDRW speed and to repare it in case its detected wrong)
- InfoTool v2.0.7.0 (Nero) (shows information about your CDR/CDRW/DVD/DVDRW...)
- SysEnum v8.1.0.0 (enumerates Filters & Codecs on your system)
- StartUp v2.8.XP (let you see what applications starts with your computer a gives the possibily to change it)
- AviC FourCC Changer (to chage the header of an avi file)
- GSpot v2.21 (shows information about an .avi, codecs, resolution...)
- Media Player Classic v6.4.8.2 FR & US (media player supports all popular formats: QuickTime, RealMedia, WMV, DivX...)
- MUSK Media Player v0.5.65 FR (new media player by MUSK)
- MUSK Filter/Codec Enumerator v1.2 FR & US (Same as SysEnum but this one let you fix problems, by MUSK)
- VideoToolBox v1.0.0.58 Multilangue (Same as GSpot, multilangual)
Cole2k Media Codec Pack Advanced 7.7.0
Cole2k Media Codec Pack Advanced is for use by encoders, it features a large number of codecs and additional tools more>>
Cole2k Media Codec Pack Advanced 7.7.0 is an effective tool which features a large number of codecs and additional tools.
It will allow any DirectShow enabled player, such as Windows Media Player to play an incredible variety of file formats.
Not only is the Advanced Codec Pack a fantastic add on for music and movie playback, but it is also packed with main stream encoder codec's for producing audio and video files.
Installation Advice:
- First of all it is strongly advised that you remove your previous codec pack, it is not always essential but may help to rule out any future problems.
- DivX 6.4 Pro is featured in this pack, if you have previously had DivX 5.x registered or your PC you will need to enter a new key with this version.
Major Features:
- DivX 6.8.4.1 Pro Video Codec (05/08/08 Revision).
- DivX Web Player 1.4.0233 browser plugin.
- XviD 1.1.3 Video (Encoder) Codec Koepis 28/06/07 Build
- Ffdshow Video Codec 20081228 Revision 2547 by clsid.
- CoreAVC 0.0.0.4
- Microsoft Windows Media 9 Video Codec 9.0.1.369.
- On2 Technologies VP7 Video (Decoder) Codec 7.0.8.
- On2 Technologies VP6 Video Codec 6.4.2.
- Flash Video Splitter 1.0.0.1.
- Huffyuv Lossless Video Codec 2.2.0.1.
- Ligos Indeo XP Video Codec 5.2820.15.58.
- Intel Indeo Video Codec 4.51.16.2.
- Intel Indeo Video Codec 3.24.1.2.
- InterVideo Video Filter 7.0.27.191.
- CyberLink DVD Video/SP Filter 6.0.2.2806.
- AC3Filter 1.51a.
- AC3File 0.5b.
- Spdifer 0.2a.
- DVBPortal HDTV Pump Filter 1.0.7.
- MythTV Filters 0.10.0.
- Core AAC Playback Filter 1.2.0.573 + AAC Parser Filter 1.1.0 By Tom Judd.
- Core Vorbis Playback Filter 1.1.0.79 + OGG Splitter 1.0.0.0 By Gabest.
- RadLight OFR Playback Filter 1.0.0.1 for OptimFROG.
- Sony ATRAC3 0.98 ACM Codec also known as MDLP2.
- DivX ACM Audio Codec also known as Windows Media Audio 4.1.
- Lame MP3 3.98.2 ACM Codec.
- DSP-worx Bass source filter 1.11.
- Haali Media Splitter 29/03/08 For MP4, MKV, OGM and AVI container files.
- AVI AC3/DTS Converter + DTS/AC3 Source Filter By Gabest.
- RealMedia Source Splitter 1.0.1.2.
- VSFilter 2.39 Subtitle Reader.
- XCD Filter Also known as Form 2 Mode 2 CD.
- GSpot Codec Information Appliance 2.70a.
- Shell Context Menu Allows you to manually register and unregister dlls, ocxs, axs and exes through the right click context menu.
Enhancements
- Updated: DivX Pro to version 7.2
- Updated: ffdshow to build 20090620 revision 3014.
- Updated: AC3Filter to version 1.60b.
- Updated: AC3File to version 1.6b.
- Updated: Spdifer to version 0.3b.
- Changed: ffdshow defaults.
- Removed: Sony ATRAC3 Codec.
Requirements:
- Microsoft Windows 7/Vista/XP/MCE/.net/2003/2000 x86 and x64, Microsoft DirectX 9 or higher suggested.
- Hardware specification can vary widely, Athlon and Pentium 3 processors or higher along with a DirectX enabled graphics card are suggested.
K-Lite Codec Pack Full 5.3
K-Lite Codec Pack Full offers you a convenient tool that supports even more audio and video formats. It also has encoding support for various formats. more>>
K-Lite Codec Pack Full 5.3 offers you a convenient tool that supports even more audio and video formats. It also has encoding support for various formats. This package is for power users and people who do video editing/encoding.K-Lite Codec Pack is a collection of codecs and related tools. Codec is short for Compressor-Decompressor.Codecs are needed for encoding and decoding (playing) audio and video.
The K-Lite Codec Pack is designed as a user-friendly solution for playing all your movie files. With the K-Lite Codec Pack you should be able to play all the popular movie formats and even some rare formats.
Major Features:
- It is updated frequently. So it is always up-to-date with the newest and/or best components.
- All components have been carefully selected for specific purposes. It is not just a random bunch of stuff thrown together.
- It is very user-friendly and easy to use.
- Works great with Windows Media Player and Windows Media Center. But also with all other DirectShow players, such as Media Player Classic, BS.Player, ZoomPlayer, and others.
- The installation is fully customizable, meaning that you are able to install just those components that you really want.
- The pack has many options, which allows you to tweak it to your own specific needs and preferences.
- Uninstallation removes everything that was installed by the pack. Including all registry keys. All changes are properly undone.
- It is extremely easy to make a fully customized unattended installation with the integrated wizard.
- It does not contain any codecs or filters that are known to be bad, buggy or unstable. In fact, the installer is able to detect and disable several known troublemakers.
- It tries to avoid potential conflicts with other codecs installed on your computer. The installer is able to detect and remove over 100 different codec and filter packs.
- The installer is able to detect broken codecs and filters on your system, and helps you to remove them.
- It is a very complete package, containing everything you need to play your movies.
- The pack has options to activate thumbnail generation in Windows Explorer for several popular video file formats, which are by default not thumbnailed in Explorer.
- The pack automatically configures Media Center to recognize all common audio and video file formats, so that such files show up in your media library.
- This pack has a huge user base. This means that problems are found and resolved quickly.
- There are different variants of the pack. From very small to large.
- The pack is suitable for both novice and expert users.
Enhancements:
- Updated Media Player Classic Home Cinema to version 1.3.1311.0
- Updated Cyberlink MPEG-2 decoder to version 8.4.0.923
- Updated MediaInfo Lite to version 0.7.23
- Updated Codec Tweak Tool to version 4.0.0
- Added file association options for: The KMPlayer
- Moved speaker configuration to a separate page in the installer
- Moved thumbnail options to a separate page in the installer
- For 64-bit systems the thumbnail options have been moved to the 64-bit K-Lite Codec Pack
- Added option to use the DC-Bass Source filter for decoding .m4a files
- Minor changes and fixes
Requirements:
- Windows 2000, XP, 2003, Vista, and Windows 7.
License:Freeware
License:Freeware
