发布于Software分类中的文章

Mar 29

CoreAVC 2.51

CoreAVC is known in the industry as being the standard for playback of high quality H.264 video. The new CoreAVC Decoder allows you to offload video decoding to any accelerated decoder that works with either NVIDIA CUDA or ATI with Microsoft's DirectX Video Acceleration (DXVA) interface for any Windows XP, Vista, or Windows 7 PC.

中文简介可以参考本站以前的文章

Technology Bulletpoints:

  • -Supports Windows 7
  • -32/64 bit Support
  • -DXVA 1/2 Compatible
  • -NVIDIA CUDA GPU support
  • -ATI GPU support (DXVA)
  • -Multicore ready (16 CPU Cores)
  • -8100x8100 Resolution Support
  • -Full Interlaced support
  • -Uses Directshow for MKV
  • -Haali Media Splitter Included
  • - ADD: DXVA1 support (with red tray icon)
  • - ADD: DXVA2 support (with red tray icon)
  • - ADD: new x64 blit asm code (unified with x86)

2.5.1 更新主要是支持 DXVA 解码了,也就是说 A 卡也可以用这个软件进行硬解了;

2.5.5 主要是一些 Bug 修复;

What's new in this release
==============================================
CoreAVC H.264 Video Codec - Version 2.5.5.0 (20110421)
- FIX: Clean reference lists when seeking to a SEI recovery point
- FIX: matrix ordering for buggy ATI DXVA implementation
- FIX: non-transposed matrices for NVIDIA DXVA mode
- FIX: validate GPU type, driver version and stream parameters before using DXVA

下载第一个是安装版+序列号,第二个是用脚本安装解码器核心。






Mar 26

About Deadwood

Deadwood is the code that will eventually become MaraDNS’ next recursive resolver; right now it is a stable and functioning non-recursive cache. Deadwood, unlike MaraDNS, does not need threads to resolve queries, and has features MaraDNS’ recursive cache doesn’t have, such as “resurrections” and the ability to read and write the cache to disk.

Only 34.3k ,it can write DNS items to the file and load on next start.Easy to config.(Default config can work well like a charm.)

http://maradns.org/deadwood/stable/Deadwood-3-0-02-win32.zip

My config example:



# Forward Servers we connect to

upstream_servers[“.”]=”202.14.67.4, 202.14.67.14”

#In order to enable DNS-over-TCP, this variable must be set and have a value of 1.

tcp_listen = 1

# The IP this program has

bind_address = “127.0.0.1”

# The IPs allowed to connect and use the cache

recursive_acl = “127.0.0.1/16”

# The file containing a hard-to-guess secret

random_seed_file = “secret.txt”

# This is the file Deadwood uses to read the cache to and from disk

cache_file = “dw_cache”


Mar 26

About Unbound

Unbound is a validating, recursive, and caching DNS resolver.

The C implementation of Unbound is developed and maintained by NLnet Labs. It is based on ideas and algorithms taken from a java prototype developed by Verisign labs, Nominet, Kirei and ep.net.

Unbound is designed as a set of modular components, so that also DNSSEC (secure DNS) validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible.

First step, download Unbound ZIP files from:

http://www.unbound.net/downloads/unbound-1.4.12.zip

then extract all files to d://Unbound,

Next step,you must edit next two files so you can let it work fine on windows.

server.conf:

# Unbound configuration file on windows.
# See example.conf for more settings and syntax
server:
    directory: “d:Unbound”
    # file to read root hints from.
    # get one from ftp://FTP.INTERNIC.NET/domain/named.cache
    root-hints: “named.cache”

    # the log file, “” means log to stderr.
    # Use of this option sets use-syslog to “no”.
    logfile: “unbound.log”

    # verbosity level 0-4 of logging
    verbosity: 0

    # on Windows, this setting makes reports go into the Application log
    # found in ControlPanels - System tasks - Logs
    use-syslog: no

    # if yes, perform prefetching of almost expired message cache entries.
    prefetch: yes

    # Enable IPv4, “yes” or “no”.
    do-ip4: yes

    # Enable IPv6, “yes” or “no”.
    do-ip6: no

    # Enable UDP, “yes” or “no”.
    do-udp: yes

    # Enable TCP, “yes” or “no”.
    do-tcp: yes

Unbound.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREUnbound]
“CronAction”=”"D:Unboundanchor-update.exe" “
“InstallLocation”=”D:Unbound”
“ConfigFile”=”D:Unboundservice.conf”
“CronTime”=dword:00015180
“Start Menu Folder”=”Unbound”

Now you can run unbound-service-install.exe ,after this you will get a high performance local DNS resolver with validating, recursive, and caching(memory) function.


Mar 26

