Log in

View Full Version : StaxRip / FileNotFound


coinflip
24th February 2008, 15:09
Love this software.

I could not shake this error, posting it below hoping you could shed some light.
I have the full bug report if anymore info is needed.

EDIT: Found a good file splitter, so avoiding the error altogether now.
Still curious as to what caused the error...

System.IO.FileNotFoundException: Could not find file 'C:\Documents and Settings\NASTY\My Documents\My Videos\Temporary Files\2.22.wizards.cavscxdb_Cutting.wav'.
File name: 'C:\Documents and Settings\NASTY\My Documents\My Videos\Temporary Files\2.22.wizards.cavscxdb_Cutting.wav'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.get_Length()
at StaxRip.MainForm.CutPreProcessing(AudioSettings settings)
at StaxRip.MainForm.Encode()
at StaxRip.MainForm.RunJobs()
at StaxRip.MainForm.OpenJobsDialog()
at StaxRip.MainForm.bSkip_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


---------- AviSynth Script ----------

MPEG2Source("C:\Documents and Settings\NASTY\My Documents\My Videos\2.22.wizards.cavscxdb.d2v")
Crop(2,60,-6,-60)
FieldDeinterlace()
BicubicResize(704,384,0,0.5)
Trim(500,18628) + Trim(22728,32978) + Trim(36580,47290) + Trim(52690,66405) + Trim(71284,80314) + Trim(84614,97554) + Trim(101154,112778) + Trim(142678,156944) + Trim(160844,176331) + Trim(181238,194477) + Trim(199957,212857) + Trim(216914,231355) + Trim(235880,248617) + Trim(252237,261377) + Trim(263177,263177) + Trim(263192,278601)

---------- Audio Decoding ----------

"C:\Documents and Settings\NASTY\My Documents\Applications\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\NASTY\My Documents\My Videos\2.22.wizards.cavscxdb.mp2" -output "C:\Documents and Settings\NASTY\My Documents\My Videos\Temporary Files\2.22.wizards.cavscxdb.wav" -2ch )

---------- Audio Decoding Statistics ----------

Start time: 7:50:16 AM
End time: 7:52:36 AM
Duration: 00:02:20
Speed: 2437 fps

---------- Audio Cutting ----------

MPEG2Source("C:\Documents and Settings\NASTY\My Documents\My Videos\2.22.wizards.cavscxdb.d2v")
AudioDub(last,WAVSource("C:\Documents and Settings\NASTY\My Documents\My Videos\Temporary Files\2.22.wizards.cavscxdb.wav"))
Crop(2,60,-6,-60)
FieldDeinterlace()
BicubicResize(704,384,0,0.5)
Trim(500,18628) + Trim(22728,32978) + Trim(36580,47290) + Trim(52690,66405) + Trim(71284,80314) + Trim(84614,97554) + Trim(101154,112778) + Trim(142678,156944) + Trim(160844,176331) + Trim(181238,194477) + Trim(199957,212857) + Trim(216914,231355) + Trim(235880,248617) + Trim(252237,261377) + Trim(263177,263177) + Trim(263192,278601)

---------- Audio Cutting Statistics ----------

Start time: 7:52:37 AM
End time: 7:53:04 AM
Duration: 00:00:26
Speed: 7211 fps

stax76
26th February 2008, 22:49
VDM was running 26 seconds but didn't output the *_Cutting.wav file? There is another way to cut, in the profiles dialog add the following:

[Audio]
Dub AC3 = AudioDub(last,NicAC3Source("%audio_file1%"))
Dub WAV = AudioDub(last,WAVSource("%audio_file1%"))

You need the AviSynth plugin for this filter of course and you have to put the filter before the cutting filter. It's not integrated/documented but it should work.

coinflip
28th February 2008, 08:15
I am using mpg-vcr for my cutting, and inputing the output from that.
Rips are turning out nice now.
On a few, at the very end of the process, right after it writes the ISO, getting a mp4box error.
Output .mp4 seems to be fine, but would like to avoid the errors altogether.

Do you have any suggestions for encoding profiles.
I am capping, and encoding sports games.
Using the ce-mainprofile, turns out right were I want it to as far as size and bitrate go, but the two pass encode is taking 6-10 hours to do on my pent 4, 3 ghz.
Thinking about upgrading processors for more speed, but thought maybe I should see if it was something I was doing wrong first.

Thanks for your time.