View Single Post
Old 2nd April 2007, 04:58   #1217  |  Link
gordonwatts
Gordon
 
Join Date: Jul 2006
Location: Seattle
Posts: 19
FileNotFoundException in middle of NERO encoding

I've not run MeGUI in a while, but I did update everything before I did this test.

I created a avs script and pointed MeGUI at ot. amd tjem selected a single auido info (a .ac3 file). I used the ND ACC encoder, and the NDAAC-HE-64Kbps profile. The job starts encoding the audio and runs for about an hour or so before crashing. The crash is correct -- there is no .mp4 file left behind as output. But the command seems like it must have done something since it ran for an hour (nor can I find the mp4 file in some other location).

Have I done something dumb here?

--> Tried out the LAME MP3 encoder too -- and had the same problem. No .mp3 file seems to have been produced where the jobs expected it. It looks like this is run directly from within the MeGUI.exe -- I'll try staring at the source code...


Processor found!
Starting job job1-1 at 7:18:21 PM
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:

successfully started encoding
Generating jobs. Desired size: 734003200 bytes
Setting desired size of video to 734003200 bytes
Processing ended at 7:53:52 PM
----------------------------------------------------------------------------------------------------------

Log for job job1-1

Channels=2, BitsPerSample=16, SampleRate=48000Hz
C:\Program Files\megui\tools\neroaacenc\neroAacEnc.exe -ignorelength -he -br 64000 -if - -of "Z:\Ninth Configuration\Ninth Configuration T01 2_0ch 192Kbps DELAY 0ms.mp4"Error:
System.IO.FileNotFoundException: Could not find file 'Z:\Ninth Configuration\Ninth Configuration T01 2_0ch 192Kbps DELAY 0ms.mp4'.
File name: 'Z:\Ninth Configuration\Ninth Configuration T01 2_0ch 192Kbps DELAY 0ms.mp4'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.get_Length()
at MeGUI.AudioEncoder.sendStatusUpdateToGUI(StatusUpdate su)
at MeGUI.AviSynthAudioEncoder.raiseEvent(StatusUpdate e)
at MeGUI.AviSynthAudioEncoder.setProgress(Double n, Int32 currentSample)
at MeGUI.AviSynthAudioEncoder.encode()
*************************************************************
* *
* Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder *
* Copyright (C) 2006 Nero AG *
* All Rights Reserved Worldwide *
* *
* Package build date: Feb 12 2007 *
* *
* See -help for a complete list of available parameters. *
* *
*************************************************************

Processed 1591 second

----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs

Last edited by gordonwatts; 3rd April 2007 at 04:48. Reason: More information
gordonwatts is offline