KMPlayer v2.9.4.1434 Pre 3

2008年12月18日 07:05 次阅读 稿源: 条评论
感谢成都大杂烩的投递
KMPlayer简称 KMP,早期名叫WaSaVi播放器.作者:姜龙喜(韩国)历时七年自主开发的朝鲜语多媒体图形视窗工程免费项目.目前以其强大的操控功能在众多免费播放器中逐渐显示其开发实力.底层调用了WMP的内核DirectShow.外部同时支持临时挂接Windows下的全部解码器,同时也支持Winamp中的各种输入,音效,视觉效果插件...


更新日志:
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)

1432 R2 原版更新:
- 在按下专辑面板关闭按钮时彻底禁用专辑图册。
- DVD 默认渲染器更改为 VMR9 未渲染(Windows Vista)
- KMPlayer 安装向导的一些小更改。

[1432 原版更新]
- Delphi 2007 编译
- 更新了编码器
- 更新了 MediaInfo 库(0.7.7.4)
- 更新了 AC3Filter 到版本 1.51
- 改进了对 Windows Vista 的支持
- KMPlayer 主窗口和播放列表窗口区域扩展了 5 到 7 个像素。
- 清理了关于窗口。
- 更改了 KMPlayer 的默认参数设置。
- 修正了 [外观->标志] 功能在 Windows Vista 中的 Bug。
- Adobe Flash Player 界面更新(Abode Flash Player 9.0 r124)
- 使用平滑播放时的速度有所提升。
- KMPlayer 相册支持(beta)
- 更改了内建外观
- 修正了内建 MOV/MP4 分离器不能打开及搜索超过 2GB MP4 文件的问题。
- 修正了打开 URL 窗口(Ctrl) 的 bug。
- 修复了屏幕偏移 -> [远景与扫描] 标签卡的问题
- 小更改(媒体信息窗口、系统滤镜管理器(Windows vista bug), ...)
- 数据路径更改到 'MyDocumentsThe KMPlayer。(WindowsXP 和 Windows Vista 相同)
- 为 '捕获/创建情节串联图板'分配了快捷键 Ctrl+Alt+S
- 为 '外观/标志/管理标志'/ 开启/关闭打开相册分配了快捷键 Ctrl+Alt+L for
- 为 '收藏夹/'收藏夹设置'分配了快捷键 Shift+D
- 修正了在更改播放列表大小时, 播放列表顶端专辑面板的刷新问题(Windows Vista)。
- 更改了打开相同文件的算法(过滤相同的文件扩展名)
- 修正了在 [情节串联图板编辑器] 窗口关闭口, 影片向前跳转的问题。

下载:KMPlayer v2.9.4.1434 Pre 3

对文章打分

KMPlayer v2.9.4.1434 Pre 3

1 (5%)
已有 条意见

    最新资讯

    加载中...

    编辑精选

    加载中...

    热门评论

      Top 10

      招聘

      created by ceallan