supported input file types: - AVI, MKV
- WAV, MPA/MP3, AC3, DTS, AAC, OGG/Vorbis
- SRT, SSA
| All file format readers have been rewritten from scratch and do not depend on bugs of 3rd party parsers |
supported output formats: - AVI, MKV
- raw (MPx, AC3, DTS...)
- ATDS-AAC, OGG/Vorbis
| the AVI, MKV and OGG muxers does not depend on any third party bugs either (ADTS is too simple to speak about a "muxer") |
supports Open-DML AVI files | No size limitation for AVI files (note: this breaks many hardware MPEG4 players) |
supports creating rec list | Forces Microsoft's AVI Splitter to read AVI files sequentially, without seeking on the disc (note: this breaks many hardware MPEG4 players) |
easy splitting | Split large files by size, by time or by chapter boundary. See here for more information. |
handles MPx/AAC-in-AVI | You can use MPx, AAC and HE-AAC audio in your AVI files. Those files are 100% compliant to the AVI file specification |
extracting most stream types | All stream types that can be extracted in "raw mode", like MP3, AC3, DTS, as well as AAC and OGG/Vorbis streams can be extracted from source AVI/MKV files. SRT and SSA subtitles can be extracted from AVI files. |
own cache | An own cache increases performance over using the Windows file cache |
repair files | Some typical bugs in AVI files causing by some known applications can be fixed without remuxing the file |
Mode 2 - Form 2 reading | Files which are stored on CDs using the Mode 2 - Form 2 - format, or files which someone copied from such a CD using Windows Explorer, can be accessed directly |
Vorbis-in-AVI reading | AVI files containing Vorbis audio in a way compatible to what ffmpeg does can be used as data source. Note that writing such files is not yet possible in AVI-Mux GUI. |
join AVI/MKV files with SSA subtitles | This works even when the SSA style definitions of the source files collide: AVI-Mux GUI will recreate them. |
real file type identification | AVI-Mux GUI doesn't care about the file name when identifying a file type, so it cannot be fooled by people who rename MKV, or, even worse, OGM files, to .AVI just to get more hits on eMule |
v1.17.8.3 - binary | 2010/02/17 | 759 kB | Contains fixes for a couple of problems: reading certain DTS files, reading certain AAC files, settings dialog was cropped when the system font size was larger than normal, should not require compatibility mode setting on Vista and Windows 7 anymore. It's partially migrated from C-string functions to STL. This is NOT PROPERLY TESTED, I just want to release it, otherwise I'd never get it out. Maybe you want to test... |
v1.17.8.3 - source code | 2010/02/17 | 682 kB | Note that this is only tested on Visual Studio 2005. It does not work on Visual Studio 6 anymore, and I didn't try Visual Studio 2003 |
v1.17.8 - binary | 2009/11/29 | 663 kB | There is a Blog entry about this release. If you are upgrading from 1.17.5 or ealier, you must delete the gui.amg.xml file! Update Nov 3rd, 2008: Added spanish language file (thanks to Leandro H. Fernández) Update Nov 29th, 2009: Add turkish language file |
v1.17.8 - source code | 2008/09/06 | 607 kB | Note that this is only tested on Visual Studio 2005. It does not work on Visual Studio 6 anymore, and I didn't try Visual Studio 2003 |
v1.17.7 - binary | 2008/08/03 | 559 kB | This does not introduce new features compared to 1.17.6. It is a pure bugfix release. If you are upgrading from 1.17.5 or ealier, you must delete the gui.amg.xml file! The file was replaced by one containing a polish, italian, spanish, hungarian and chinese language file as well on August 3rd, 2008. |
v1.17.7 - source code | 2006/08/08 | 597 kB | Note that this is only tested on Visual Studio 2003. It does not work on Visual Studio 6 anymore and should also work on Visual Studio 2005 |
manual | 2008/09/12 | 471 kB | Complete manual for AVI-Mux GUI, based on v1.17.8 |
DTS-in-AVI filter | - | - | filter required for replay of DTS streams additionally to a DTS decode filter (such as an appropriate version of WinDVD!) |