Log in

View Full Version : Crash when I try multipass encoding


videocheez
22nd March 2003, 02:36
I have been attempting multipass encoding with CCE and when ever I select two or three passes under the multipass VBR tab, CCE will crash. I just gotta see if I get better quality by multipass encoding. the error appears to be at the point where I begin encoding the second pass. I receive an invalid handle error. Here is the last script that I tried.

LoadPlugin("C:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll")
avisource("elor12nb.avi")
BicubicResize(352,480,0.0,0.6)
ConvertToYUY2()
ResampleAudio(44100)

Do you have an suggestion on how to keep CCE from crashing?
Below is copy of the logfile.
cce created.
encoder initialized.
>> received encoding start notification
encoding started at 2003/03/21 07:32:46.
>> received encoding start notification
>> received encoding stop notification
encoding stopped at 2003/03/21 09:48:21.
sync stopped.
fdev0 closed.
fdev1 closed.
uncompressed YUY2.
cce created.
encoder initialized.
>> received encoding start notification
encoding started at 2003/03/21 09:48:38.>> received encoding start notification

>> received encoding stop notification
encoding stopped at 2003/03/21 09:48:46.
cce encoding failed: *** Could not write to the file <\\DON\SharedDocs\shared video\movies\the lord of the rings\lord of rings 1\lord2\elor12nb.mpv> ***
The handle is invalid.


[Windows error code: 0x6 6]
sync stopped.
fdev0 closed.
fdev1 closed.
uncompressed YUY2.
cce created.
encoding canceled.
encoder initialized.
encoding started at 2003/03/21 17:04:46.>> received encoding start notification

>> received encoding start notification
encoding stopped at 2003/03/21 17:04:46.>> received encoding stop notification

sync stopped.
fdev0 closed.
fdev1 closed.
>>>> Performance <<<<
Source : 0.042 seconds (1 frames)
Elapsed: 1.656 seconds
---------------------------------------------------
>> File reading 0.021 1.254 %
>> Decoding 0.000 0.000 %
>> RGB -> YUY2 0.001 0.041 %
---------------------------------------------------
>> MPEG encoding 1.635 98.705 %
fexp thread terminated.
***** Cinema Craft Encoder SP shutting down at 2003/03/21 17:05:09 *****
Thanks in advance,

VC
_________________
This is so much fun!
email: man2fish2nite@yahoo.com

auenf
24th March 2003, 11:11
Originally posted by videocheez
cce encoding failed: *** Could not write to the file <\\DON\SharedDocs\shared video\movies\the lord of the rings\lord of rings 1\lord2\elor12nb.mpv> ***
The handle is invalid.

try not using an UNC path, map to a drive instead if you want to work over the network.

Enf...

videocheez
25th March 2003, 03:17
Whats is the UNC path. Do you mean that my source file should be on the root directory.

Thanks in advance,
VC

auenf
26th March 2003, 12:34
UNC paths are network paths that arent mapped to a drive letter, and appear the the format: \\computer\share

Enf...