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 ツールを利用するための共通のライセンスをあらかじめ取得する必要がある(複数寄付する必要はない)。
変更点
フィルムの比率を検出する機能が AVC ビデオに対しても実装されました。
ほかに 3 件の修正など。
以下、引用です:
http://forum.doom9.org/showthread.php?p=1408256#post1408256
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.
関連リンク
- DG NV tools build 2012 - Doom9's Forum
- DG NV tools beta: Multiple file support - Doom9's Forum
- AVC/H.264やTSファイルをCUDAでデコード:DG NV tools|ぼくんちのTV 別館