用过 quakelive 的 raw input(in_mouse 2) 模式后觉得手感很不错,于是去找 quake3 的修改版,感谢 Q3A 的开放源码,找到两个 MOD 版本的 quake3.exe,都能正常支持 raw input。

先说下 raw input 的优点吧:

1. 没有使用 Windows 鼠标标准输入(in_mouse -1) 情况下的负加速度,当然这种模式本来就很少人用;
2. 不再需要修复注册表那些补丁,就可以完全消除 Windows (本身)带来的加速度;
3. 无缓冲区,直接交换鼠标数据,这意味着和 DirectInput (in_mouse 1) 相比它的延迟更小。

附件一 quake3-132-raw.rar 是 ESR 发布,sk4ut 编译的版本,对应的 raw input 参数是(in_mouse 3);

附件二 vql.exe 是 rain 的版本,对应的 raw input 参数是(in_mouse 2).

你可以在进入 Q3 后 ~ 呼出命令行,运行 in_restart 来验证 raw input 模式是否正常运行(会提示,已找到 raw 支持的鼠标 xxxxx,或者是 raw input win32 启用正常之类的字样)。

附件一的版本发布者已测试: A4Tech X-710FS, MS WMO 1.1a, MS IE 3.0, Razer Diamondback 1600 DPI, Razer DeathAdder 3G 正常,我测试过 Logitec MX518, G5, G9, G500, MS SideWinder X8 在 Windows XP SP3 以及 Windows 7 x64 U 下使用也都正常(有效果,而且 CTF 20 分钟以上无报错);

附件二我就用自己的鼠标测了一下,具体型号见上。




Mar 25

Splash_Main

Splash Player 使用了 Mirillis 公司自己开发的 AVC/H.264 解码器,可以在高分辨率下提供清晰平滑的高质量播放效果。播放器界面简洁友好,专为播放高清优化。

特色功能:

可以在不安装任何解码器的情况下播放 MPEG-2, AVC/H.254, VC-1 等高清格式影片及录影片段;
高级视频前处理引擎 Picture2 以及 Motion2,可以在在观赏高动态影片时提供前所未有的流畅效果,细节和色彩无以伦比;
Smart Seek 功能可以以缩略图预览模式任意方便的观看影片的任何时间段;
专为多核 CPU 以及高新能显卡 GPU 设计优化的视频音频解码引擎,同时在笔记本上可以使用节能模式;
支持 NVIDIA® Optimus 双显卡切换技术

这个播放器的 Motion2 帧率倍增技术令我叹为观止,我开启这项功能,滑块调到 6 ,测试影片 Transformers.Revenge.of.the.Fallen.2009.IMAX.Edition.BluRay.1080p.x264.DTS-WiKi ,无论色彩细节,特别是高动态片段的流畅程度,远远超越了 PotPlayer (无论使用自带解码器还是 CoreAVC 解码器,软硬解),整体效果直追蓝光机+等离子电视,如果是一个 Q3 玩家,你可以明显的感觉到这种改变就是 20 FPS 到 60 FPS 的效果!

当然,这个播放器的字母渲染效果以及调整功能远不如 KMPlayer (可以双字幕)甚至 PotPlayer,所以它理所当然的成为了我的第二播放器,当我想静心享受一场动作片的时候,我用它。

1.7.0 版本已经可以调整字幕字体,大小,以及显示在画面外!

Splash_Opt



Oct 01

WinRAR 是强大的压缩文件管理器。它提供了 RAR 和 ZIP 文件的完整支持,能解压 ARJ、CAB、LZH、ACE、TAR、GZ、UUE、BZ2、JAR、ISO 格式文件。WinRAR 的功能包括强力压缩、分卷、加密、自解压模块、备份简易。

这是最新的版本,包括了官方英文版本 wrar380.exe ,中文版 wrar380sc.exe ,去黑名单单用户英文版 wrar380.Regged without black list.exe (也就是可以用以前被 Ban 掉的 Key 文件注册),100 W 用户大企业版 WinRAR 3.8 Corp. Edition.exe( 嗯,集成了那个恐怖的 100 万用户的注册文件)以及强烈推荐的 WinRAR Slayer v1.1.exe 破解工具,此工具除了注册 WinRAR 各个组件,还能破解那些被锁定(Lock)的 RAR 文件,让你可以轻松的修改注释,增删压缩包里面的文件。(不是密码破解!!!)

3.80 新版对一般用户来说最吸引的功能可能就是完全支持 Unicode 了,不会出现一些乱码文件不能解压的情况了。

压缩包 WinRAR.3.80.Final.All.In.One.exe.rar 其实是个自解压文件,去掉 rar 后缀可以自动解压出以上各个版本。


Sep 27

