Log in

View Full Version : AutoGK - Undersized files (again sorry)


Skovmose
11th October 2004, 15:34
I know there has been a lot of topics on this - and I've read those I could find as well as the FAQ.
And a lot of the answers makes sence but my example here simply doesnt to me.

I have this DVD that I've ripped so many times in both 1 CD, 2 CD, 3 CD and pr. quality. And everytime it has been way undersized.

I understand that if I try to put it to 3 CD that it wont actually get to fill up 3 CD's because it reaches the point of getting maximum quality at a lower bitrate.
When I did a 3 CD rip the avi would only get to 1.532 GB.

When I did a 2 CD rip the avi got to 944 MB

When I did a _1_ CD rip the avi was only poor 559 MB.

Let's break up the 1 CD rip (559 MB)...
The sound is AC3 and takes up 306 MB of the total 559 MB (448 Kbps).
And then the video was only 252 MB (369 Kbps)...

PLEASE dont tell me that 369 Kbps video is the maximum I can get from this DVD cause that is just LOW :)

I've tried uninstalling everything I have of codecs and ripping tools incl. AutoGK 1.60 (I worked a bit with the normal GK program at first).
Then I rebooted and reinstalled AutoGK 1.60 and XviD ONLY.

But it came up with the same result.

Every rip I've made so far has been undersized. Nothing has come close to the size I wanted (including 1 CD rips).

I know this might be a tough one to crack but if anybody has any idea at all please do fire away :)

Cheers,
Martin

EDIT:
Added screenshot from AVIcodec...
http://www.skovmose.net/temp/avicodec.jpg

jggimi
11th October 2004, 15:35
Hello, and welcome to the Forum!

Please...

:logfile:

Skovmose
11th October 2004, 15:37
I just noticed in the logfile for degronne.avi that I attempted to make it a _2_ CD rip the one that came out at 559 MB...

Here it is...

[30-09-2004 22:46:17] AutoGK 1.60
[30-09-2004 22:46:17] OS: WinXP (5.1.2600).2
[30-09-2004 22:46:17] Job started.
[30-09-2004 22:46:17] Input dir: F:\degronne
[30-09-2004 22:46:17] Output file: F:\degronne\degronne.avi
[30-09-2004 22:46:17] Audio: Dansk
[30-09-2004 22:46:17] Subtitles: Dansk : Wide/Letterbox
[30-09-2004 22:46:17] Codec: XviD
[30-09-2004 22:46:17] Target size: 1400Mb
[30-09-2004 22:46:17] Started encoding.
[30-09-2004 22:46:17] Demuxing and indexing.
[30-09-2004 22:49:41] Processing file: F:\degronne\VTS_01_PGC_01_1.VOB
[30-09-2004 22:49:41] Processing file: F:\degronne\VTS_01_PGC_01_2.VOB
[30-09-2004 22:49:41] Processing file: F:\degronne\VTS_01_PGC_01_3.VOB
[30-09-2004 22:49:41] Processing file: F:\degronne\VTS_01_PGC_01_4.VOB
[30-09-2004 22:49:41] Processing file: F:\degronne\VTS_01_PGC_01_5.VOB
[30-09-2004 22:49:41] Processing file: F:\degronne\VTS_01_PGC_01_6.VOB
[30-09-2004 22:49:41] Source aspect ratio: 16:9
[30-09-2004 22:49:41] Source resolution: 720x576
[30-09-2004 22:49:41] Found PAL source.
[30-09-2004 22:49:42] Analyzing source.
[30-09-2004 22:55:24] Source has percentage of interlacing in motion areas: 0,04
[30-09-2004 22:55:24] Source is considered to be progressive.
[30-09-2004 22:55:24] Found 143507 frames
[30-09-2004 22:55:24] Indexing subtitles.
[30-09-2004 22:58:40] Audio size: 321,450,752 bytes (306.56 Mb)
[30-09-2004 22:58:40] Overhead: 956,672 bytes (0.91 Mb)
[30-09-2004 22:58:40] Video size: 1,145,598,976 bytes (1092.53 Mb)
[30-09-2004 22:58:40] Running compressibility test.
[30-09-2004 22:58:40] Writing the following script to F:\degronne\agk_tmp\degronne_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

