nekostephan
15th November 2006, 14:34
Hello there everyone.
The problem is:
After I rip an anime DVD, index it and demux and finally encode it overall gamma somehow gets boosted.
This seems pretty strange since I didn't specify anything about it anywhere. I checked my ffdshow decode settings - any postprocessing was switched off.
When I launch my VOB it looks just fine.
Anyone can tell how to get rid of it? I personally would like to tune gamma a little, but not overlighten it that much.
The software I used is:
DVDDecryper for ripping
DGIndex for indexing and demuxing
Notepad to write the script
meGUI for encoding to x264
Media Player Classic for playback
Maybe this 'll be of some help, so here is my AVS. Though I believe it to be irrelevant.
# Script for SKU
LoadPlugin("D:\PROGRA~1\coding\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\PROGRA~1\coding\GORDIA~1\AviSynthPlugins\decomb.dll")
LoadPlugin("D:\PROGRA~1\coding\GORDIA~1\AviSynthPlugins\UnDot.dll")
mpeg2source("D:\21_23_DARKNESS_B\VIDEO_TS\21.d2v")
Telecide(order=1,guide=1)
crop(10,0,700,476)
LanczosResize(640,480)
Undot()
Any help appreciated.
The problem is:
After I rip an anime DVD, index it and demux and finally encode it overall gamma somehow gets boosted.
This seems pretty strange since I didn't specify anything about it anywhere. I checked my ffdshow decode settings - any postprocessing was switched off.
When I launch my VOB it looks just fine.
Anyone can tell how to get rid of it? I personally would like to tune gamma a little, but not overlighten it that much.
The software I used is:
DVDDecryper for ripping
DGIndex for indexing and demuxing
Notepad to write the script
meGUI for encoding to x264
Media Player Classic for playback
Maybe this 'll be of some help, so here is my AVS. Though I believe it to be irrelevant.
# Script for SKU
LoadPlugin("D:\PROGRA~1\coding\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("D:\PROGRA~1\coding\GORDIA~1\AviSynthPlugins\decomb.dll")
LoadPlugin("D:\PROGRA~1\coding\GORDIA~1\AviSynthPlugins\UnDot.dll")
mpeg2source("D:\21_23_DARKNESS_B\VIDEO_TS\21.d2v")
Telecide(order=1,guide=1)
crop(10,0,700,476)
LanczosResize(640,480)
Undot()
Any help appreciated.