DGDecode

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (category)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
{{FilterCat|External_filters|Source_filters|Plugins}}
+
{{FilterCat4|External_filters|Plugins|Plugins_x64|Source_filters}}
 
{{Filter
 
{{Filter
|neuron2
+
|1={{Author/Donald Graft}}
|1.5.8
+
|2=2.0.0.9
|[{{N2Moved}}/dgmpgdec/dgmpgdec.html neuron2.net]
+
|3=[https://www.rationalqm.us/dgmpgdec/ dgmpgdec2009.zip]
|Source filters
+
|4=Source filters
|
+
|5=
|GNU Public License
+
|6=[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
 
}}
 
}}
  
 
== Description ==
 
== Description ==
 +
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
  
DGDecode, part of the [[DGMPGDec]] package, is a MPEG-1/2 decoder plug-in.
+
'''Note:''' the x64 version of <tt>DGDecode.dll</tt> does not include the <tt>LumaYV12</tt>, <tt>BlindPP</tt> or<tt> Deblock</tt> filters.
  
== Filters ==
 
  
 +
<br>
 +
== Requirements ==
 +
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6.0]
 +
* [x64]: [[AviSynth+]]
 +
* Supported color formats: [[YUY2]], [[YV12]]
 +
<br>
 +
==Filters==
 
{{PluginFilterTable}}
 
{{PluginFilterTable}}
 
| [[DGDecode/MPEG2Source|MPEG2Source]]  
 
| [[DGDecode/MPEG2Source|MPEG2Source]]  
Line 21: Line 28:
 
|-
 
|-
 
| [[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 38:
 
| Manao's H.264 deblocking filter. (v0.9.5)
 
| Manao's H.264 deblocking filter. (v0.9.5)
 
| [[YV12]]
 
| [[YV12]]
 +
|}
 +
<br>
 +
== Archived Downloads ==
 +
{| class="wikitable" border="1"; width="500px"
 
|-
 
|-
 +
!!width="100px"| Version
 +
!!width="150px"| Download
 +
!!width="150px"| Mirror
 +
|-
 +
!1.5.8
 +
|[x86] [http://hank315.nl/files/DGdecode/dgmpgdec158.zip dgmpgdec158.zip]<br>[x86] [http://hank315.nl/files/DGdecode/dgmpgdec158_SSE.zip dgmpgdec158_SSE.zip]<br>[x64] [https://www.mediafire.com/download/c0wmemj5jam/DGDecode_3-19-2010.rar DGDecode_3-19-2010.rar]
 +
|[x86] [https://web.archive.org/web/20220104095631if_/http://hank315.nl/files/DGdecode/dgmpgdec158.zip dgmpgdec158.zip]<br>[x86] [https://web.archive.org/web/20220115170502if_/http://hank315.nl/files/DGdecode/dgmpgdec158_SSE.zip dgmpgdec158_SSE.zip]
 +
|}
 +
* <tt>DGMPGDec 1.5.8_SSE</tt> is an optimized version compiled by Groucho2004, modified source code is included. You need SSE (or higher) to run this version.
 +
* <tt>DGDecode_3-19-2010</tt> is an x64 version compiled by Joshy D, some IDCT modes are missing. No longer recommend.
 +
<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.

Latest revision as of 17:56, 2 December 2023

Abstract
Author Donald Graft
Version 2.0.0.9
Download dgmpgdec2009.zip
Category Source filters
Requirements
License GPLv2
Discussion

Contents

[edit] Description

DGDecode, part of the DGMPGDec package, is a MPEG-1/2 decoder plug-in. Official documentation: http://rationalqm.us/dgmpgdec/DGDecodeManual.html

Note: the x64 version of DGDecode.dll does not include the LumaYV12, BlindPP or Deblock filters.



[edit] Requirements


[edit] 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


[edit] Archived Downloads

Version Download Mirror
1.5.8 [x86] dgmpgdec158.zip
[x86] dgmpgdec158_SSE.zip
[x64] DGDecode_3-19-2010.rar
[x86] dgmpgdec158.zip
[x86] dgmpgdec158_SSE.zip
  • DGMPGDec 1.5.8_SSE is an optimized version compiled by Groucho2004, modified source code is included. You need SSE (or higher) to run this version.
  • DGDecode_3-19-2010 is an x64 version compiled by Joshy D, some IDCT modes are missing. No longer recommend.


[edit] External Links

Personal tools