kumi
19th October 2007, 07:47
Hello. I'm having trouble using ColorMatrix with DVD-Rebuilder as I have it currently configured.
My rebuilder.ini has these options:
MPEG2SOURCE_OPTS=info=3
REDIST_USE_FINAL_Q=1
HC_FOR_REDIST=1
Redistribute=1
AVSFilter01=C:P:ColorMatrix(hints=true,dest=0,clamp=false,threads=0)
AVSFilter02=C:I:ColorMatrix(hints=true,dest=0,clamp=false,threads=0,interlaced=true)
A sample segment .AVS, which plays correctly, looks like this:
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:13, CELLID:01
#------------------
LoadPlugin("C:\Program Files\DVD-RB PRO 1.26.5\DGDecode.dll")
mpeg2source("D:\DVDRB WORKING\TEMP\D2VAVS\V01.D2V",idct=7, info=3)
ColorMatrix(hints=true,dest=0,clamp=false,threads=0,interlaced=true)
trim(122791,132261)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
But-- Uh oh... V01_Q_ANALYSIS.AVS looks like this:
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:03, CELLID:01
#------------------
LoadPlugin("C:\Program Files\DVD-RB PRO 1.26.5\DGDecode.dll")
mpeg2source("D:\DVDRB WORKING\TEMP\D2VAVS\V01.D2V")
ColorMatrix(hints=true,dest=0,clamp=false,threads=0,interlaced=true)
SelectRangeEvery(1500,15)
ConvertToYV12()
AudioDub(BlankClip())
HCEnc can't encode this: the error is
ERROR, ColorMatrix: no hints detected in stream with hints=true!
My rebuilder.ini has these options:
MPEG2SOURCE_OPTS=info=3
REDIST_USE_FINAL_Q=1
HC_FOR_REDIST=1
Redistribute=1
AVSFilter01=C:P:ColorMatrix(hints=true,dest=0,clamp=false,threads=0)
AVSFilter02=C:I:ColorMatrix(hints=true,dest=0,clamp=false,threads=0,interlaced=true)
A sample segment .AVS, which plays correctly, looks like this:
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:13, CELLID:01
#------------------
LoadPlugin("C:\Program Files\DVD-RB PRO 1.26.5\DGDecode.dll")
mpeg2source("D:\DVDRB WORKING\TEMP\D2VAVS\V01.D2V",idct=7, info=3)
ColorMatrix(hints=true,dest=0,clamp=false,threads=0,interlaced=true)
trim(122791,132261)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
But-- Uh oh... V01_Q_ANALYSIS.AVS looks like this:
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:03, CELLID:01
#------------------
LoadPlugin("C:\Program Files\DVD-RB PRO 1.26.5\DGDecode.dll")
mpeg2source("D:\DVDRB WORKING\TEMP\D2VAVS\V01.D2V")
ColorMatrix(hints=true,dest=0,clamp=false,threads=0,interlaced=true)
SelectRangeEvery(1500,15)
ConvertToYV12()
AudioDub(BlankClip())
HCEnc can't encode this: the error is
ERROR, ColorMatrix: no hints detected in stream with hints=true!