D-Train
4th August 2005, 22:14
I've been happily filling up my hard drive with HDTV recordings... so much so that I need to make room. I started by experimenting with re-encoding to Xvid, WMV-9, and the like. The guides I've read usually use Avisynth with DGMPGDec. After trying this I immediately noticed that the re-encoded files looked more washed-out when playing from the PC. Otherwise the quality looks great.
I then tried capturing two comparison frames using VDubMod:
The first frame I used VDubMod to open the .mpg file directly -
HDTV via MPEG-2 (http://i10.photobucket.com/albums/a114/D-Train78/mpeg-csi.jpg)
The second frame I used VDubMod to open a .avs file -
HDTV via DGMPGDec (http://i10.photobucket.com/albums/a114/D-Train78/avs-csi.jpg)
Here was the script I used for this test. As you can see it's very simple:
loadplugin("C:\Program Files\dgmpgdec1012a\DGDecode.dll")
mpeg2source("csi.517.compulsion.d2v")
If you compare the two frames using the "TV" logo in the upper left corner for reference blacks and whites the color is definitely different between the two frames. What's going on here?
My apology in advance if this isn't the right forum for this.
I then tried capturing two comparison frames using VDubMod:
The first frame I used VDubMod to open the .mpg file directly -
HDTV via MPEG-2 (http://i10.photobucket.com/albums/a114/D-Train78/mpeg-csi.jpg)
The second frame I used VDubMod to open a .avs file -
HDTV via DGMPGDec (http://i10.photobucket.com/albums/a114/D-Train78/avs-csi.jpg)
Here was the script I used for this test. As you can see it's very simple:
loadplugin("C:\Program Files\dgmpgdec1012a\DGDecode.dll")
mpeg2source("csi.517.compulsion.d2v")
If you compare the two frames using the "TV" logo in the upper left corner for reference blacks and whites the color is definitely different between the two frames. What's going on here?
My apology in advance if this isn't the right forum for this.