DGDecNV GPU-Enabled AVC/H.264 Decoder and Frame Server
- Donald Graft (neuron2)氏作の 3 つの CUDA 対応版デコーダ&フレームサーバー(DGAVCDecNV、DGVC1DecNV、DGMPGDecNV)を 1 つのパッケージとして統合したもの。
- インデックス作成ツールの DGIndexNV.exe と、デコードプラグイン DGDecodeNV.dll および DGMultiDecodeNV.dll を含む(DGMultiDecodeNV.dll は、マルチインスタンス対応版)。
- DGDecodeNV.dll にはデコードフィルタの DGSource() が収録されている(DGMultiDecodeNV.dll の場合は DGMultiSource)。第 1 引数にインデックスファイル(*.dga、*.dgm または *.dgv)を指定する。
- CUDA ビデオデコーディングをサポートする NVIDIA 社製のグラフィックカードで動作する。
- neuron2 氏作。
- 寄付ウェア。
- Donald Graft 氏の NV ツールを利用するための共通のライセンスをあらかじめ取得する必要がある(複数寄付する必要はない)。
変更点
新たに追加された機能としては、以下のものがあります:
- トランスポートストリームのトリム機能(以前からあったが隠されていた)。
- コマンドライン AVS テンプレート(-at ファイル)。
- 非 4:2:0 ストリームに対するエラーポップアップ。
ほかにいくつかの問題の修正。
以下、引用です:
http://forum.doom9.org/showthread.php?p=1405328#post1405328
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.
関連リンク
- DG NV tools build 2008 - Doom9's Forum
- DG NV tools beta: Multiple file support - Doom9's Forum
- AVC/H.264やTSファイルをCUDAでデコード:DG NV tools|ぼくんちのTV 別館

