发布于Software分类中的文章

Apr 21

LAV CUVIA Decoder Config

发布地址: doom9 LAV CUVID

LAV CUVID 是一款基于 NVIDIA 硬件加速的免费视频解码器,它使用了 N 卡独有的 CUDA 解码 API ("CUVID") 来实现高品质的硬件解码。

这个插件目前处于早期的开发阶段,但是已经在 NVIDIA 硬件能够支持的主要格式上通过了测试,包括 H264, VC-1, MPEG2 以及 MPEG4-ASP (DivX/Xvid),逐行隔行扫描的格式都支持,并且可以很好的支持硬件反交错。

特点:

- 硬件解码 H264, VC-1, MPEG2 and MPEG4-ASP 等主流格式;
- 全硬件反交错,包括帧率倍增(Frame Doubling),在对 1080i/60fps 的影片播放中能取得极其流畅的效果;
- 可以与所有渲染器协同工作,包括 madVR ,madVR 是推荐的渲染器,使用它可以获得最好的播放画质

下载:

版本 0.4: 32位

下载后直接以管理员身份运行 install.bat 即可,其实就是注册一个 ax 滤镜。然后在你的播放器,例如 MPC-HD, KMP, PotPlayer 中启用这个解码器即可。

LAV CUVIA - PotPlayer

注意,需要 VC++2010 运行库支持。

实际使用效果相当不错,画质比起收费的 CoreAVC 来一点也不逊色,加载速度还稍微快了一点,强烈推荐赶紧装上体验一下!

使用中需要注意的几个问题:

- 请安装最新的显卡驱动,解码器基于 CUDA 3.2 编写,至少需要 260 系列的驱动支持;

- 建议在 Vista 或者 Windows7 下使用, 在 XP SP3 下必须关闭 "DXVA Interop" 选项;

Table of PureVideo (HD) GPUs


Apr 15

Actual Windows Manager 可以说是 Windows 程序窗口的增强大师,通过在原来的窗口标题列最大化和最小化按键旁加入几个非常好用的按键,可让任何想要的窗口保持在桌面最上方,或是当窗口最小化时若工具列已经塞满了,就能最小化于桌面上,还能卷起窗口。另外有了它也能让任何窗口增加透明度,包括任何软件或开始选单、Windows 原有工具栏等等,整个桌面都将呈现透明。另外它带的虚拟桌面以及多屏支持功能都很强大。

最新版甚至可以在多屏模式下,镜像一个屏幕内容以窗口模式放去另外一个屏幕~更多内容还请参考官方网站

支持: Windows 7/Server/Vista/2008/XP/2003/2000 x86/x64

AWM_Mirroring


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


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