DGDecode
From Avisynth wiki
(Difference between revisions)
m (category) |
(minor update) |
||
Line 1: | Line 1: | ||
− | {{FilterCat|External_filters | + | {{FilterCat|External_filters|Plugins|Source_filters}} |
{{Filter | {{Filter | ||
− | | | + | |{{Author/Donald Graft}} |
|1.5.8 | |1.5.8 | ||
|[{{N2Moved}}/dgmpgdec/dgmpgdec.html neuron2.net] | |[{{N2Moved}}/dgmpgdec/dgmpgdec.html neuron2.net] | ||
Line 11: | Line 11: | ||
== Description == | == Description == | ||
− | DGDecode, part of the [ | + | DGDecode, part of the [http://rationalqm.us/dgmpgdec/dgmpgdec.html DGMPGDec] package, is a MPEG-1/2 decoder plug-in. Official documentation: http://rationalqm.us/dgmpgdec/DGDecodeManual.html<br> |
− | + | <br> | |
− | == | + | == Requirements == |
− | + | * AviSynth 2.5.8 or later | |
+ | * Supported color formats: [[YUY2]], [[YV12]] | ||
+ | <br> | ||
+ | ==Filters== | ||
{{PluginFilterTable}} | {{PluginFilterTable}} | ||
| [[DGDecode/MPEG2Source|MPEG2Source]] | | [[DGDecode/MPEG2Source|MPEG2Source]] | ||
Line 21: | Line 24: | ||
|- | |- | ||
| [[DGDecode/LumaYV12|LumaYV12]] | | [[DGDecode/LumaYV12|LumaYV12]] | ||
− | | LumaYV12() outputs a 0->255 YUV range, and not a CCIR-601 16->235 range. | + | | LumaYV12() outputs a 0->255 [[YUV]] range, and not a CCIR-601 16->235 range. |
| [[YV12]] | | [[YV12]] | ||
|- | |- | ||
Line 31: | Line 34: | ||
| Manao's H.264 deblocking filter. (v0.9.5) | | Manao's H.264 deblocking filter. (v0.9.5) | ||
| [[YV12]] | | [[YV12]] | ||
− | |- | + | |} |
+ | <br> | ||
+ | ==External Links== | ||
+ | *[http://forum.doom9.org/showthread.php?t=109119 Doom9 Forum] - DGMPGDec Known Issues and Limitations. | ||
+ | *[http://forum.doom9.org/showthread.php?t=87807 Doom9 Forum] - DGMPGDec Development List. | ||
+ | *[http://forum.doom9.org/showthread.php?t=138552 Doom9 Forum] - DGMPGDec 1.6.0 Development thread. | ||
+ | *[http://forum.doom9.org/forumdisplay.php?f=5 Doom9 Forum] - DVD2AVI / DGIndex support. |
Revision as of 18:28, 21 September 2014
Abstract | |
---|---|
Author | Donald Graft |
Version | 1.5.8 |
Download | neuron2.net |
Category | Source filters |
Requirements | |
License | GNU Public License |
Discussion |
Contents |
Description
DGDecode, part of the DGMPGDec package, is a MPEG-1/2 decoder plug-in. Official documentation: http://rationalqm.us/dgmpgdec/DGDecodeManual.html
Requirements
Filters
Filter | Description | Color format |
---|---|---|
MPEG2Source | Reads a D2V file. | YV12 |
LumaYV12 | LumaYV12() outputs a 0->255 YUV range, and not a CCIR-601 16->235 range. | YV12 |
BlindPP | Deblock and/or dering any video source. | YV12, YUY2 |
Deblock | Manao's H.264 deblocking filter. (v0.9.5) | YV12 |
External Links
- Doom9 Forum - DGMPGDec Known Issues and Limitations.
- Doom9 Forum - DGMPGDec Development List.
- Doom9 Forum - DGMPGDec 1.6.0 Development thread.
- Doom9 Forum - DVD2AVI / DGIndex support.