VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Member
    Join Date
    Jun 2010
    Location
    Canada
    Search Comp PM
    At the end of my first pass I get this message, does anyone know why?

    Quote Quote  
  2. what version of megui? what version of x264.exe ?

    does your .avs script preview ok in a media player? can you seek to the end without problems?

    post your avs script

    test your memory integrity with memtest86+ , maybe you have a bad stick

    have you ever completed a successful 1st pass?

    you should try tests on a shorter clip (or use trim() in your avs script), until you get this sorted out
    Quote Quote  
  3. Member
    Join Date
    Jun 2010
    Location
    Canada
    Search Comp PM
    what version of megui? Megui 0.3.4.0
    what version of x264.exe ? not sure what you mean but it was going to be a mp4
    does your .avs script preview ok in a media player? yes, media player classic
    I just noticed that the timer stops at 1:40:21 and the video is still playing for a about 4 or 5 seconds at the end.
    have you ever completed a successful 1st pass? yes in the past with dvdr's but I have just since reinstalled it and so this would be my first time i guess.
    original script:
    Code:
    DirectShowSource("C:\Program Files\JDownloader\downloads\Daddys.Little.Girls.2007.720p.BluRay.x264-REVEiLLE\rev-dlg.x264.mkv", audio=false)
    ran it throught gardian knot for resizing perposes:
    Code:
    # 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
    avisource("C:\Program Files\JDownloader\downloads\Daddys.Little.Girls.2007.720p.BluRay.x264-REVEiLLE\rev-dlg.x264.avs")
    
    #  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(0,0,1280,688)
    
    #  SUBTITLES
    #VobSub("FileName")
    
    #  RESIZING
    LanczosResize(720,384)
    
    #  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 20 for use in GKnot!
    #SelectRangeEvery(400,20)
    
    #  FOOL CCEnc
    #empty = BlankClip()
    #AudioDub(last,empty)
    Quote Quote  
  4. You're using an old build, there have been reports of crashes on some older builds, especially some combinations of x264.

    0.3.4.15 is the newest of today . , x264 is at r1629 (when you check settings=> update you can check your x264 version)

    http://forum.doom9.org/showthread.php?t=151159

    you can change the update server to and "develpment sever" http://www.constructd.com/megui/

    I just noticed that the timer stops at 1:40:21 and the video is still playing for a about 4 or 5 seconds at the end.
    I'm not sure what you mean by this. Does it play like that when you play the original file? or is there an error in your script ? or is it normal (blank video) ?


    Before you update, with your current setup, try a shorter encode (instead of wasting 13 hours), to narrow down the problem. If it completes, then it suggests somehting is wrong with your source, or your script, and less likely a system issue. If it hangs, it suggests another issue, like x264 version, system issue, or memory issue etc....
    Quote Quote  
  5. Member
    Join Date
    Jun 2010
    Location
    Canada
    Search Comp PM
    I just noticed that the timer stops at 1:40:21 and the video is still playing for a about 4 or 5 seconds at the end. I'm not sure what you mean by this. Does it play like that when you play the original file? or is there an error in your script ? or is it normal (blank video) ?
    maybe an error in the script? I'm not sure.
    or is it normal (blank video) ? no
    timer just stops but not video for the last few seconds
    I'll try the suggested and report back later, thanks
    Quote Quote  
  6. Member
    Join Date
    Jun 2010
    Location
    Canada
    Search Comp PM
    While rebooting my computer, i got the same kind of application error message about gardian knot. maybe that has something to do with it?
    Quote Quote  
  7. I don't know; I don't use GK

    You don't even need it, all you have that is active in your script is AVISource(), Crop, and Undot() - the rest is commented out (#)

    If you keep on getting these memory error messages in different applications , that suggests a memory corruption issue. As suggested earlier, try memtest, memtest 86+ or some other memory testing program.
    Quote Quote  
  8. Member
    Join Date
    Jun 2010
    Location
    Canada
    Search Comp PM
    I just encoded a Xvid BRRrip and it turned out good. Think I'll just hold out on encoding an h264 until I get a better computer. The memory issue is probably due to the fact I'm working on a Samsung N120.

    Thanks for your replies, much appreciated.
    Last edited by kadyn67; 9th Jun 2010 at 22:26.
    Quote Quote  
  9. Member
    Join Date
    Jun 2010
    Location
    Canada
    Search Comp PM
    Video Specs
    Container: Audio Video Interleave (.AVI)
    Video Codec Type: XviD
    Video Codec Name: XviD ISO MPEG-4
    Bitrate: 1980 kbps
    Encoding: 2 Pass
    Resolution: 720 x 384
    Quality Factor (QF): 0.299
    Frame Rate: 23.976 fps
    Display Aspect Ratio: 1.875
    Size: 1.38 GB

    Audio Specs
    Audio Codec: MPEG-1 Layer 3
    Bitrate: 128 kbps
    Bitrate Type: CBR
    Sample Rate: 44100Hz
    Channels: 2
    Size: 91.9 MB

    Total Size 1.48 GB

    Screens





    Quote Quote  
  10. Member
    Join Date
    Jun 2010
    Location
    Canada
    Search Comp PM
    I've since reinstalled MeGui and encoded successfully.
    Last edited by kadyn67; 22nd Jun 2010 at 05:28.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!