VideoHelp Forum




Closed Thread
Results 1 to 10 of 10
  1. MEGUI 2525

    This is the error i get please help frndz

    Code:
    [Error] Log
    -[Warning] Versions
    --[Information] [30/05/2015 08:18:29] MeGUI: 2525
    --[Information] [30/05/2015 08:18:29] Operating System: Windows 8.1 x64 (6.3.0.9600)
    --[Information] [30/05/2015 08:18:29] .Net Framework: 2.0.50727.4927
    --[Information] [30/05/2015 08:18:29] .Net Framework: 4.0.0.0
    --[Information] [30/05/2015 08:18:29] AviSynth+ portable: 2.6.0.5 (28-05-2015)
    --[Information] [30/05/2015 08:18:29] AvisynthWrapper:  (28-05-2015)
    --[Warning] [30/05/2015 08:18:29] Haali Matroska Splitter not installed properly.
    --[Warning] [30/05/2015 08:18:29] Therefore DSS2() and certain functions of FFVideoSource() and the HD Streams Extractor may also not work.
    --[Warning] [30/05/2015 08:18:29] Please download and install it from http://haali.su/mkv/
    --[Information] [30/05/2015 08:18:29] Haali DSS2: not installed
    --[Information] [30/05/2015 08:18:29] ICSharpCode.SharpZipLib: 0.85.5.452 (28-05-2015)
    --[Information] [30/05/2015 08:18:29] LinqBridge: 1.0.0.0 (28-05-2015)
    --[Information] [30/05/2015 08:18:29] MediaInfo: 0.7.72.0 (28-05-2015)
    --[Information] [30/05/2015 08:18:29] MediaInfoWrapper: 0.7.61.0 (28-05-2015)
    --[Information] [30/05/2015 08:18:29] MessageBoxExLib: 1.0.2218.28317 (28-05-2015)
    --[Information] [30/05/2015 08:18:29] SevenZipSharp: 0.64.3890.29348 (28-05-2015)
    --[Information] [30/05/2015 08:18:29] 7z: 9.20 (28-05-2015)
    -[Information] Update detection
    --[Information] [30/05/2015 08:18:29] Using cached update config and server: http://megui.org/auto/stable/
    --[Information] [30/05/2015 08:18:29] No package requires an update
    -[Error] Log for job1 (video, Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs -> )
    --[Information] [30/05/2015 08:18:50] Started handling job
    --[Information] [30/05/2015 08:18:50] Preprocessing
    --[Information] [30/05/2015 08:18:50] Avisynth input script
    ---[NoImage] LoadPlugin("C:\Users\Administrator\Downloads\MeGUI_2525_x86\tools\avs\plugins\directshowsource.dll")
    ---[NoImage] DirectShowSource("C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
    ---[NoImage] #deinterlace
    ---[NoImage] #crop
    ---[NoImage] LanczosResize(720,304) # Lanczos (Sharp)
    ---[NoImage] #denoise
    --[Information] [30/05/2015 08:18:51] Job commandline: "C:\Users\Administrator\Downloads\MeGUI_2525_x86\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs" -pass1 "C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.stats" -bitrate 1000 -kboost 100 -chigh 30 -clow 15 -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -imin 1 -pmin 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1 -threads 1 
    --[Information] [30/05/2015 08:18:51] Process started
    --[Information] [30/05/2015 08:18:51] Standard output stream
    ---[Information] [30/05/2015 08:18:51] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
    --[Error] [30/05/2015 08:18:51] Standard error stream
    ---[Information] [30/05/2015 08:18:51] Trying to retrieve width and height from input header
    ---[Error] [30/05/2015 08:18:51] xvid [error]: Can't open avi/avs file C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs
    --[Error] [30/05/2015 08:18:51] Process exits with error: 0xFFFFFFFF (-1)
    --[Information] [30/05/2015 08:18:51] Job completed
    Last edited by anime12345; 30th May 2015 at 02:53.

  2. The script shows an MKV file, not an AVI file. Do you have a DirectShow MKV reader/splitter installed? Like Haali or LAV Filters?

  3. Originally Posted by jagabo View Post
    The script shows an MKV file, not an AVI file. Do you have a DirectShow MKV reader/splitter installed? Like Haali or LAV Filters?
    Yes Sir i am coverting a mkv file to avi

    and yes i have haali media splitter installed and also k lite codec pack standard version

  4. your log shows Haali Matroska Splitter is not installed properly. (in the warnings)

    i would go to http://haali.su/mkv/ download the newest build
    which is 1.13.138.14

    uninstall the other build and install the newest build then reboot your PC.
    and try to open your file again.

    i would use the file indexer option instead of Directshow. it uses FFMpegSource.
    that seems to open things much easier, and with less errors than DirectShowSource.
    Last edited by Acesn8s; 30th May 2015 at 11:31.

  5. Originally Posted by Acesn8s View Post
    your log shows Haali Matroska Splitter is not installed properly. (in the warnings)

    i would go to http://haali.su/mkv/ download the newest build
    which is 1.13.138.14

    uninstall the other build and install the newest build then reboot your PC.
    and try to open your file again.

    i would use the file indexer option instead of Directshow. it uses FFMpegSource.
    that seems to open things much easier, and with less errors than DirectShowSource.
    Ok so i did what u asked but now i got another error saying cannot open file because you don't have correct filters installed...

    so now i have uninstalled both k lite codec pack and haali media splitter

    can you tell me step by step what to do now Thankx

    EDIT: I installed CCCP with the latest haali media splitter build

    and now i get this error that it is not properly installed please help

    Code:
    [Error] Log
    -[Information] Versions
    --[Information] [31/05/2015 07:52:34] MeGUI: 2525
    --[Information] [31/05/2015 07:52:34] Operating System: Windows 8.1 x64 (6.3.0.9600)
    --[Information] [31/05/2015 07:52:34] .Net Framework: 2.0.50727.4927
    --[Information] [31/05/2015 07:52:34] .Net Framework: 4.0.0.0
    --[Information] [31/05/2015 07:52:34] AviSynth+ portable: 2.6.0.5 (28-05-2015)
    --[Information] [31/05/2015 07:52:34] AvisynthWrapper:  (28-05-2015)
    --[Information] [31/05/2015 07:52:34] Haali Matroska Splitter: not installed
    --[Information] [31/05/2015 07:52:34] Haali DSS2: not installed
    --[Information] [31/05/2015 07:52:34] ICSharpCode.SharpZipLib: 0.85.5.452 (28-05-2015)
    --[Information] [31/05/2015 07:52:34] LinqBridge: 1.0.0.0 (28-05-2015)
    --[Information] [31/05/2015 07:52:34] MediaInfo: 0.7.72.0 (28-05-2015)
    --[Information] [31/05/2015 07:52:34] MediaInfoWrapper: 0.7.61.0 (28-05-2015)
    --[Information] [31/05/2015 07:52:34] MessageBoxExLib: 1.0.2218.28317 (28-05-2015)
    --[Information] [31/05/2015 07:52:34] SevenZipSharp: 0.64.3890.29348 (28-05-2015)
    --[Information] [31/05/2015 07:52:34] 7z: 9.20 (28-05-2015)
    -[Information] Update detection
    --[Information] [31/05/2015 07:52:34] Using cached update config and server: http://megui.org/auto/stable/
    --[Information] [31/05/2015 07:52:34] No package requires an update
    -[Error] Log for job1 (video, Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs -> )
    --[Information] [31/05/2015 07:55:12] Started handling job
    --[Information] [31/05/2015 07:55:12] Preprocessing
    --[Information] [31/05/2015 07:55:12] Avisynth input script
    ---[NoImage] LoadPlugin("C:\Users\Administrator\Downloads\MeGUI_2525_x86\tools\avs\plugins\directshowsource.dll")
    ---[NoImage] DirectShowSource("C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
    ---[NoImage] #deinterlace
    ---[NoImage] #crop
    ---[NoImage] LanczosResize(720,304) # Lanczos (Sharp)
    ---[NoImage] #denoise
    --[Information] [31/05/2015 07:55:12] Job commandline: "C:\Users\Administrator\Downloads\MeGUI_2525_x86\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs" -pass1 "C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.stats" -bitrate 1000 -kboost 100 -chigh 30 -clow 15 -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -imin 1 -pmin 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1 -threads 1 
    --[Information] [31/05/2015 07:55:12] Process started
    --[Information] [31/05/2015 07:55:12] Standard output stream
    ---[Information] [31/05/2015 07:55:13] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
    --[Error] [31/05/2015 07:55:12] Standard error stream
    ---[Information] [31/05/2015 07:55:13] Trying to retrieve width and height from input header
    ---[Error] [31/05/2015 07:55:13] xvid [error]: Can't open avi/avs file C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs
    --[Error] [31/05/2015 07:55:13] Process exits with error: 0xFFFFFFFF (-1)
    --[Information] [31/05/2015 07:55:13] Job completed
    Last edited by anime12345; 31st May 2015 at 02:00.

  6. bumppp plz helppp

  7. Lone soldier Cauptain's Avatar
    Join Date
    Jan 2006
    Location
    Brazil
    Search Comp PM
    Easy way: Just install updated build Mega K-lite Pack and go to CODEC TWEAK TOOL, PREFERRED SPLITTERS and set HAALI for all (32 and 64)


    Claudio

  8. Since you are running 64 bit windows: make sure you use all 32 bit or all 64 bit components. For example: 32 bit megui, 32 bit haali, 32 bit codecs.

  9. ok i have done this but now i get this error

    Code:
    -[Information] Log for job1 (video, Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs -> )
    --[Information] [02/06/2015 15:55:51] Started handling job
    --[Information] [02/06/2015 15:55:51] Preprocessing
    -[NoImage] LoadPlugin("C:\Users\Administrator\Downloads\MeGUI_2525_x86\tools\avs\plugins\directshowsource.dll")
    -[NoImage] DirectShowSource("C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
    -[NoImage] #deinterlace
    -[NoImage] #crop
    -[NoImage] LanczosResize(720,304) # Lanczos (Sharp)
    -[NoImage] #denoise
    --[Information] [02/06/2015 15:55:51] Avisynth input script
    --[Information] [02/06/2015 15:55:52] resolution: 720x304
    --[Information] [02/06/2015 15:55:52] frame rate: 24000/1001
    --[Information] [02/06/2015 15:55:52] aspect ratio: 45:19 (2.368)
    --[Information] [02/06/2015 15:55:52] Job command line: "C:\Users\Administrator\Downloads\MeGUI_2525_x86\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs" -pass1 "C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.stats" -bitrate 1000 -max_key_interval 250 -kboost 100 -chigh 30 -clow 15 -bquant_ratio 162 -bquant_offset 0 -vhqmode 4 -bvhq -qpel -nopacked -masking 1 -imin 1 -bmin 1 -pmin 1 -threads 1 -par 1 
    --[Information] [02/06/2015 15:55:52] Process started
    --[Information] [02/06/2015 15:55:52] Standard output stream
    --[Information] [02/06/2015 15:55:52] Standard error stream
    ---[Information] [02/06/2015 15:55:52] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert
    ---[Information] [02/06/2015 15:55:52] Trying to retrieve width and height from input header
    ---[Information] [02/06/2015 15:55:52] Can't open avi/avs file C:\Users\Administrator\Downloads\Big.Hero.6.2014.iTA-ENG.Bluray.1080p.x264-TRL.avs
    --[Error] [02/06/2015 15:55:52] Process exits with error: 0xFFFFFFFF (-1)
    --[Information] [02/06/2015 15:55:53] Job completed

  10. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Just buy Big Hero on blu-ray instead of downloading warez. THen convert the blu-ray to avi. Problem solved.




Similar Threads

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