Log in

View Full Version : QuEnc outputting 0kb size m2v's?


Socio
2nd December 2004, 15:44
Hello,

I am using QuEnc 0.56 with DVD RB to filter and re-encode DVD's. I have been using the CCE trial encoder but its going to expire so I decided to try QuEnc. During the encode process QuEnc looks like its working but when it is done encoding the M2V file size which should be some where around 112,000 kb but turns out to be 0 kb?

I am using ffdshow to output YV12 which worked fine for CCE trial everything is the same way that I used CCE except I removed the check mark to convert to YUY2 because it is my understanding that Quenc does not need that only CCE.

This is the AVS file being used and the script works fine for CCE if it helps:


#------------------
# AVS File Created by DVD Rebuilder
# VOBID:06, CELLID:06
#------------------
mpeg2source("E:\DVDRB\D2VAVS\V06.D2V")
trim(0,3035)
SetMemoryMax(96)


Import("C:\Program Files\AviSynth 2.5\plugins\IIP.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpen.avs")


LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MaskTools-p4-5.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\WarpSharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\colormatrix.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\LoadPluginEx.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dustv5.dll")


iip (duststr=2, dustweight=1.0,
\ ss1_x=1.5, ss1_y=1.5,
\ detailcontr1=104, detailcontr2=208,
\ contr_radius=2, PixSharp=0.0,
\ ss2_x=1.5, ss2_y=1.5,
\ XSmode=3, Xstren=50, Xradius=2, XLmode=2,
\ Xovershoot=1, Xwide=false, Xsoft=false,
\ subpelstren=0.0, flatweight=0,
\ antiflicker1=true, antiflicker2=true,
\ protect_floor=0, protect_bias=20,
\ dering=-60, dering_weight=1.0,
\ dering_floor=8, dering_bias=16,
\ detail_floor=16,
\ EQ=2, exborder=true,
\ warp_Y=false, warp_UV=false,
\ debug="dering | protect | detail | compareH | compareV | compareT | showall",
\ cropx=8, cropy=8
\ )

ColorMatrix()
ConvertToYV12()