Google
 
The Internet was always meant to be free, I mean, apart from the common infrastructure costs, the Internet was and is still free. This fad is soon catching up in the area of software, with everyone wanting a slice of free-to-use software, available on the Internet.

Avidemux v2.4.1 for Win32 (SVN-r4081)

Imagine an application which does everything VirtualDub can do, but runs on various platforms, supports a lot of containers, comes with all Codecs you need built-in and doesn´t use the nasty VfW interface. That applications is Avidemux! And now the "official" version: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It´s graphical user interface looks pretty similar to VirtualDub and most features known from VirtualDub are available too. Avidemux natively supports a great number of file types, such as AVI, MPEG, VOB, TS, MP4, ASF, OGM, MKV and FLV. At the same time Avidemux natively supports a wide range of Video/Audio formats, including MPEG-1, MPEG-2, MPEG-4 ASP, H.264/AVC, DV, HuffYUV, MP3, AAC, AC-3 and Vorbis. Tasks can be automated using projects, job queue and powerful scripting capabilities. Video-DVD or (S)VCD compliant streams can be created with easy-to-use "Auto" wizards. Multi-threading is supported!

What the heck is Avidemux?

Imagine an application which does everything VirtualDub can do, but runs on various platforms, supports a lot of containers, comes with all Codecs you need built-in and doesn´t use the nasty VfW interface. That applications is Avidemux! And now the "official" version: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It´s graphical user interface looks pretty similar to VirtualDub and most features known from VirtualDub are available too. Avidemux natively supports a great number of file types, such as AVI, MPEG, VOB, TS, MP4, ASF, OGM, MKV and FLV. At the same time Avidemux natively supports a wide range of Video/Audio formats, including MPEG-1, MPEG-2, MPEG-4 ASP, H.264/AVC, DV, HuffYUV, MP3, AAC, AC-3 and Vorbis. Tasks can be automated using projects, job queue and powerful scripting capabilities. Video-DVD or (S)VCD compliant streams can be created with easy-to-use "Auto" wizards. Multi-threading is supported!

What encoders are supported by Avidemux?

Avidemux comes with several video encoders built-in: Xvid (MPEG-4 ASP), x264 (H.264 aka AVC), libavcodec (MPEG-4 ASP, MPEG-2, MPEG-1, FLV, HuffYUV, FFV1, MJPEG, H.263, DV) and mpeg2enc (MPEG-1, MPEG-2). Also it includes various audio encoders: LAME (MP3), FAAC (LC-AAC), Aften (AC3), Ogg Vorbis and TwoLAME (MP2). Please note that Avidemux does not support the platform-specific and outdated ´Video for Windows´ (VfW) interface and it never will! This means there is absolutely no way to use DivX (or any other VfW-based Codecs) with Avidemux! But don´t worry: Avidemux will open all files, that were encoded with DivX, just fine. Avidemux simply uses it´s own (internal) MPEG-4 decoder instead of the proprietary DivX decoder. Furthermore the files encoded with Avidemux and Xvid will play 100% fine on a "DivX certified" player, as long as you use the appropriate encoder settings...


What video filters are supported by Avidemux?

Avidemux comes with a wide range of video filters built-in. Most of those filters were ported from MPlayer, VirtaulDub or Avisynth. There are filters for Cropping, Resizing (Bilinear, Bicubic and Lanczos) and Expanding. For processing of interlaced video, there are various Deinterlacing and IVTC filters (e.g. Yadif, TDeint, Kernel Deinterlacer, Smart Deinterlace, mcDeinterlace, DGBob and Decomb Telecide). Furthermore there are filters for Denoising (FluxSmooth, denoise3d/hqdn3d, Stabilize, Temporal Cleaner, etc.), Sharpening (MSharpen, asharp, etc.), Color Correction and many more. Last but not least there is a new plugin system for ´external´ video filters now. So you can add additional filters to Avidemux without re-compiling!


Win32 Package Notes

# Updated GLib to version 2.14.6-1.
# Compiled CLI without SDL so output is directed to the console instead of log files.
# Updated x264 to SVN revision 736.
# Updated gettext to 0.17-1.
# Updated Libxml2 to 2.6.30+.


SVN Changelog

# 3789 - [I18N] CA translation update by jfarrerons
# 3788 - [CMG] Chris Mc Gregor patch update
# 3787 - [I18N] Spanish update by F. Dacoba
# 3786 - [Win32] redirect stdout and stderr to admlog.txt in user´s profile folder
# 3785 - [encoder] Unlock same qz as input mode for lavc
# 3784 - [Win32] build CLI as a console application
# 3783 - [x264] add tesa motion estimation
# 3782 - [VC1] enable Windows Media Video 9 Advanced Profile codec
# 3781 - [ODML] Fix big endian + uninitialized var
# 3780 - [Editor] destroy scratch when loading a new video so quant is always reset
# 3779 - [H263] enable H.263 decoder
# 3778 - [ODML] Fix crash when not using openDML
# 3777 - [SRT] swap LE and BE for BSD family, not just Mac (FS#249)
# 3776 - [PNG] data is stored RGB not BGR
# 3775 - [Colourspace] correct various RGB/BGR -> YUV conversions
# 3774 - [BMP] improve handling of bitmaps - correct colour conversion and support padded scanlines
# 3773 - [JPEG] add support for 24-bit images
# 3772 - [I18N] Italian update by zoppo
# 3771 - [I18N] correct typo in French translation (FS#265)
# 3770 - [SpiderMonkey] More verbose error (Chris Mc Gregor)
# 3769 - [I18N] German update by J Martin
# 3768 - [ODML] Realloc dynamically super index if needed
# 3767 - [automake] invert ssse3 switch so enable doesn´t disable etc
# 3766 - [x264] update terminology
# 3765 - [dts] set all platforms to use same version of libdca
# 3764 - [x264] fix typos and grammar on GTK config window
# 3763 - [I18N] Russian update by S. Maslennikov
# 3762 - [SDL] fix for embedding Qt4
# 3761 - [SDL] hacks for Mac to embed SDL control
# 3760 - [MkvScan] Be more verbose
# 3759 - [SDL] cleanse SDLMain for Mac
# 3758 - [MkvScan] Cleanup, use source from adm, build with cmake
# 3757 - [Filter] Add Hz field
# 3756 - [I18N] Russian update by S. Maslennikov
# 3755 - [SDL] don´t double the size of the SDL window
# 3754 - [Mac] don´t disable acceleration based on DISPLAY environment variable

Size: 11.85MB
Publisher: Avidemux
OS: Win 2000/XP/2003


No comments:

Disclaimer: This BLOG does not store any files on its server. We only index and link to content provided by other sites.
 

blogger templates | Make Money Online