Log in

View Full Version : [HELP] Gordian Knot can't encode whole movie


xphr3ak
17th November 2005, 04:00
My problem is this software only encode the preview movie(save.avs). Length for this movie is 85 minutes and 15 seconds but only 4 minutes 30 seconds encoded.

11/16/2005 3:24:21 AM : Job " Final Fantasy VII" finished.
Total Encoding Time : 22 minutes, 41 seconds.

3:24:21 AM : Movie = C:\DVD\Projects\TheEye10_VTS_01_PGC1\THEEYE10.avi
3:24:21 AM : Done.

3:24:21 AM : Finished Muxing Audio.: Duration: 16 seconds.
3:24:04 AM : Started Muxing Audio.: C:\DVD\Projects\TheEye10_VTS_01_PGC1\THEEYE10_Movie.avi

3:24:04 AM : Speed: 9.728 Frames per second.
3:24:04 AM : Finished xvid - Second Pass: Duration: 12 minutes, 59 seconds.
3:11:03 AM : Started xvid - Second Pass: C:\DVD\Projects\TheEye10_VTS_01_PGC1\THEEYE10.avs

3:11:03 AM : New target size = 633697 kb
3:11:02 AM : Now encoding at 1027 k(=1000)Bits/s
3:11:02 AM : Error: Correction impossible.
3:11:02 AM : Original Bitrate = 1027 k(=1000)Bits/s
3:11:02 AM : Correcting Bitrate...
3:11:02 AM : WARNING: Difference: 143912
3:11:02 AM : WARNING: Counted: 7587
3:11:02 AM : WARNING: Settings: 151499
3:11:02 AM : WARNING: Number of counted frames differs from settings!
3:11:02 AM : Speed: 13.546 Frames per second.
3:11:02 AM : Encoded: 7587 Frames.
3:11:02 AM : Success: Log-file open.
3:11:02 AM : Trying to open Log-file.
3:11:01 AM : Finished Xvid - First Pass: Duration: 9 minutes, 20 seconds.
3:01:40 AM : Started Xvid - First Pass: C:\DVD\Projects\TheEye10_VTS_01_PGC1\THEEYE10.avs

3:01:40 AM : New Bitrate for Movie = 1027 k(=1000)Bits/s
3:01:40 AM : Audio 1, calc: 78994 kb
3:01:40 AM : Audio 1, determined: 77185 kb
11/16/2005 3:01:40 AM: Job "Final Fantasy VII" started.

Here's VirtualDub in progress screenshot :

http://img346.imageshack.us/img346/682/virtualdubinprogress1sp.gif
Look at "Current video frame" and "Current audio frame".
Please help me!!!!

CWR03
17th November 2005, 06:46
You might start by deleting the rip, defragging the target hard drive and starting over. It's not uncommon to have problems like that if the drive is a mess.

jggimi
17th November 2005, 16:24
When encodings fail partway through, I tend to think that there is a hardware problem, usually caused by heat build up. I would test the PC's stability -- see http://forum.doom9.org/showthread.php?t=54130

Koti
18th November 2005, 08:15
Started 1st pass - finished 1st pass - frame count diff - started 2nd pass - finished 2nd pass , no where did compression stop or error. (note vdub only seeing 7588 frames for a 85 min movie too )

I think possibly the set range got left in the avs script from running a comp test.

Can you post the avs being used ? or look for SelectRangeEvery(280,14) with no # in front of it . If its there this would explain the problem.

When setting up for a whole encode if comp test is not set to "off" this will happen

xphr3ak
18th November 2005, 17:30
You might start by deleting the rip, defragging the target hard drive and starting over. It's not uncommon to have problems like that if the drive is a mess.When encodings fail partway through, I tend to think that there is a hardware problem, usually caused by heat build up. I would test the PC's stability -- see http://forum.doom9.org/showthread.php?t=54130

I've done what you said.... Still the same... By the way thanks :)

Started 1st pass - finished 1st pass - frame count diff - started 2nd pass - finished 2nd pass , no where did compression stop or error. (note vdub only seeing 7588 frames for a 85 min movie too )

I think possibly the set range got left in the avs script from running a comp test.

Can you post the avs being used ? or look for SelectRangeEvery(280,14) with no # in front of it . If its there this would explain the problem.

When setting up for a whole encode if comp test is not set to "off" this will happen

Im using AviSynth 2.5
# Created with Gordian Knot
#
# http://gknot.doom9.org

# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\KernelDeInt.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgbob.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\Convolution3d.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\FluxSmooth.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\TomsMoComp.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\VSFilter.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\SimpleResize.dll")

# SOURCE
mpeg2source("M:\Disc 1 1 2 3 4\episode 1.d2v")

# TRIM
#trim(startframe,endframe)

# IVTC
#Telecide(order=1,guide=1).Decimate()
# or use
#IVTC(44,11,95)
#GreedyHMA(1,0,4,0,0,0,0,0)

# DEINTERLACING (1)
#FieldDeinterlace()
#FieldDeinterlace(blend=false)
#TomsMoComp(1,5,1)

# DEINTERLACING (2)
#KernelDeInt(order=1,sharp=true)
# or maybe
#DGBob(order=1,mode=0)

# DEINTERLACING (3) - special requests
#GreedyHMA(1,0,0,0,0,0,0,0)
#Telecide()
#SeparateFields()

# CROPPING
crop(4,0,712,476)

# SUBTITLES
#VobSub("FileName")

# RESIZING
LanczosResize(672,368)

# DENOISING: choose one combination (or none)
Undot()

# 1) little noise
#Temporalsoften(2,3,3,mode=2,scenechange=6)
#mergechroma(blur(1.3))
#FluxSmoothST(5,7)

# 2) medium noise
#Temporalsoften(3,5,5,mode=2,scenechange=10)
#Convolution3d("moviehq")
#FluxSmoothST(7,7)

# 3) heavy noise
#Temporalsoften(4,8,8,mode=2,scenechange=10)
#Convolution3d("movielq")
#FluxSmoothST(10,15)

# BORDERS
#AddBorders(left,top,right,bottom)

# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
SelectRangeEvery(280,14)

# FOOL CCEnc
#empty = BlankClip()
#AudioDub(last,empty)

unskinnyboy
18th November 2005, 17:57
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
SelectRangeEvery(280,14)
Bingo! This is what Koti was talking about. You need to remove this line from the .avs.

Taurus
18th November 2005, 19:20
@xphr3ak
You saved the COMPRESSIBILITY CHECK avs and processed it.
Next time be careful where and what button to hit :)

Cheers

Taurus

xphr3ak
18th November 2005, 20:31
Problem solved... Thanks to all