haali matroska
haali matroska in title
haali matroska in description
Features:
ffdshow: Rapidly making codec packs obsolete. Plays almost everything.
Haali Media filter: Supports the Matroska, MP4, and OGM A/V container formats.
VSFilter: Supports a wide variety of subtitle formats.
DivX ;-) Audio: Just in case.
AC3 XForm filter: Makes life a little easier for folks with external Dolby Digital decoders.
HDTVPump: Support for HD/ATSC transport streams.
Matroska is not a codec (like MPEG-1, XviD, DivX, or VP3), but a container (like OGM) where you can put video(s) + audio(s) + sub(s). Supported audio formats include Ogg Vorbis, AAC, MP3, and AC3.
Here are some key features of "Lazy Mans MKV":
· matroska Splitter 1.0.2.7
· RealMediaSplitter 1.0.1.1
· VSFilter 2.37
Haali Media Splitter offers support for almost all matroska elements, implemented in the core parser library. The DS splitter supports multitrack and multisegment linked and/or concatenated files.
Here are some key features of "Haali matroska Splitter":
· Support for almost all matroska elements is implemented in the core parser library. The DS splitter supports multitrack and multisegment linked and/or concatenated files.
Supported containers:
· Matroska
· MP4
· AVI
· OGG/OGM
· MPEG TS
They do for matroska what the OGMtools do for the OGM format and then some.
With these tools one can get information about (mkvinfo) matroska files, extract tracks/data from (mkvextract) matroska files and create (mkvmerge) matroska files from other media files. matroska is a new multimedia file format aiming to become THE new container format for the future. You can find more information about it and its underlying technology, the Extensible Binary Meta Language (EBML), at http://www.matroska.org/
eac3to was designed to convert E-AC3 and TrueHD audio tracks to AC3 or FLAC.
TrueHD conversion unfortunately doesnt work with demuxed TrueHD files at this point in time. The to-be-converted TrueHD track must the first (or better: only) audio track in an EVO file. Please use the EvoDemux tool to create one EVO file for a full movie with only the TrueHD audio track in it.
Usage: eac3to src.eac3|evo|wav dst.ac3|flac|raw|wav [-options]
This tool can convert a 2.0 or 5.1 E-AC3 or a 5.1 TrueHD track to AC3/FLAC.
Features of "eac3to":
- can show information about audio files
- can decode and encode various audio formats
- can remove dialog normalization from AC3, E-AC3, DTS and TrueHD tracks
- can extract AC3 stream from Blu-Ray TrueHD/AC3 tracks
- can extract TrueHD stream from Blu-Ray TrueHD/AC3 tracks
- can extract DTS core from DTS-HD tracks
- can remove DTS zero padding and repair outdated DTS-ES headers
- can apply positive or negative audio delays
- can reduce bitdepth of decoded audio data by using TPDF dithering
- can resample decoded audio data (using "r8brain")
- can apply/reverse PAL speedup on decoded audio data (using "r8brain")
- can demux all video and audio tracks of an EVO/VOB source file
- can join/rebuild multiple EVO/VOB files
- can remux the video track of a EVO/VOB source to Matroska
eac3to sourcefile[ sourcefile2] [trackno:] [destfile] [-options]
Examples:
eac3to source.pcm destination.flac
eac3to source.thd destination.flac destination.ac3
eac3to source.evo 2: destination.eac3 3: destination.flac
eac3to feature_1.evo feature_2.evo movie.mkv
Options:
-448 use "192", "448" or "640" kbit/s for AC3 encoding
-768 use "768" or "1536" kbit/s for DTS encoding
-core extract the DTS core of a DTS-HD track
/-100ms apply a positive or negative delay
-0,1,2,3,4,5 remap the channels to the specified order
-blu-ray remaps channels from Blu-Ray LPCM order to normal order
-downmix downmix 7 or 8 channels to 6 channels
-down16 downconvert decoded audio data to 14..23 bit
-slowdown reverse PAL speedup (25.000 -> 24.000/1.001 fps)
-speedup apply PAL speedup (24.000/1.001 -> 25.000 fps)
-resampleTo48000 resample audio to "44100", "48000" or "96000" Hz
-quality=4 slowdown/speedup/resampling quality (0 = low; 4 = very high)
-mixlevel=181 back channel mixing level (0 = off; 256 = full volume)
-8 PCM file has "1".."8" channels
-16 PCM file is "16" or "24" bit
-little PCM file is "little" or "big" endian
-96000 PCM file is "44100", "48000", "96000" or "192000" Hz
-override forcefully overrides PCM auto detection with manual values
-sonic/nero/libav force the use of a specific decoder (not recommended)
-keepDialnorm disables dialog normalization removal (not recommended)
-demux EVO/VOB: demuxes 1st video track and all audio tracks
-no24p EVO/VOB: disables rewriting of MKV timestamps
-test checks if the external filters are installed & working
Supported source formats (only in demuxed form):
(1) RAW, (L)PCM
(2) WAV (PCM only)
(3) AC3, E-AC3
(4) DTS, DTS-ES, DTS-96/24, DTS-HD Hi-Res, DTS-HD Master Audio
(5) MLP, TrueHD, TrueHD/AC3
(6) FLAC
(7) EVO/VOB
Decoded audio data can be stored as / encoded to:
(1) RAW, (L)PCM
(2) WAV (PCM only)
(3) WAVs (multiple mono WAV files, PCM only)
(4) AC3
(5) DTS
(6) FLAC
For best AC3, E-AC3 and TrueHD decoding you need:
(1) Nero 7 (Nero 8 wont work!)
(2) Nero HD-DVD / Blu-Ray plugin
For best DTS decoding you need:
(1) "Sonic Cinemaster Audio Decoder 4.3" DirectShow filter
For DTS encoding you need:
(1) SurCode DVD DTS - version 1.0.21 or newer
For video muxing you need:
(1) haali Media Splitter
(2) haali matroska Muxer
(3) MkvToolnix
Changes from previous version
· added channel mask reading support to Blu-Ray PCM track parser
· added channel mask reading support to TrueHD parser
· added channel mask reading & writing support to FLAC decoder / encoder
· changed 5.x channel mask from $03x to $60x
· changed 6.x channel mask from $13x to $70x
· mono wavs output now creates correct names for some channel masks
· when transcoding 6.1 sources to PCM, 7 channel doubling is activated now
· fixed: DTS channelmask detection was incorrect for very strange configs
· fixed: sometimes the h264 video stream of a Blu-Ray m2ts was not detected
foo packet decoder ac3 is a lightweight and useful add-on for foobar2000 designed to decode AC3 files in Matroska.
Requirements:
· foobar2000
foo uie albumart mka is a useful plug-in for foobar2000 designed to enhance the media player with the possibility to read matroska covers.
Requirements:
· foobar2000
foo input matroska is a useful plug-in for foobar2000 designed to enable you to play matroska MKA files.
Requirements:
· foobar2000
The CoreCodec CoreAVC High Definition H.264 video codec is based on the MPEG-4 Part 10 standard and is one of the codecs used in Blu-ray and in HD-DVD.
AVC / H.264 is considered to be the next-generation standard for video, and this software can be recognized as the worlds fastest H.264 software video decoder.
The efficiency of CoreAVC in software is often compared to be faster than other solutions that try to rely on hardware to increase playback performance of H.264 video.
Requirements:
· 800 MHz Intel Pentium class or faster processor
· At least 256MB of RAM
Changes from previous version
· CoreAVC H.264 Video Codec - Version 1.7.0.0 (20080415)
· - Add: Support for Mainconcept and ArcSoft demuxers.
· - Add: Workaround for broken DirectShowSource in AviSynth
· - Add: Installer improved
· - Add: Better multiple CPUs/Cores balance
· - Fix: Others internal fixes
·
· haali Media Splitter (20080329)
· - Add: Added support for muxing FLAC audio as A_FLAC to the muxer
· - Add: Added support for parsing recovery point SEIs in H.264 streams in PS and TS containers
· - Add: Added an automatic colorspace selection option to the renderer, it switches to BT.709 when video width is 1024 or more
· - Fix: Added a workaround for some broken matroska files with trailing 0s
· - Fix: Disabled the PS3 upscaler since it doesnt work properly on all hardware
· - Fix: Fixed handling of VC-1 with changing sequence headers in PS and TS containers
· - Fix: Fixed VC-1 aspect ratio detection
· - Fix: Added support for PCM audio with 7 and 8 channels
· - Fix: Fixed channel mapping for PCM in M2TS container
· - Fix: Added a workaround to make MS VC-1 DMO decoder accept formats with included aspect ratio information
· - Fix: Fixed the misbehaving Apply button in color planes shift dialog in the renderer
MKVToolnix is a set of tools that will help you create, alter and inspect matroska files under Linux, other Unices and Windows.
They do for matroska what the OGMtools do for the OGM format and then some.
With these tools one can get information about (mkvinfo) matroska files, extract tracks/data from (mkvextract) matroska files and create (mkvmerge) matroska files from other media files. matroska is a new multimedia file format aiming to become THE new container format for the future. You can find more information about it and its underlying technology, the Extensible Binary Meta Language (EBML), at http://www.matroska.org/
Changes from previous version
· mkvmerge: Reintroduced the "--engage allow_avc_in_vfw_mode"
· mkvmerge: bug fix: Fixed suppoert for DTS-in-WAV files which are encoded with 14 bits per word
· mkvmerge: enhancement: Added support for DTS files which use only 14 out of every 16 bits and which are not stored inside a WAV file
Haali Media Splitter is a media splitter that supports both Win9x and real systems.
Haali Media Splitter offers support for almost all matroska elements, implemented in the core parser library. The DS splitter supports multitrack and multisegment linked and/or concatenated files.
Features of "Haali matroska Splitter":
· Support for almost all matroska elements is implemented in the core parser library. The DS splitter supports multitrack and multisegment linked and/or concatenated files.
Supported containers:
· Matroska
· MP4
· AVI
· OGG/OGM
· MPEG TS
Changes from previous version
· Fixed a glitch in red/blue shift code and extended the maximum shift range
The DS splitter supports multitrack and multisegment linked and/or concatenated files Haali Media Splitter is a media splitter that supports both Win9x and real systems.
Haali Media Splitter offers support for almost all matroska elements, implemented in the core parser library. The DS splitter supports multitrack and multisegment linked and/or concatenated files.
Here are some key features of "Haali matroska Splitter":
· Support for almost all matroska elements is implemented in the core parser library. The DS splitter supports multitrack and multisegment linked and/or concatenated files.
Supported containers:
· Matroska
· MP4
· AVI
· OGG/OGM
· MPEG TS
MKVToolnix - create, alter and inspect matroska files MKVToolnix is a set of tools that will help you create, alter and inspect matroska files under Linux, other Unices and Windows.
They do for matroska what the OGMtools do for the OGM format and then some.
With these tools one can get information about (mkvinfo) matroska files, extract tracks/data from (mkvextract) matroska files and create (mkvmerge) matroska files from other media files. matroska is a new multimedia file format aiming to become THE new container format for the future. You can find more information about it and its underlying technology, the Extensible Binary Meta Language (EBML), at http://www.matroska.org/
Media Player Classic [version 6.4.9.0+ | Mod by Casimir666 v1.0.9.0]
ffdshow:
ffdshow [rev. 1371]
extra plugins
ffdshow VFW interface
DirectShow video filters:
XviD [version 1.1.3]
DivX [version 6.6.1.4]
CoreAVC [version 1.3.0.0]
On2 VP6 [version 6.4.2.0]
On2 VP7 [version 7.0.10.0]
MPEG-1 / MPEG-2 (Cyberlink) [version 6.0.0.3402]
MPEG-1 / MPEG-2 (Gabest) [version 1.0.0.3+]
VFW video codecs:
XviD [version 1.1.2]
DivX Pro [version 6.6.1.4]
x264 [revision 606]
On2 VP6 [version 6.4.2.0]
On2 VP7 [version 7.0.10.0]
Intel Indeo [version 4.51.16.2]
Intel Indeo [version 5.2562.15.54]
Intel I.263 [version 2.55.1.16]
Huffyuv [version 2.1.1 CCE Patch 0.2.5]
I420 (Helix) [version 1.2]
YV12 (Helix) [version 1.2]
Real Alternative:
RealMedia codecs [version 6.0.12.1741]
RealMedia plugin for Internet Explorer
RealMedia plugin for Firefox/Mozilla/Netscape/Opera
RealMedia DirectShow splitter [version 1.0.1.2]
DirectShow audio filters:
MP3 (Fraunhofer) [version 1.9.0.311]
AC3/DTS/LPCM (AC3Filter) [version 1.45b]
MP1/MP2 (MainConcept) [version 1.0.0.78]
Vorbis (CoreVorbis) [version 1.1.0.79]
AAC (CoreAAC) [version 1.2.0.575]
MusePack (RadLight) [version 1.0.0.4]
WavPack (CoreWavPack) [version 1.1.0]
OptimFROG (RadLight) [version 1.0.0.1]
DC-Bass Source [version 1.0.0.0]
ACM audio codecs:
MP3 (Fraunhofer) [version 3.4.0.0]
MP3 (LAME) [version 3.97]
AC3Filter.ACM [version 0.4b]
Vorbis [version 0.0.3.6]
DivX ;) Audio [version 4.2.0.0]
DirectShow source filters:
AVI splitter (Gabest) [version 1.0.0.7+]
AVI splitter (Haali Media Splitter) [version 1.7.189.11]
MP4 splitter (Haali Media Splitter) [version 1.7.189.11]
MP4 splitter (Gabest) [version 1.0.0.3+]
Matroska splitter (Haali Media Splitter) [version 1.7.189.11]
Matroska splitter (Gabest) [version 1.0.2.9+]
Ogg splitter (Haali Media Splitter) [version 1.7.189.11]
Tools:
GSpot Codec Information Appliance [version 2.70a]
VobSubStrip [version 0.11]
Matroska Pack Full 1.1.2 contains :
- haali Media Splitter 11-10-2005
- MatroskaMuxer 1.0.0.9
- matroska Shell Extension 2.8
- VSFilter 2.36
- TTA 1.0.0.203
- CoreFLAC 0.4.0.46
- CoreWavpack 1.0.3
- FFDShow 15-10-2005 (decoding only)
- RealMediaSplitter 1.0.1.0
- MPEG2 Decoder v0.1.2.0
- MatroskaDiag 1.0.0.62
With Earth DVD to MKV Converter you can cut any segment of the DVD into MKV video clips by specifying the beginning and end time of the conversion Featured as easy to use, Earth DVD To MKV(Matroska) Converter allows you to complete all tasks by simply one clicks.
Changes in haali matroska Splitter 29.03.2008:
New Features:
- Added support for muxing FLAC audio as A_FLAC to the muxer
- Added support for parsing recovery point SEIs in H.264 streams in PS and TS containers
- Added an automatic colorspace selection option to the renderer, it switches to BT.709 when video width is 1024 or more
Fixed items:
- Added a workaround for some broken matroska files with trailing 0s
- Disabled the PS3 upscaler since it doesnt work properly on all hardware
- Fixed handling of VC-1 with changing sequence headers in PS and TS containers
- Fixed VC-1 aspect ratio detection
- Added support for PCM audio with 7 and 8 channels
- Fixed channel mapping for PCM in M2TS container
- Added a workaround to make MS VC-1 DMO decoder accept formats with included aspect ratio information
- Fixed the misbehaving Apply button in color planes shift dialog in the renderer
haali matroska in software introduction
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com