View Full Version : Can not write log file
Dreamweaver
23rd August 2002, 14:20
HI!
I'm having the following problem:
When I try to do a compressibility check, virtual dub pops up for about a second and then it say's check finished, but in the LastCompressibilityCheck.log it say the following:
21:48:12: Started DivX5-First Pass: D:\DVDrip\GORDIA~1\LastCompCheck.avs
21:48:22: Finished DivX5-First Pass. Duration: 10 seconds.
21:48:22: Trying to open Log-file.
21:48:22: Error: Could not open E:\dvdrip\starwars_5_perc_D5_NeutralBicubic_534x224.log
21:48:22: Error: Could not count encoded Frames.
21:48:22: Speed: 0.000 Frames per Second.
The directory is not write protected or anything. And When I try to encode the movie otherwise it's the same thing. A message comes up, that the movie could not be written and that's it.
Any ideas?
Alex
hakko504
23rd August 2002, 14:49
Originally posted by Dreamweaver
Any ideas?
Post the .avs and we'll see what we can do. First thing to check is usually that you have all even numbers in the crop though.
Dreamweaver
23rd August 2002, 15:40
You mean LastCompCheck.avs?
Here it is:
#
LoadPlugin("D:\DVDrip\GORDIA~1\mpeg2dec.dll")
#LoadPlugin("D:\DVDrip\GORDIA~1\decomb.dll")
#LoadPlugin("D:\DVDrip\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("D:\DVDrip\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("D:\DVDrip\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#LoadPlugin("D:\DVDrip\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("E:\dvdrip\starwars.d2v")
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide()
#Decimate(cycle=5)
# or use
#InverseTelecine(40,10,15)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING (1)
#FieldDeinterlace()
#
# CROPPING
crop(0,69,718,439)
#
# DEINTERLACING (2)
VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BicubicResize(534,224,0,0.5)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)
Alex
Dreamweaver
23rd August 2002, 15:44
First thing to check is usually that you have all even numbers in the crop though.
I tried it again. Now the resize is 532,224,0.05 not as before 534,224,0.05. Now it seems to work. But 534 seems as even to me as 532, or am i wrong?
Alex
hakko504
23rd August 2002, 15:49
The filename of the .d2v is starwars so I assume this is film content, and in that case you should not need de-interlacing. besides, as you are trying to feed a 439 lines high clip to verticalreduceby2, how many lines would you say you get left? :devil: Just teasing, you need (like I said in my last post) an even number of lines in order to make verticalreduceby2 work.
My suggestion is: Skip de-interlacing. If it doesn't look good, you probably need IVTC if you have NTSC or telecide() (alone) if you have PAL.
hakko504
23rd August 2002, 15:53
No problem with the resize, but the crop should be crop(0,70,718,436)
Dreamweaver
23rd August 2002, 16:25
hey, I just trusted the auto crop button.
Well, well... as my mother always said never trust a machine! :D
Besides, why did it work the second time I tried?
The only thing that I'm aware of changing was the resize to 532 instead of 534. At least the .avs is the same.
manono
23rd August 2002, 16:36
Hi-
Is this DivX 5.02? Horizontal resolution must be a multiple of 4. However, I find neither 532 nor 534 acceptable. I'm sure GKnot didn't give you that resolution, unless you changed the W-module. Default is 32 for a reason.
Dreamweaver
23rd August 2002, 16:43
jep it was the W-Module!
must have chanced it by accident.
You're kinda smart man, huh? :D
THX alot
theReal
24th August 2002, 20:26
Better stick with W:32 H:16 (or at least don't go below 8) - even if your graphics adapter now is able to play some weird resolutions correctly on full screen, you might experience bad surprises on other computers or when you next update your graphics adapter (or drivers).
btw. divx compresses better when H and W are divisible by 8 (because of the block-size)
Dreamweaver
25th August 2002, 11:09
So why is there a range from 2 to 32 at all? If it has to be a multiple of 8, why not just make it 8 fixed, anyway? Why 32 W and 32H or 32W and 16H, at all?
theReal
25th August 2002, 16:18
I don't know what's it with the 32 and 16. However, 32 and 16 are multiples of 8 and it seems that W:32 H:16 has been a kind of standard for computer video, so any graphics adapter can deal with it.
Not long ago I had a Leadtek Winfast Geforce 2MX that wasn't capable of displaying W:32 H:8 encoded videos correctly while my much older Matrox Millenium G200 could even display W:2 H:1 (I'm talking about fullscreen - 100% size is never a problem).
I think a warning in Gknot about all that would be ok (I also started out setting it to W:8 H:4 and now have some videos encoded like that)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.