bacchusclb
4th December 2006, 12:19
I have twice tried to convert two of my movies and twice gotten the same error and the conversion process fails.
The error says: Fast Write Stream: Couldn't open [filename]. The process cannot access the file because it is being used by another program.
I also noticed this exception in the last portion of the log file -
movie = mpeg2source("[filename]")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 720
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[11/28/2006 9:38:33 AM] Duration was: 7 hours 15 minutes 49 seconds
[11/28/2006 9:38:33 AM] Speed was: 5.65 fps.
*************************************
EXCEPTION: Number of frames is very different from expected. Found 0 frames.
*************************************
[11/28/2006 9:38:33 AM] Job finished. Total time: 9 hours 31 minutes 29 seconds
---
DOes anyone know what might be causing this? I had the exact same problem wiith another movie.
UPDATE: I realized in DVDdecrypter I forgot to check the boxes for include pgc # and angle # in the filename. Could this have anything to do with the problem?
The error says: Fast Write Stream: Couldn't open [filename]. The process cannot access the file because it is being used by another program.
I also noticed this exception in the last portion of the log file -
movie = mpeg2source("[filename]")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
out_width = 720
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[11/28/2006 9:38:33 AM] Duration was: 7 hours 15 minutes 49 seconds
[11/28/2006 9:38:33 AM] Speed was: 5.65 fps.
*************************************
EXCEPTION: Number of frames is very different from expected. Found 0 frames.
*************************************
[11/28/2006 9:38:33 AM] Job finished. Total time: 9 hours 31 minutes 29 seconds
---
DOes anyone know what might be causing this? I had the exact same problem wiith another movie.
UPDATE: I realized in DVDdecrypter I forgot to check the boxes for include pgc # and angle # in the filename. Could this have anything to do with the problem?