Author Topic: Megui error logs need help  (Read 2523 times)

Offline killers

  • Member
  • Posts: 13
    • View Profile
Megui error logs need help
« on: September 19, 2010, 11:54:00 AM »
Finally 5 days way to long.

I need help my input is .mp4 and this is my error log

[Error] An error occurred
-[Error] Exception message
--[NoImage] DirectShowSource: couldn't open file C:\Users\admin\Desktop\work.mp4:
--[NoImage] Cannot play back the file.  The format is not supported.
-[Error] Stacktrace
--[NoImage]    at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
--[NoImage]    at MeGUI.AviSynthAudioEncoder.encode()
-[Error] Inner exception: null.


.mkv files seam to work fine

Soultion please?

Thanks :)



Offline poisondeathray

  • Member
  • Posts: 90
    • View Profile
Re: Megui error logs need help
« Reply #1 on: September 19, 2010, 01:40:17 PM »
you need to fix your directshow subsystem (make sure you have a directshow mp4splitter , directshow decoder for that mp4 file)

on windows 7 you can use win7dsfiltertweaker to configure some things, and graphstudio to figure out what filters are currently registered and have highest merit . You can use mediainfo to determine what compression is used for the mp4 file

or use a different source filter like ffmpegsource2, instead of directshowsource

Offline Sharktooth

  • Member
  • Posts: 54
    • View Profile
Re: Megui error logs need help
« Reply #2 on: September 19, 2010, 04:32:37 PM »
directshow is not the preferred input method for mp4 files.
use FFMS.

Offline killers

  • Member
  • Posts: 13
    • View Profile
Re: Megui error logs need help
« Reply #3 on: September 19, 2010, 04:38:19 PM »
How do i do that? how do i set the the audio imput method?

Just so you no my program paths are set, that being neroAacEnc and besplit and the build i'm using is 0.3.5.13.


Edit do i need to add them file indexers manually as dgindex, dgavcindex, dgindexnv are grayed out?
« Last Edit: September 19, 2010, 04:42:30 PM by killers »

Offline Sharktooth

  • Member
  • Posts: 54
    • View Profile
Re: Megui error logs need help
« Reply #4 on: September 19, 2010, 05:47:47 PM »
have you read the guides?
indexers are grayed out until you select an input file in the File Indexer tool.

Offline killers

  • Member
  • Posts: 13
    • View Profile
Re: Megui error logs need help
« Reply #5 on: September 19, 2010, 05:52:35 PM »
No can you please point me to the guides. Thanks

I managed to load ffms as my audio, now this is my log file with a new error:

[Error] An error occurred
-[Error] Exception message: Script error: Invalid arguments to function "Audiochannels"
-[Error] Stacktrace
--[NoImage]    at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
--[NoImage]    at MeGUI.AviSynthAudioEncoder.encode()
-[Error] Inner exception: null


Thanks
« Last Edit: September 19, 2010, 05:55:07 PM by killers »

Offline poisondeathray

  • Member
  • Posts: 90
    • View Profile
Re: Megui error logs need help
« Reply #6 on: September 20, 2010, 05:37:48 AM »
post your script

Offline Sharktooth

  • Member
  • Posts: 54
    • View Profile
Re: Megui error logs need help
« Reply #7 on: September 20, 2010, 06:09:31 AM »
first, what you want to do?
second, guides are on forum.doom9.org
third, that error means you fed the avs script to the audio input but obviously the avs script had NO AUDIO.
fourth, before encoding, demux the audio from your mp4 file (with mp4box or yamb) to get your audio stream to encode. as an alternative you can use the DGIndexNV (if you have an nvidia card AND you have a license) that will both index the mp4 and demux the audio track.
fifth, if you didnt read the guides and dont know what all this stuff means, megui is probably not the software you are looking for.

Offline killers

  • Member
  • Posts: 13
    • View Profile
Re: Megui error logs need help
« Reply #8 on: September 20, 2010, 12:22:20 PM »
No it just means i haven't read the guides, i'm pretty sure that megui is the best of it's kind and that's enough to seak to understand! i used sony vegus trial and extracted the audio :) i'm going to look into mp4box and yamb to compare thanks for sharing. I still don't no what all of it means though but i'm getting somewere now and compressing is what i want to do.