它是个皮肤?不,它不仅仅是个皮肤!Classic Pro 是 Winamp 的一种现代皮肤支持库,安装了它后,你可以使用 Class Pro 官方站点的多个超级炫目的皮肤。

cPro-MMD3

带搜索的歌曲列表,带专辑封面的专辑列表,视觉效果,在线浏览,超过 70 种颜色搭配,对一个播放器还要求什么?

下载已经包含了最新的 cPro 1.04 以及 4 款不错的皮肤。


Sep 25

最近下了几部 TLF 出的高清,用 Kmplayer 播放不成功。

比如 Oceans.Twelve.2004.720P.HDVDRip.X264-TLF 这部片子,打开后进度条不走,可以拖动,也有画面。开始怀疑是分离器问题,把 Haali 换成 Gabest 或者 Kmp 自带的分离器后,画面可以动了,但是没有声音。于是用 MediaInfo 查了一下文件格式:

A_EAC3

A_EAC3?原来从没见过。AC3 Filter 不能解码,Windvd 和 Powerdvd 的 Audio Decoder 也不行,最后 Google 了一下,原来要用 Sonic Cinemaster Audio Decoder。这个解码器如果你用的是“终极解码器”那个安装包,应该都是有的,在 Kmplayer 中设置使用它即可。

sonic a_evc3 audio decoder

Tags: ,

Sep 24

Internet Download Manager 一文中与“蜃”同学聊起过 IDM 的抓取能力问题,蜃同学把 filebeam 这个网站抛给了我。

开始我用 GoSurf (一个 IE 内核浏览器)直接测试,结果在输入验证码以后 IDM 没有任何反应,IE 的标准另存为对话框却出来了,说明 IDM 的确没有抓取到这个点击动作。当时我就在留言中回复了这个结果。

之后我开始其它的尝试,没有换下载软件,先换了下浏览器。我直接打开 IE ,下载 filebeam 站点的文件。当输入验证码后,IDM 弹出了这个提示画面:

IDM 无法接管该下载事件

依照提示我去 IDM 设置了这个快捷键:

IDM 设置

然后重新去 IE 下载 filebeam 的文件,输入验证码后,按住 Insert 热键,点击下载按钮 ------- IDM 完美的接管了下载!

IDM 下载完成

然后我重新打开 Gosurf 下载 filebeam 的文件,IDM 同样可以接管了,看来这个快捷键的方法对 filebeam 很有效。

嘿,我感觉完全没有技术含量,所有问题的解决都来自 IDM 软件本身的提示,在这次与 filebeam.com 的对抗中,IDM 无疑是胜利的一方。

欢迎大家提供一些更为变态的站点来测试 IDM ,就算打败了 IDM ,不是还有 N 多下载软件吗?咱一个个去试 :mrgreen:

注意所有的测试并没有使用“高级浏览器集成”的功能。


Sep 20

关于 Windows XP SP2 之后的 TCP/IP 半连接数限制来源我就不多说了,有兴趣的去 Google 一下很多的。如果你在 BT 或者 eMule 或者开着迅雷的时候感觉完全没法打开网页,如果你的系统日志频繁提示:

EventID 4226: TCP/IP has reached the security limit

或者:

EventID 4226: TCP/IP 已经达到并发 TCP 连接尝试次数的安全限制。

你可能就需要使用这个补丁了。

可以安全用于 XP 下面的此类补丁很多,比如国产的大多数 BT 软件,迅雷等,都带着个功能,而 Vista 以至于 Vista SP1 甚至兼容 64 位版本的补丁就不多见了,而今天给大家推荐的就是通吃目前流行的 Windows 操作系统的一个补丁,它支持:

Windows XP SP2(x86,x64)/SP3, 2003 Server SP1(x86)/SP2(x86,x64), Vista SP1(x86,x64).

Half-Open Limited Fix 是老毛子写的一个专门破解 Windows 系统 TCP 半开数连接的补丁,技术上比较成熟,使用比较安全。

下载解压后运行程序,选择语言“英语”或者“俄语”,填入你想要的连接数即可,注意 Vista 下面最大只可 255 ,据作者说是因为在 Vista 下控制连接数的参数只在 tcpip.sys 占用一个字节的原因。

使用此补丁是透明的,也就是打了补丁后不需要你启动按 F8 那些,启动后桌面也不会有“工程模式”,“Test Mode”等字样。而且程序自动备份了原来的 tcpip.sys 文件,出问题可以恢复,无需太多担心安全问题。

当然毕竟是修改了系统文件,没什么需要的同学就别搞了,搞出问题老毛子不会负责我也不会负责滴。 :mrgreen:

此补丁在中文 Vista SP1 下测试成功。


[10/21]  «< 5 6 7 8 9 10 11 12 13 14 > ... »