KMPlayer v2.9.4.1434 Pre 3

KMPlayer v2.9.4.1434 Pre 3 is released.KMPlayer is a korean movie and audio player that supports a wide range of codecs and file formats. It has full VCD/DVD playback functionality.

KMPlayer is a versatile media player which can cover various types of container format such as VCD, DVD, AVI, MKV, Ogg Theora, OGM, 3GP, MPEG-1/2/4, WMV, RealMedia, and QuickTime among others. It handles a wide range of subtitles and allows you to capture audio, video, and screenshots in many ways.

The player provides both internal and external filters with a fully controlled environment in terms of connections to other splitters, decoders, audio/video transform filters and renderers without grappling with the DirectShow merit system. Internal filters are not registered to user's system to keep it from being messed up with system filters.

KMPlayer Supported Files or Devices
- Incomplete/Damaged AVI file (Skip Damaged Frames)
- Locked Media Files while downloading or sharing (with realtime index rebuilding under certain condition: AVI downloading in consecutive order)
- HTTP Streaming (ASF/OGG/MP3/AAC/MPEG PS/MPEG TS: Only work with internal splitters)
- Directshow playback (avi, mkv, mov, mp4, ogg theora, ogm, rmvb, mpeg1/2, http:// etc including almost every audio formats)
- Async File Source(network) filter for memory caching
- Compressed Audio Album Support(zip, rar)
- Shoutcast (Including NSV), Icecast
- DTS Wave, and AC3 files, AAC and OGG parser/decoder, Ape/MPC/Flac/Module etc
- Real Engine + Directshow (needs Real Player or Alternative or its decoders)
- Supprots surestreamed realmedia files with internal rm splitter(not by external one)
- Almost all Real Media files are supported(directshow).
- QuickTime Engine + Directshow (needs QuickTime player or Alternative or its decoders)
- The formats of tested MOV samples with mp4/mov internal splitter(directshow) : MOV[AVC1+AAC], MOV[CVID+PCM], MOV[SVQ1+ARAW], MOV[SVQ3+QDM2], MOV[SVQ3+MP3], MOV[MP4V+AAC], MOV[CVID+TWOS], MOV[RLE+AAC], MOV[SVQ1+IMA4], MOV[SVQ3+IMA4], MOV[SVQ3+QCLP], MOV[Flash], MOV[MJPEG+PCM], MOV[DVC+PCM], MOV[SVQ1+PCM], MOV[MP4V+ALAC], MOV[MSVC+MP3]
- Almost all MP4s are supported(directshow).
- Mplayer Engine Support
- Winamp Input Plugin(decoder) Support
- DVD playback, ratDVD support(needs ratDVD filters)
- Audio CD(2000, XP only / Win9x-Support by winamp plugin)
- Video CD/SVCD/XCD : CDXA Format (2000, XP only)
- VCD Image File (BIN/ISO/IMG/NRG) ; NRG needs mplayer.dll
- WDM device support like TV/HDTV/Camera/Cam etc
- Shockwave Flash/FLC/FLI
- Various Image files like png, gif etc
- Internal Codec/Filters

KMPlayer Video decoders
- MPEG4 (Divx/Xvid : ffmpeg/xvid)
- MPEG1/2 (ffmpeg/libmpeg)
- etc (ffmpeg)
- Audo decoders
- AC3/DTS/LPCM/MPG/MP3/OGG/AAC/WMA
- 2Ch to Multi Channel expansion
- Stream Switcher: Internal Copy/Inplace, Gabest's, Morgan

KMPlayer Others
- Media Priority Control to Connect among Directshow, Real, QT, Winamp and Mplayer
- Custom Filter Manager
- System Filter Manager

KMPlayer Plugins
- Winamp Input Plugins
- Winamp DSP Plugins (Can Stack)
- Winamp Visual Plugins (Can Stack)
- Winamp General Plugins (Media Library etc Support)
- KMP Video Plugins by SDK (Can Stack)
- DScaler Filter Support (Can Stack)

KMPlayer v2.9.4.1434 Pre 3 Changelog:
The KMPlayer 1434 pre# build
[pre3 -delphi7 compiled]
* Generals
- AlbumArt 1.5 .SWF include (search feature and more...)
- KIconLib.dll updated(264, EAC3, EC3, EVO, H264, LPCM, MLP, MT9, PCM, PMF, THD, VC1)

*Update splitter list-------
RealMediaSplitter.ax
MatroskaSplitter.ax
AviSplitter.ax
OggSplitter.ax
MpegSplitter.ax
Mpeg2DecFilter.ax
MpaDecFilter.ax
DiracSplitter.ax
RoQSplitter.ax
NutSplitter.ax
MpaSplitter.ax
DSMSplitter.ax
MP4Splitter.ax
FLVSplitter.ax

*update codec list --------
liab52.dll
libdts.dll
libfaad2.dll
libmad.dll
libmpeg2.dll
realaac.dll
theora.dll
xviddll.dll

[pre2 -delphi7 compiled]
*General
- "Audio Volume Steps" Added. (Preferences(F2) -> Audio Processing -> Volume -> Volume Steps
( Component name for translation ; TntLabel50 )

*Album Art Upgrade
- Amazing thumanail extract speed.
(Please remove Registry Key before test. => HKEY_CURRENT_USERSoftwareKMPlayerAlbumArt)

*AlbumArt Registry Key
- LastAlbumName ; last actived album filename
- JPG_Quality ; jpg thumbnail quality (standard = 75, max = 100)
- ExtractType ; thumbnail extract type(0=auto, 1=time, 2=frame)
- ExtractTimeSec1 ; thumbnail extract time 1(second) (must ExtractType 0 or 1)
- ExtractTimeSec2 ; thumbnail extract time 2(second) (must ExtractType 0)
- ExtractTimeBaseSizeMegaByte ; thumbnail extract base size(MegaByte) (default 200)
- ExtractFrame ; thumbnail extract frame (must ExtractType = 2)
- ViewType ; Album Art display view type(0=title, 1=albumart, 2=thumbnails)
- ThumbnailStoreType ; thumbnail store type(0=each movie path, 1=DocumentsThe KMPlayerAlbumArtThumbnails, 2=user define)
- ThumbnailStorePath ; thumbnail store path(must ThumbnailStoreType = 2)
- UsingPlaylistOff ; enqueue off series files to KMPlayer PlayList(0=on, 1=off)
- UseRecycledBinfOff ; don't use RecycleBin when file delete(0=recycle bin, 1=direct delete)
- RemoveEmptyFolder ; Remove empty folder when remove movie file.
- AntiBlackThumbnail ; reduce black frame thumbnail.
- ExcludeAudioFile ; exclude audio file when make new album.

*Extract logic Pseudo code
Code:

Quote: /* to avoid same thumbnail in series movie or animation */
if ExtractType = 0 then
begin
if ExtractTimeBaseSizeMegaByte > MovieFileSize then
TargetExtractTime = ExtractTimeSec1;
else
TargetExtractTime = ExtractTimeSec2;

DoExtractByTime(TargetExtractTime);

end else if ExtractType = 1 then
begin
TargetExtractTime = ExtractTimeSec1;
DoExtractByTime(TargetExtractTime);
end else if ExtractType = 2 then
begin
DoExtractByFrame(ExtractFrame);
end;


[pre1 -delphi7 compiled]
*General
- sometimes PlayList have two [Default] album problem. (fixed)
- 5 button mouse (back / forward) support. ==> Preferences(F2) -> General -> Keyboard/Mouse -> 1st X-button Click & 2nd X-button Click
- Reduce KMPlayer.exe binary size.
- adjust default Preference value : MainMenu -> Options -> [Advanced Menu] Off (for more easy UI -> our CEO's request )
- adjust default preference value : General -> Repeat/Playlist -> [Playlist] tab -> [v] Clear default playlist items on exit. Checked.

*Album Art upgrade
- Unicode Support.
- Thumbnail extract engine update.(support more codec&format...)
- Improved thumbnail extract speed.
- Remove empty folder when remove movie file. (Registry Option)
- Remove list in BlackList.txt when remove movie file.
- ThumbnailStoreType bug fix.
- Progress Count bug fix.
- Anti [Black Thumbnail] support.

[build 1433]
- OpenAlbumArt v1.0 support.
- Internal VP6 (Flash) Codec 'low merit' problem fixed.
- Some DTS audio playback problem fixed(libdts.dll).
- Can't search 'WMVideo Decoder DMO' problem fixed(Windows Vista).
- Set [External Audio Decoder] to default MP3 codec 'MP3 Decoder DMO' instead of 'MPEG Layer3 Decoder' (Windows Vista).
- Audio Stream Selection Menu bug among more than two voices fixed.
- MediaInfo Library updated(0.7.7.6)

Download: KMPlayer v2.9.4.1434 Pre 3

POST byNichole on 10:04

0 Comments: Subscribe This Comments(Atom)

Random Related Topic Refresh Related Topic
Random Related Topic Loading...