movie = mpeg2source("F:\degronne\agk_tmp\degronne.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.42222222222222
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 : (4.0/3.0)
out_width = 704
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)
Undot()
VobSub("F:\degronne\agk_tmp\degronne.idx")
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[30-09-2004 23:07:14] Duration was: 8 minutes 33 seconds
[30-09-2004 23:07:14] Speed was: 13,99 fps.
[30-09-2004 23:07:14] Compressibility percentage is: 129,70
[30-09-2004 23:07:14] Switching b-frames off
[30-09-2004 23:07:14] Chosen resolution is: 720x320 ( AR: 2,25 )
[30-09-2004 23:07:14] Predicted comptest value is: 88,79
[30-09-2004 23:07:14] Running first pass.
[30-09-2004 23:07:14] Writing the following script to F:\degronne\agk_tmp\degronne_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

movie = mpeg2source("F:\degronne\agk_tmp\degronne.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.42222222222222
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 : (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)
Undot()
VobSub("F:\degronne\agk_tmp\degronne.idx")
LanczosResize(out_width,out_height)
===========================================================
[01-10-2004 01:36:34] Duration was: 2 hours 29 minutes 19 seconds
[01-10-2004 01:36:34] Speed was: 16,02 fps.
[01-10-2004 01:36:34] Expected quality of first pass size: 144,61
[01-10-2004 01:36:34] Warning: final AVI will likely be undersized.
[01-10-2004 01:36:34] Running second pass.
[01-10-2004 03:58:00] Duration was: 2 hours 21 minutes 25 seconds
[01-10-2004 03:58:00] Speed was: 16,91 fps.
[01-10-2004 03:58:00] No splitting required
[01-10-2004 03:58:00] Job finished.

buzzqw
11th October 2004, 17:12
maximum quality achivied !

30-09-2004 23:07:14] Duration was: 8 minutes 33 seconds
[30-09-2004 23:07:14] Speed was: 13,99 fps.
[30-09-2004 23:07:14] Compressibility percentage is: 129,70
[30-09-2004 23:07:14] Switching b-frames off
[30-09-2004 23:07:14] Chosen resolution is: 720x320 ( AR: 2,25 )
[30-09-2004 23:07:14] Predicted comptest value is: 88,79


and then

[01-10-2004 01:36:34] Expected quality of first pass size: 144,61
[01-10-2004 01:36:34] Warning: final AVI will likely be undersized.
[01-10-2004 01:36:34] Running second pass.


Sorry

BHH

len0x
11th October 2004, 18:10
Its still looks exactly like problem in FAQ Q 6.3 - so removing XviD completely (i.e. uninstaling and making sure that there is no xvid*.dll in the file system and registry) should help.

Skovmose
11th October 2004, 18:13
len0x,

I already tried that and also did a search for the file and removed it.

I can try it again and if it still doesnt work, I guess I'll have to move my DVD drive over in my old AMD Athlon 1000 MHz computer and see if it gives me the same result.

musicnyman
11th October 2004, 21:04
i had problems like this as well and had to uninstall both xvid and divx. don't know if that helps. here is what i did:

- uninstalled xvid
- uninstalled divx
- made sure all *divx*.dll and *xvid*.dll files were removed from my hard drivers and registry entries
- rebooted
- installed xvid 1.0.2 ONLY, don't need divx anymore.

now works like a charm.

Skovmose
12th October 2004, 10:54
I'm not sure but maybe I didnt get to remove the stuff from the registry.

Anyways - last nights encoding went just fine. Except for the sound being very very low. I have to turn up the volume up very high - so if any program makes a DING or something while I watch the movie I'm gonna get a chock, hehe...

Anybody solution for this?

Cheers!

len0x
12th October 2004, 10:59
Originally posted by Skovmose
Anyways - last nights encoding went just fine. Except for the sound being very very low.

Boost the level of AC3 sound with AC3Filter. http://sourceforge.net/projects/ac3filter

Skovmose
12th October 2004, 11:18
EDIT:
Figured it out - thanks :)