Log in

View Full Version : encoding problems with autoGk


G-nome001
26th June 2004, 13:43
Hi,

I've got a problem when I try to rip with AutoGK in DivX 5.1.
When the program has to encode a error message appears :" Video compression error : An unknown error occured (may be corrupted data) error code 100" , and the rip fail
Can anybody tell me how to solve it?
Thanks all for your help.
See u.

G-nome

manono
26th June 2004, 15:44
Hello, and welcome to the forum-

Are you sure that you have the DivX codec installed? Open VDubMod and then go Video->Compression and make sure it's listed among the codecs.

G-nome001
26th June 2004, 18:18
yes Divx codec is listed. Do u have anyother idea?

manono
26th June 2004, 23:37
Hi-

See if any of this applies to you:

http://forum.doom9.org/showthread.php?s=&threadid=48936

It's for GKnot, but it probably applies to AutoGK as well. You may have to edit the registry and/or uninstall and then reinstall DivX. Or it could be a path naming problem, with unusual characters or something like that.

Also take the .avs that AutoGK makes and open it in VDubMod and see if it gives you an error message. I don't think it will, because I think your problem occurs at the beginning of the second pass, but it's worth a try.

Is this happening with all rips, or just this one? Or is this your first time trying AutoGK? If it's the first and so far only rip you've made, you might try another movie to see if the problem repeats.

And please post the log file so we can see if there's anything else strange in there.

G-nome001
27th June 2004, 07:21
hi,

here is the log file:

[24/06/2004 8:05:42] AutoGK 1.25
[24/06/2004 8:05:42] OS: WinXP (5.1.2600).2
[24/06/2004 8:05:42] Job started.
[24/06/2004 8:05:42] Input dir: D:\Film\Decrypted movies\pulp
[24/06/2004 8:05:42] Output file: D:\Film\Decrypted movies\pulp\le_film\pulp fiction.avi
[24/06/2004 8:05:42] Audio: Français
[24/06/2004 8:05:42] Subtitles: none
[24/06/2004 8:05:42] Codec: DivX
[24/06/2004 8:05:42] Target size: 700Mb
[24/06/2004 8:05:42] Started encoding.
[24/06/2004 8:05:42] Demuxing and indexing.
[24/06/2004 8:10:38] Analyzing source.
[24/06/2004 8:10:38] Writing the following script to D:\Film\Decrypted movies\pulp\le_film\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Film\\Decrypted movies\\pulp\\le_film\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Film\\Decrypted movies\\pulp\\le_film\\gk_tmp\\_.avi");
===========================================================
[24/06/2004 11:08:09] Source has percentage of interlacing in motion areas: 0,00
[24/06/2004 11:08:09] Source is considered to be progressive.
[24/06/2004 11:08:10] Found 222051 frames
[24/06/2004 11:08:10] Encoding audio.
[24/06/2004 12:21:22] Audio size: 140,556,608 bytes (134.05 Mb)
[24/06/2004 12:21:22] Overhead: 14,325,248 bytes (13.66 Mb)
[24/06/2004 12:21:22] Video size: 579,121,344 bytes (552.29 Mb)
[24/06/2004 12:21:22] Target bitrate is: 522kbps
[24/06/2004 12:21:22] Running compressibility test.
[24/06/2004 12:21:23] Writing the following script to D:\Film\Decrypted movies\pulp\le_film\gk_tmp\pulp fiction_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\video\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\video\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\video\AutoGK\filters\undot.dll")

function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }

movie = mpeg2source("D:\Film\Decrypted movies\pulp\le_film\gk_tmp\pulp fiction.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.45868945868946)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.45868945868946
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 640
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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(280,14)
===========================================================
[24/06/2004 12:21:25] Writing the following script to D:\Film\Decrypted movies\pulp\le_film\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Film\\Decrypted movies\\pulp\\le_film\\gk_tmp\\pulp fiction_comptest.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Film\\Decrypted movies\\pulp\\le_film\\gk_tmp\\pulp fiction_comptest.avi");
===========================================================
[24/06/2004 12:24:21] Duration was: 2 minutes 56 seconds
[24/06/2004 12:24:21] Speed was: 63,03 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[24/06/2004 12:24:21] Job finished.



The problems only occures when I use Divx 5.1 codec!When I use Xvid codec it rip perfectly .
I opened , as u said, the avs file with Vdub and run the rip but the same error message appears and it still doesn't work.
Please help me...... ;)
Thx for giving me your time.
See u
G-nome

manono
27th June 2004, 09:34
Hi-

I think you've determined it's not an AutoGK problem, but a DivX problem. I'd first suggest uninstalling and then reinstalling DivX. If that doesn't work, then next I'd suggest doing the registry trick mentioned in the link above. Good luck.

SeeMoreDigital
27th June 2004, 11:58
You might also want to try DivX's official 'BigFix' tool (http://www.btinternet.com/~digital56k/BigFix1.6b.exe).

For more information look here: - http://forums.divx.com/viewtopic.php?topic=54711&forum=1


Cheers

manono
27th June 2004, 13:57
Good one, SMD. I forgot about that one. Thanks.

G-nome001
28th June 2004, 06:38
thx a lot guys but I reinstalled the DivX codec and it works :cool:
Thank u for giving me some of your time.
See u
G-nome