Showing posts with label video. Show all posts
Showing posts with label video. Show all posts

Saturday, 5 December 2009

Miro 2.5.4 – Play and download video files for free

 Miro 2.5.4



Download Free HERE
Miro is a free HD video player. It can play almost any video file and offers over 6,000 free internet TV shows and video podcasts.

Miro has a simple, gorgeous interface designed for fullscreen HD video. Since Miro downloads most videos, you can take your shows with you, even on an airplane. Quite simply, Miro is a better way to watch all the video you care about.
Unlike your browser, Miro's built for HD. The built-in Miro Guide connects you to thousands of free High Definition video shows. Miro downloads video fast and stores it on your local computer for a level of quality that is often impossible on streaming video websites (even the ones that call themselves 'HD').
Can't open a video? Now you can, with Miro. Miro can play virtually any type of video file - Quicktime, WMV, MPEG, AVI, XVID, and more.
When it comes to video podcasts, Miro goes far beyond iTunes by letting you subscribe to BitTorrent RSS feeds, with one of the fastest torrent downloaders in the world. Miro makes BitTorrent RSS dead simple-- when a new episode is available, it will download automatically and be ready to watch.

Title:Miro 2.5.4
Filename:Miro_Installer.exe
File size:28.91MB (30,318,620 bytes)
Requirements:Windows (All Versions)
Languages:en-US
License:Open Source
Date added:December 4, 2009
Author:Participatory Culture Foundation

Official website: www.getmiro.com
YOU CAN ALSO SEE:

Make Online Money With Your Files


Make Money From Your Site Or Blog

All Adobe product shortcuts

PDFCreator - Free Tool To Create PDF Files


Sunday, 19 July 2009

VirtualDub 1.8.7 Build 30080 Stable - Free Software

-----------------------------------------------------------------------------------
VirtualDub 1.8.7 Build 30080 Stable - Free Download
----------------------------------------------------------------

VirtualDub is a video capture/processing utility for 32-bit Windows platforms (95/98/ME/NT4/2000/XP), licensed under the GNU General Public License (GPL). It lacks the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 and also handle sets of BMP images.

Features:

VirtualDub helps you get video into your computer.

If your capture device is Video for Windows compatible, then VirtualDub can capture video with it. But VirtualDub isn't your average capture program:
• Fractional frame rates. Don't settle for 29 or 30 when you want 29.97.
• Optimized disk access for more consistent hard disk usage.
• Create AVI2 (OpenDML) files to break the AVI 2GB barrier and multiple files to break the FAT32 4GB limit.
• Integrated volume meter and histogram for input level monitoring.
• Real-time downsizing, noise reduction, and field swapping.
• Verbose monitoring, including compression levels, CPU usage, and free disk space.
• Access hidden video formats your capture card may support but not have a setting for, such as 352x480.
• Keyboard and mouse shortcuts for faster operation. To capture, just hit F6.
• Clean interface layout: caption, menu bar, info panel, status bar.

VirtualDub lets you clean up video on your computer.

There are lots of programs that let you "edit" video. And yet, they're frustratingly complex for some of the simplest tasks. VirtualDub isn't an editor application; it's a pre- and post-processor that works as a valuable companion to one:
• Reads and writes AVI2 (OpenDML) and multi-segment AVI clips.
• Integrated MPEG-1 and Motion-JPEG decoders.
• Remove and replace audio tracks without touching the video.
• Extensive video filter set, including blur, sharpen, emboss, smooth, 3x3 convolution, flip, resize rotate, brightness/contrast, levels, deinterlace, and threshold.
• Bilinear and bicubic resampling — no blocky resizes or rotates here.
• Decompress and recompress both audio and video.
• Remove segments of a video clip and save the rest, without recompressing.
• Adjust frame rate, decimate frames, and 3:2 pulldown removal.
• Preview the results, with live audio.

You can take a captured clip, trim the ends, clean up some of the noise, convert it to the proper frame size, and write out a better one. Don't see a video filter you want? Write your own, with the filter SDK.

VirtualDub is fast.

The author of VirtualDub is very impatient. That means his program is designed for speed, both in the interface and in the processing pipeline. Converting a compressed, 320x240 MPEG-1 file to an uncompressed, 24-bit AVI requires only these two steps in VirtualDub:
• Open video file (Ctrl-O).
• Save AVI (F7).

How fast is this operation? On a C450, 40 frames per second (1.3x real-time speed). With a little tweaking, the speed rises to 55 fps (1.8x), with the CPU hardly breaking a sweat at 40%.

I haven't had as much time as I'd like to work on VirtualDub, which is unfortunately why it's been three months since the last release. Time to rectify that.

1.8.7 is a bugfix only release, with the one major fix being to the distributed job system. It turns out that the distributed job code wasn't that stable and would often attempt to run the same job on multiple machines, due to essentially a race condition in the filesystem. The new version now has logic to detect job start conflicts and retry with exponential delay, which should be more reliable. I also rewrote the conflict resolution logic, which is now more similar to the two-way and three-way merges that a revision control system has to deal with.

1.9.0 is of course the new experimental build and contains a number of new features and changes. I spent some time closing the gap in functionality between the x86 and AMD64 builds, so although the AMD64 build may still not be as well optimized, several features that were previously absent in the AMD64 build are now implemented. I've also thrown in a built-in AMD64-capable Huffyuv decoder that handles some of the popular post-2.1.1 extensions. Second, the internal display and blitter libraries got overhauled quite a bit. The uberblit system that backs the resampler in the 1.8.x series has been cleaned up and expanded, and now handles many of the complex blit scenarios that were previously handled by custom code or multi-stage blits. As a result, VirtualDub 1.9.0 can now handle several new image formats, including the 10-bit per channel v210 format and the interleaved NV12 format. The display library has also been upgraded to handle the new formats, and in particular the Direct3D module can now accelerate display of 10 bit/channel v210 video with dithering. The new formats are not yet exposed to video filters — mainly because the thought of trying to work directly in v210 scares me — although I'm not ruling out the possibility of a 14-bit fixed point linear color format in the future.

Changelists are after the jump.

Build 30080 (1.8.7, stable): [December 21, 2008]
[bugs fixed]
* Wheel scrolling now works in the filter crop dialog.
* Added clamp in audio conversion dialog to prevent invalid custom sampling
rates.
* DV: Audio error concealment now works when the PAL/NTSC bit in a frame is
incorrect.
* Capture: Added option to ignore DirectShow video timestamps when capture
driver timing is busted.
* JobControl: Rewrote sync mechanism to fix problems with multiple machines
attempting to run the same job.
[regressions fixed]
* JobControl: Fixed crash if job list couldn't be flushed on exit.

-----------------------------------------------------------------------------------------

Saturday, 18 July 2009

YouTube Downloader 2.1.7 - Free Download

-----------------------------------------------
YouTube Downloader 2.1.7
-----------------------------------------------

YouTube Downloader 2.1.7 - Free Download Here

----------------------------------------------
YouTube Downloader 2.1.7 is a free tool that downloads videos from youtube. YouTube Downloader allows you to easily grab and save desired youtube video to your local computer. Simply paste the URL of a video into the program, press Start , and the AVI file will be downloaded into the selected folder. You dont need any players to play flash video just play it on the defult media player clasic. It contains absolutely NO ADWARE, NO SPYWARE, NO REGISTRATION, NO POPUPS, NO MALWARE or other unwanted software. Features: - Easy to use - Save youtube video as AVI file.
---------------------------------------------------------------------------

amazon