POPPUR爱换
标题:
视频处理:支持 NVIDIA 硬件解码的 DGDecNV 2041 x86/x64 福利版下载
[打印本页]
作者:
Edison
时间:
2011-6-17 11:58
标题:
视频处理:支持 NVIDIA 硬件解码的 DGDecNV 2041 x86/x64 福利版下载
[attach]1557482[/attach]
这个是最新版本的预注册版本,比较罕见。
请注意,这是用于制作视频帧索引的工具,不是用于播放的,适用于视频制作的专业、业余人士,一般的玩家无需下载。
下载地址:
{lol:]
Build 2039
----------
* The info overlay DGSource(debug=true) was modified so that IDR and I frames are
now properly distinguished.
* The DGI file format was modified to add a frame number indication to the FRM lines.
The file format version number was not bumped because 2039 is backward compatible with
DGI files created with 2038.
* Worked around a CUVID decoding bug for MPEG2 dual prime prediction. The workaround should
also improve decoding performance for mid- and high-end graphics cards.
* Worked around a problem with trimming BBC-HD AVC streams.
* Added an error popup to notify users when successive IDR frames with the same idr_pic_id are
encountered. This is an illegal stream condition and results in loss of one of the IDR frames.
* Fixed Output Trimmed TS for large trims.
* Added an error popup if an MP4 container file is opened.
* Always Crop 1088->1080 is now enabled by default.
* Fixed an error in printing "SMPTE 170M" in the Info dialog Colorimetry field.
Build 2038
----------
* Restored full update of the Info dialog during Save Project. Also added a Full_Info
option (default enabled) that controls this. Refer to the DGIndexNV user manual for details.
This option revises the INI file, so after installing 2038, open DGIndexNV and then close it
immediately to create the new INI file.
* Removed obsolete "DGMultiDecodeNV User Manual" option from the Help menu.
* Corrected erroneous frame count in the Info dialog when doing Save Project.
* Corrected parsing for profile_idc.
* Added an error message for missing PMTs.
Build 2037
----------
* Fixed use of an uninitialized variable that could cause crashes
and/or bad hinting for MPEG2 and VC1 files.
* Added a string to the first line of the DGI file that identifies the version of DGIndexNV
used to generate the index.
* Fixed counting of leading B frames for AVC streams.
* Improved the accuracy and robustness of the audio delay calculation.
* Revised DGDecodeNV so that serious CUDA errors do not cause the parent application to crash.
These errors now simply cause return of invalid video. Also, CUDA error popups now
time out after 5 seconds so that unattended applications do not hang.
* Added cropping parameters to DGSource(). This gives you the flexibility to define GPU cropping
either in DGIndexNV or in the DGSource() parameters.
* Added my current to-do list to the distribution (also available online).
* Backed out the mod 2 cropping granularity change because the Nvidia driver does not
honor it.
Build 2036
----------
* Crop granularity is now 2 pixels.
* A Close hotkey was added (F9).
* MKV header removal compression is now supported.
Build 2035
----------
* Fixed an issue where a long stretch without video packets in a transport stream could cause
a failure with a "Cannot find video data" error popup.
* Added a textual debug overlay option to DGDecodeNV that (currently) can be used to display
the filter version, the GOP number, the display and coded frame numbers, and the frame coding type.
Build 2034
----------
* Extended hinting for ColorMatrix() to AVC and VC1 video.
* The index file format was bumped to NV12.
Build 2033
----------
* Added ability to specify the GPU device to be used when more than one is present. A new
dialog was added to the Options pulldown that lists the available GPU devices.
* Fixed demuxing of TrueHD audio and added display of TrueHD stream info.
* Fixed a problem of clearing all data when an AVC file is closed. It could cause a subsequent
AVC file open without exiting DGIndexNV to fail.
* The index file format was bumped to NV11.
Build 2032
----------
* For MPEG2 streams, DGDecodeNV now automatically includes hinting data for ColorMatrix().
Build 2031
----------
* Fixed a problem with GOP stepping (especially backward) on the timeline in DGIndexNV.
* Fixed this problem: If you single-stepped into the end of the file, then subsequent play
or stepping would malfunction.
Build 2030
----------
* Fixed a problem that could cause macroblocking and/or decode warning popups in DGIndexNV
for MPEG2 program streams when scrolling on the timeline.
Build 2029
----------
* If multiple files are loaded in DGIndexNV and one of them contains an end of stream
NALU, then indexing would stop at that point, truncating the entire file set. Fixed by
ignoring end of stream NALUs.
* Fixed the frame type field for AVC field-structured streams. Frames with structure
I-P were erroneously displayed as P frames rather than I frames.
Build 2028
----------
* Fixed a problem that cuased some MKV files to not be opened.
* Fixed a problem with seeking with DGSource() for some MKV files.
* Fixed the Log Timestamps option for transport streams containing AVC video.
* Added an indication of the presence of PCR to the "Detect PIDs: Raw" output
for transport streams that carry PCR on the same PID as the video.
Build 2027
----------
* Fixed a problem that caused some 192-byte-packet transport streams to be detected as 188-byte.
* Fixed a problem that caused some transport streams to be reported as missing video data.
* Added a check to the Enable PureVideo Deinterlacer parent menu item to make it easier to see
when you have deinterlacing enabled.
Build 2026
----------
* Fixed a race condition between CUDA init and filter deinstantiation that could cause
a crash when DGDecodeNV is instantiated and then deinstantiated without a call
to GetFrame(). Some third-party applications do that to get the video clip properties
returned by an Avisynth script.
Build 2025
----------
* Fixed a GUI bug that could cause the first frame to be displayed wrong just once on
initial open in DGIndexNV.
* Fixed missing detection of audio streams with stream_id 0xbd when PAT/PMT is not present.
* Fixed the broken CLI option -od (save project and demux video).
Build 2024
----------
* Improved the AVS template handling functionality.
* Added an option in the Audio Demux dialog to permanently turn off
audio processing/demuxing. The state of this option is shown on the
audio demux menu pulldown.
* Made some changes to CUDA context locking intended to eliminate possible
crashing in some third-party applications.
* Please delete your DGIndexNV.ini file so that a new one can be created.
Build 2023
----------
* Fixed crashing at end of file for some MKV streams.
* Optimized CUDA NV12->RGB24 kernel to gain a few fps.
* Made the seek bar cursor less jittery on dragging.
Build 2022
----------
* The DGI file format is bumped to NV9.
* The crappy luma filter was removed.
* NV12->RGB24 conversion for display is now executed on the GPU. This improves the
display rate in DGIndexNV and makes the code common for 32-bit and 64-bit versions.
* DGIndexNV now accepts a license file without a carriage return.
* The AlwaysCrop and AlwaysCancelOnAudioMismatch options are now exposed in the
GUI Options pulldown.
* The license file can now store multiple license numbers. The License Switcher
is therefore now unnecessary and was removed.
Build 2021
----------
* Save BMP and Copy Frame to Clipboard now save the original frame size (with cropping and luma filtering honored).
Previously, if the frame was reduced by half for display, the reduced frame size was saved/copied.
Now the saved frame will accurately represent what will be served via your script.
* Corrected NV12 to RGB conversion based on the matrix coefficients (for the 32-bit version only).
* Fixed the following bug: Enter single-step mode, minimize the window, and then restore the window;
DGIndexNV hangs.
* The Help menu is now not disabled during play/preview/indexing.
* Reduced GDI load from updating the trackbar.
* Fixed a bug in the program stream parser that could cause play/preview/indexing to fail.
* DGSource() and DGMultiSource() are now synonyms. The Avisynth source filter is named DGDecodeNV.dll.
Build 2020
----------
* Revised DGMultiSource() to use floating CUVID contexts so that it no longer leaks GPU memory.
This should enable use in all GUIs without the dreaded decoder creation failure or crashes.
* Due to the fix above, CUVID Server and DGSource() are no longer necessary
and are therefore retired and omitted from the distribution.
* Added an error popup for VC1 streams that erroneously contain sequence headers
not followed by an I frame (as required by spec). If you run into this please let me
know.
* Fixed a regression in pulldown detection for VC1.
* For AVC, POCs are now stored in the DGI file as they appear in the stream, i.e., they
are not divided by two.
* Fixed a regression in expansion of the __aud__ and __del__ macros for script generation.
Build 2019
----------
* Made license switching a bit more convenient. Previously if you opened
a stream with the wrong license selected, then set the correct license, and then
did File/Open followed by OK with the intent of reopening the file, the file would
not be reopened because no change was made to the file list. Now any change in
the selected license will be treated as if the file list was changed, and the
input files will be reopened.
* The initial window position for DGIndexNV stored in the INI file was not being
honored. Fixed.
* Added an auxiliary INI file option to avoid a popup when there is a mismatch
between the PAT/PMT audio type and the actual detected audio type. Delete your
old INI file to allow DGIndexNV to create a new one with the option.
* Improved the heuristics for SPS/PPS injection for MKV streams.
* Performance improvements for indexing on many systems. The improvement is
substantial on most WinXP systems. The large pauses during playback in DGIndexNV
also now do not occur.
* Fixed the remaining time display in the Info dialog so that it properly
honors the configured project range.
* Added a timestamps dump function under the Options menu. This will dump the
STC/PCR, PTS, and DTS timestamps for the video and audio streams in a transport
or program stream.
* Fixed a bug that manifested as follows for some MKV files: Open the MKV file.
Hit preview/play. Hit stop. Hit preview/play again. DGIndexNV hangs.
Build 2018
----------
* Fixed case of recovery point SEI appearing before the PPS. This fixes AVC streams cut with VideoRedo.
Build 2017
----------
* In the file list dialog, if no changes have been made, hitting OK now does
not reopen the input files.
* A File/Step option was added. When the display is set to full size, on some
displays the buttons are off screen. This change allows the single-step mode to
be entered in such cases.
* Fixed crashes when a bare MPLS file is opened (one not part of a full BDMV tree).
* Opening files with CLI -i -o failed with small files. Fixed.
* Fixed two bugs in video demux: 1) garbage before the first start code was erroneously
replaced with zeroes instead of being deleted, 2) for AVC, trailing_zero_bytes greater than 1
resulted in writing garbage at the end of the NALU, making the demuxed file unusable.
* DGI file format is unchanged and working licenses continue to work.
Build 2016
----------
* Fixed a bug in VC1 pulldown detection. For example, streams on the bluray "Life" were being erroneously
marked with frame pulldown in the DGI file, causing extra frames when serving.
* Bumped the DGI version number to 8 to complete the removal of the ill-advised protection.
Build 2015
----------
* I got too clever by half with my licensing check in an attempt to punish people using patched executables.
It wasn't working right, however, causing it to emit some bad frames even for good licenses in some (not all) cases.
I won't try anything like that again. Now, if you don't see your video you have to remake your license.
I'm done with this nonsense. It's not a battle I can win. Do not use 2014! 2013 is OK.
* Here's a cookie to make up for the first item above. Added audio language detection for opened MPLS files.
After opening the MPLS file, Audio/Audio Demux will tell you the languages of the (nonhidden) streams.
Build 2014
----------
* Added support for BluRay MPLS playlists.
Build 2013
----------
* New generation security.
Build 2012
----------
* Fixed a problem that could cause the source filters to hang if the last picture
in the stream is incomplete (due to bad editing).
* Implemented film % detection for AVC video.
* Silently ignore leading frames that are missing their required SPS/PPS's.
* Fix a problem that caused AVC sequence extensions to be reported as illegal
NALUs.
* Fix a problem that caused seeking on the timeline in DGIndexNV to report
failure to create the video decoder for some low-end NV cards.
Build 2011
----------
* The DGI file format version was bumped to NV6. So remake your projects
and INI files.
* NV12 to RGB code in DGIndexNV was converted to pure C for x64 compatibility.
* The PC/TV Scale option was removed. In the DGIndexNV display, PC scale is always used.
This affects only the display in DGIndexNV, and has no effect on video served by
your scripts.
* The Detected SIMD option was removed as there is now no asm code.
* An autocrop function was added to the cropping dialog.
* Fixed a problem causing spurious audio tracks to be demuxed.
* Fixed a problem with timeline navigation in DGIndexNV for some MKV files.
* Fixed a problem with AVC streams with 16 refs.
* Fixed a problem with sequence headers not being processed in some cases. This could
result in the frame rate not being correctly detected.
* Inlined a lot of the parsing code to improve indexing performance.
* Fixed a problem that caused some scripts to take a long time to be opened.
* Implemented 64-bit binaries (for power users only).
Build 2010
----------
* The previously hidden transport stream trim functionality is now exposed in
the GUI. A progress dialog for the trim operation has been added. Performance of the
file write operation has been improved. The functionality is now more robust for
writing proper packet boundaries. 192 byte transport packet streams are now
properly supported. Refer to the users manual for important usage notes and
caveats.
* Added a CLI avs template command: -at file.
* Fixed the Disable Display function for double rate deinterlacing. The operation
of this function has been made more robust.
* Fixed a problem causing some AAC streams to not be detected.
* Fixed a problem causing some teletext streams to be detected as audio.
* Added an error popup for non-4:2:0 streams (until supported by Nvidia).
* Fixed a problem in indexing of MPEG2 streams that caused some unusual but legal
GOPs to be considered malformed and cause an abort of the indexing.
Build 2009
----------
* Fix problem that caused some audio streams to not be detected.
* Fix problem that caused some MPEG program streams to be detected as elementary streams.
Build 2008
----------
* Redesigned the SPS/PPS heuristics for AVC streams in DGIndexNV. This fixes cases of bad decoding
when navigating on the timeline for streams that: 1) Have SPS/PPS's remote from the seek point. 2) Re-use
SPS/PPS IDs for NALUs with different content. The fix dramatically improves things for such streams, but it
may not be perfect because it is, after all, a heuristic. Note that this problem did not affect serving
video through the Avisynth script; it affected only navigating the timeline in DGIndexNV (but see below).
* The SPS/PPS heuristics fix also fixes bad video demuxing for the same cases described above.
* Added tooltips for the navigation buttons and navigation bar in DGIndexNV.
* Fixed a problem that caused the DGIndexNV GUI and the DGI file to disagree about the frame size in some rare cases.
* The Detect PIDs dialog now shows the PIDs in both decimal and hexadecimal.
* The Quick Start guide was revised to use DGMultiSource() by default. A second Quick Start guide is
provided for DGSource()/CUVID Server usage.
Build 2007
----------
* Fix leading non-decodable frame calculation for MPEG2 streams. Frames pulled down from non-decodable
frames are also non-decodable.
* Honor stream's specified right cropping. Note that the associated INI file option is renamed AlwaysCrop
(was AlwaysBottomCrop).
* CLI cropping arguments are now decimal.
* Check the first 10000 packets of a transport stream (was 5000) to avoid missing audio.
Build 2006
----------
* Improve GOP back near EOF.
* Delete the navigation trackbar and subsume its
functionality into the selection bar. I find the action
more logical for navigation and parsimony demands the
deletion. There is still an issue with flashing of the
bar that I am addressing. Isn't Win32 GDI wonderful?
* Improve handling of this error case: open a transport
stream for whi**e video PID specified in the first program in the PAT/PMT has no data.
* The cropping dialog now shows the resulting mod values
and adds a static note about fine movements.
* Cropping can now be specified via CLI. For example,
dgindexnv -i "phasecoherence.vc1" -c 8 8 8 8
* For opening program streams, increase the depth of initial scanning of the source file when looking
for audio channels. This avoids missing some audio streams that do not begin immediately.
* Fix an indexing bug for some AVC BFF field-structured streams.
Build 2005
----------
* Replace GPU->CPU async memory copy with sync copy. Sync copy is faster because it does not require a wait
loop with a sleep. You should see higher max fps figures when doing a play/preview in DGIndexNV (with playback
speed set to maximum). Note that the decode DLLs already used sync copy so they were already serving video
as fast as possible.
Build 2004
----------
* Increase max files to 5000.
* Add DGMultiDecodeNV Manual item to Help menu.
* Fix bug in the parsing architecture. This fixes Alf Bundy's issue. Thanks for pointing that out, Alf!
* Fix film % reporting for MPG and VC1.
Build 2003
----------
* Fix crash on File/Close for some streams.
* Add error popup instead of crashing for malformed MPEG2 GOPs.
* UI facelift. Hope you like it!
Build 2002
----------
* Fix leading B frame calculation for AVC.
* Fix opening of some 192-byte (MTS/M2TS) streams.
* Added frame coding field (interlaced/progressive) to the MPG info display.
Build 2001
----------
* The Field operation is removed from DGIndexNV and added as the fieldop parameter to DGDecodeNV/DGMultiDecodeNV.
This was done because the field operation has no effect on the operation of DGIndexNV and so it doesn't belong there.
* Backward stepping by GOPs (< button) is fixed for program streams.
* Lockup when serving MKV files and navigating near the end of file is fixed.
* Some performance improvements.
* Up-to-date documentation.
Build 2000
----------
* Fixes random access for MPEG2 program streams
* Fixes reversed fields in the Info dialog.
复制代码
作者:
keepsilent827
时间:
2011-6-17 12:03
这是干嘛用的?
作者:
freewind1212
时间:
2011-6-17 12:46
试下这个,多谢分享!
作者:
junychen
时间:
2011-6-17 12:47
这个是什么啊 介绍都是英文啊
作者:
zxy3721868
时间:
2011-6-17 14:26
看看是什么~~
作者:
Tec.zHao
时间:
2011-6-17 14:41
是什么东西,求科普
作者:
kevinkt
时间:
2011-6-17 14:47
播放軟體?
優勢是什麼?
作者:
小克萨拉
时间:
2011-6-17 15:05
N卡解码啊!
作者:
weith_007
时间:
2011-6-17 15:07
这个有啥用
作者:
小刀子
时间:
2011-6-17 15:26
本帖隐藏内容请回复
作者:
babyken
时间:
2011-6-17 15:35
谢谢 支持一个~!@
作者:
fx5200ultra
时间:
2011-6-17 15:47
fx5200ultra,如果你要查看本帖隐藏内容请回复
作者:
dms-huang
时间:
2011-6-17 15:53
先支持再看。。
作者:
chm128256_1
时间:
2011-6-17 15:56
下载了看看看看
作者:
Muyunyying
时间:
2011-6-17 15:57
这玩意干啥用...{:5_200:}
作者:
zdcps
时间:
2011-6-17 16:03
是什么东西,求科普
作者:
chdongsh
时间:
2011-6-17 16:08
支持再看。。...
作者:
hehe9700
时间:
2011-6-17 16:10
提示:
作者被禁止或删除 内容自动屏蔽
作者:
frostyuka
时间:
2011-6-17 16:29
用了试试看。
作者:
mmmnnn7251
时间:
2011-6-17 17:14
下载了看看看看
作者:
zxqwh
时间:
2011-6-17 17:17
为什么只有N卡啊。。。
作者:
Edison
时间:
2011-6-17 18:32
zxqwh 发表于 2011-6-17 17:17
为什么只有N卡啊。。。
这是 AMD 软件团队的问题,NVIDIA 公布了 CUVID 的相关资料,而 AMD 的 OVD 目前只有 Cyberlink 实现,估计还是 NDA 阶段。
作者:
别里科夫
时间:
2011-6-17 18:33
试试看~~~有新玩具了~~~
作者:
gdlbf
时间:
2011-6-17 18:52
下载看看。。。
作者:
kknd2
时间:
2011-6-17 20:04
应该是给avs用的吧~
作者:
Gzxhwq
时间:
2011-6-17 21:34
很好,最新版很久没有破解了
作者:
cavalryqjx
时间:
2011-6-18 00:57
感谢楼主分享,好东西,之前还一直是2013
作者:
极度放纵
时间:
2011-6-18 01:05
求科普:loveliness:
作者:
shana16
时间:
2011-6-18 02:16
感谢上帝,2013版在新Megui用不了,一直没升级.
作者:
chenmzll
时间:
2011-6-18 03:37
顶一下看看是神马东西
作者:
blackgwt
时间:
2011-6-18 03:43
标题:
视频处理:支持 NVIDIA 硬件解码的 DGDecNV 2039a x86/x64 福利版下载
暂时用不到……先收藏
- 发送自我的 iPhone 大板凳应用
作者:
kingboxnt
时间:
2011-6-18 09:05
支持了支持了
作者:
xreal
时间:
2011-6-18 09:19
{lol:] x264压片 人士喜欢
作者:
D65
时间:
2011-6-18 11:14
很多人不懂这个,因为他不懂压片。
不过一般人而言,也就偶尔转转码。
作者:
xmap
时间:
2011-6-18 11:33
我看到ttg上有人说用了这个有不小的提升(压片),我就奇怪了,现在cpu解码会费很多么?
作者:
netsnake
时间:
2011-6-18 12:06
回复
xmap
的帖子
对比一下就明显咯。要是1080i >720p 2pass,用DGNV在1pass基本快1倍,2pass速度也提高明显
作者:
TEMPV
时间:
2011-6-18 12:53
RIP好东西
作者:
800600
时间:
2011-6-18 22:21
下载了看看看看
作者:
fanlei501
时间:
2011-6-18 23:35
完全不懂这个做什么用的哈
试试看
作者:
1on1X22
时间:
2011-6-19 12:23
提示:
作者被禁止或删除 内容自动屏蔽
作者:
luckissy
时间:
2011-6-19 19:08
{titter:]试试福利版
作者:
lifengdp2
时间:
2011-6-19 19:11
不明白
......
作者:
cpscr2008
时间:
2011-6-19 20:28
感谢E大福利贴
作者:
我说的是事实
时间:
2011-6-19 20:39
不错。先下了。。。
作者:
louissgd
时间:
2011-6-19 21:26
非常感谢 ~~~~
作者:
yko1o
时间:
2011-6-19 21:53
感谢楼主!楼主不是烧饼
作者:
JoshuaChang
时间:
2011-6-20 12:49
爆破的还是注册机?
作者:
eastlife0108
时间:
2011-6-28 02:13
thx for ur sharing
作者:
quxin1977
时间:
2011-6-28 06:44
支持 NVIDIA 硬件解码的 DGDecNV 2039a x86/x64 福利版下载
作者:
Will
时间:
2011-6-28 20:09
thanks for sharing
作者:
milk
时间:
2011-7-1 18:45
看看是什么~~
作者:
King_T
时间:
2011-7-1 20:18
想试用以下
作者:
lxzlxzlxz
时间:
2011-7-2 01:09
沒用過,下來用用看
作者:
jocover
时间:
2011-7-2 19:55
看看用。。。。。。。。。
作者:
daniel_k
时间:
2011-7-2 20:21
楼主实在太厉害了!
作者:
gujia9999
时间:
2011-7-3 01:20
太棒了!!!yes
作者:
Larrabee2
时间:
2011-7-6 17:31
下载看看
作者:
bb2x2x
时间:
2011-7-13 14:26
这个到处找呢, 终于在这里找到了,多谢分享
作者:
quanfanpro
时间:
2011-7-13 15:34
很需要这个,谢谢了
作者:
ald369
时间:
2011-7-14 17:06
mark 一下,,,求科普
作者:
hzt18
时间:
2011-7-19 01:53
不知道如果是A卡怎么办呢?
作者:
chaosstar
时间:
2011-7-28 22:19
感谢,居然有最新版的福利版
作者:
kelvinxzw
时间:
2011-7-29 00:08
这个,谢谢福利
作者:
rayfan
时间:
2011-8-8 13:52
伸手求福利{lol:]
作者:
viooop
时间:
2011-8-8 17:55
谢谢管理员的分享
作者:
phss2000kimo
时间:
2011-8-8 23:52
如果有2040版的就更好啦...這版本不客氣收下了..
作者:
chenhua007very
时间:
2011-8-9 00:23
不管用不用得上,先下个收藏一下
作者:
kulanyee
时间:
2011-8-9 09:20
先看看。。。。。。。。。。
作者:
bstlt
时间:
2011-8-10 02:44
下载看看
作者:
049xxv
时间:
2011-8-10 18:44
这就是我寻找了多年的好东西啊!楼主我爱你!
作者:
mawen1250
时间:
2011-8-17 21:43
正好需要。。现在搞AVS
作者:
wxsk
时间:
2011-8-20 10:26
试试看看
作者:
AKBfan
时间:
2011-8-23 20:12
要付费啊……如果付费能容易点我是会考虑的。。。
作者:
minghuiyi
时间:
2011-8-25 12:13
找这东西很长时间了,谢谢分享了。
压制BDMV必须的。
作者:
hanya
时间:
2011-8-25 13:44
是为了发挥N卡CUDA么?
作者:
Holy
时间:
2011-8-29 23:12
感謝管理員提供最新福利版下載,造福廣大N卡用戶{biggrin:]
作者:
花骨朵
时间:
2011-8-30 09:21
业余玩家 低调撸过~~~~
作者:
南京小钱
时间:
2011-8-30 13:31
回复看看情况
作者:
supperliu
时间:
2011-9-7 22:43
感谢了,至今还用以前的2028版呢~ :)
作者:
xstwan
时间:
2011-9-8 02:47
没用也要下来体验一下············
作者:
摩摩
时间:
2011-9-8 06:48
请注意,这是用于制作视频帧索引的工具,不是用于播放的,适用于视频制作的专业、业余人士,一般的玩家无需下载。
帮顶就好
作者:
vttacc
时间:
2011-9-8 22:06
Thanks for Sharing
作者:
cowboylyh
时间:
2011-9-8 22:09
过了这么久还能下载吗?
作者:
cowboylyh
时间:
2011-9-8 22:10
过了这么久究竟还能不能下载呢?
作者:
____虚、`言
时间:
2011-9-13 02:33
预留,不知道用不用得上呢……
作者:
evamix
时间:
2011-9-13 17:29
正好测试一下cuda能力 看看
作者:
th71
时间:
2011-9-14 07:45
谢谢分享好东西,看看还能不能下载
作者:
kbu
时间:
2011-9-14 22:46
感谢E大分享
测试看看
作者:
evilavatar
时间:
2011-9-15 22:22
感謝 非常需要
作者:
dcgg
时间:
2011-9-20 00:27
应该是给avs用的吧~
作者:
hmj1982427
时间:
2011-9-22 22:50
正好需要这个,谢谢分享
作者:
skywong
时间:
2011-9-23 16:31
实在是太感谢了,万分感谢,来下载了
作者:
lifemild
时间:
2011-9-23 19:48
这个不错啊收下了
作者:
浪人·W
时间:
2011-9-28 12:12
一直在用,目前用的是2039版,终于找到2040版的了
作者:
ukkkk
时间:
2011-9-28 20:45
提示:
作者被禁止或删除 内容自动屏蔽
作者:
lin622
时间:
2011-9-28 22:13
提示:
作者被禁止或删除 内容自动屏蔽
作者:
xqcz
时间:
2011-9-29 09:41
帮顶, 了解一下
作者:
mickoo
时间:
2011-9-29 19:57
这个真的可以有
作者:
th71
时间:
2011-10-1 19:30
2039版本可以用,2040版本报错,Invalid License!
作者:
wszxj
时间:
2011-10-1 20:15
正好试试新买的N卡
欢迎光临 POPPUR爱换 (https://we.poppur.com/)
Powered by Discuz! X3.4