Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > (Auto) Gordian Knot

Reply
 
Thread Tools Display Modes
Old 3rd December 2003, 06:08   #581  |  Link
Drenhead
Registered User
 
Join Date: Oct 2003
Posts: 6
Large filesize

I tried the 0.6 beta version with Divx and specified a custom filesize of 360 MB. After running, the final filesize was over 1GB. As there something I am doing wrong?
Drenhead is offline   Reply With Quote
Old 3rd December 2003, 07:39   #582  |  Link
GizmoDerMokwai
..uses Linux now...
 
GizmoDerMokwai's Avatar
 
Join Date: Oct 2001
Posts: 109
oh, so i'll have to integrate DivX5 into my tutorial, too, just as Surgat... :P
GizmoDerMokwai is offline   Reply With Quote
Old 3rd December 2003, 07:52   #583  |  Link
Tuning
I'm back! :D
 
Tuning's Avatar
 
Join Date: Aug 2003
Location: The Matrix
Posts: 1,029
Re: Large filesize

Quote:
Originally posted by Drenhead
I tried the 0.6 beta version with Divx and specified a custom filesize of 360 MB. After running, the final filesize was over 1GB. As there something I am doing wrong?
I think quality based one-pass encoding was done. post your complete log file.
Tuning is offline   Reply With Quote
Old 3rd December 2003, 08:45   #584  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,258
Quote:
up to know nearly every player has prblemems with vbr audio,
Hmm.. I think you haven't been in the hardware players forum for a while.. those problems have long been resolved with firmware upgrades. If a player still has problems with such audio, then it belongs to the trash. Even the cheapest players today have no beef with VBR MP3 (I've watched more than my share of such movies on my elta player and after the first firmware upgrade which introduced VBR compatibility, I've never had any problems).

Quote:
an upleasant lack of tolerance for posts such as mine among a few doom9 leaders and mods.
Alright, since there's only one leader (me) I think I deserve an explanation or I take this as an insult against my team. And do it in private please.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline   Reply With Quote
Old 3rd December 2003, 10:45   #585  |  Link
Dreamy
Registered User
 
Join Date: Nov 2003
Posts: 2
Wow, 5 days of paitent waiting and searching.. heres my problem, Audio and video are not syncronized, VBR any rate or fixed any rate. Using Auto Gordian Knot or Gordian Knot with XVid or DivX gives me these results. Re-installed my pc Win2k with DirectX 9b and same results. AMD 1.5 Ghz - 256MB Ram - 128BM video card.

Final Video Details - Perfect Sound, Perfect Video Compression and picture, big size 700MB size perfect. Sound seems to be a 26 Second delay from audio to video sync, sound started first.

Pls Help, Any other details you need?

AVS File

LoadPlugin("C:\PROGRA~1\GKIF4U\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\undot.dll")

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

movie = mpeg2source("D:\Movies\Ice Age\tmp\Ice Age.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=40)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.45868945868946)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 1.45868945868946 : 1.42222222222222
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 8) ? (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=40)
Undot()
LanczosResize(out_width,out_height)

Audio Log File

BeSweet v1.5b23 by DSPguru.
--------------------------
Using azid.dll v1.8 (b825) by Midas (midas@egon.gyaloglo.hu).
Using lame_enc.dll v1.32 (8/8/2003), Engine 3.90 <http://www.mp3dev.org/>.

Logging start : 11/30/03 , 22:51:50.

C:\PROGRA~1\GKIF4U\BeSweet\BeSweet.exe -core( -input D:\Movies\Ice Age\tmp\ICE AGE AC3 T01 3_2ch 448Kbps DELAY 0ms.ac3 -output D:\Movies\Ice Age\tmp\ICE AGE AC3 T01 3_2ch 448Kbps DELAY 0ms.mp3 -logfile D:\Movies\Ice Age\tmp\ICE AGE AC3 T01 3_2ch 448Kbps DELAY 0ms.log ) -ota( -hybridgain ) -azid( -c normal ) -lame( -h --cbr -b 128 ) -profile( GordianKnotItFast4U )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : D:\Movies\Ice Age\tmp\ICE AGE AC3 T01 3_2ch 448Kbps DELAY 0ms.ac3
[00:00:00:000] | Output: D:\Movies\Ice Age\tmp\ICE AGE AC3 T01 3_2ch 448Kbps DELAY 0ms.mp3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] | PostGain normalize to : 0.97
[00:00:00:000] +-------- AZID -------
[00:00:00:000] | Input Channels Mode: 3/2, Bitrate: 448kbps
[00:00:00:000] | Output Stereo mode: Dolby surround compatible
[00:00:00:000] | Total Gain: 10.000dB, Compression: Normal
[00:00:00:000] | LFE levels: To LR -INF, To LFE 0.0dB
[00:00:00:000] | Center mix level: BSI
[00:00:00:000] | Surround mix level: BSI
[00:00:00:000] | Dialog normalization: -4dB
[00:00:00:000] | Rear channels filtering: No
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] +-------- LAME -------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | MP3 bitrate : 128
[00:00:00:000] | Channels Mode : Joint Stereo
[00:00:00:000] | Error Protection: No
[00:00:00:000] +---------------------
[01:17:55:200] Gain of 4.5dB had been asserted to file.
[01:17:55:200] Conversion Completed !
[01:17:55:200] Actual Avg. Bitrate : 128kbps
[00:08:00:000] <-- Transcoding Duration

Logging ends : 11/30/03 , 22:59:50.

GK Log File

[2003/11/30 10:50:01 PM] Input dir: D:\dvd rip\Ice Age
[2003/11/30 10:50:01 PM] Output file: D:\Movies\Ice Age\Ice Age.avi
[2003/11/30 10:50:01 PM] Audio: English
[2003/11/30 10:50:01 PM] Subtitles: none
[2003/11/30 10:50:01 PM] Target size: 700Mb
[2003/11/30 10:50:01 PM] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[2003/11/30 10:50:01 PM] Started encoding.
[2003/11/30 10:50:01 PM] Demuxing and indexing.
[2003/11/30 10:51:50 PM] Encoding audio.
[2003/11/30 10:59:50 PM] Writing the following script to D:\Movies\Ice Age\tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Movies\\Ice Age\\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:\\Movies\\Ice Age\\tmp\\_.avi");
===========================================================
[2003/11/30 10:59:50 PM] Analyzing source.
[2003/11/30 11:06:53 PM] Source has percentage of interlacing in motion areas: 0.20
[2003/11/30 11:06:53 PM] Source is considered to be progressive.
[2003/11/30 11:06:53 PM] Found 117551 frames
[2003/11/30 11:06:53 PM] Audio size: 74807168
[2003/11/30 11:06:53 PM] Overhead: 1395968
[2003/11/30 11:06:53 PM] Video Size: 657800064
[2003/11/30 11:06:53 PM] Running compressibility test.
[2003/11/30 11:06:53 PM] Writing the following script to D:\Movies\Ice Age\tmp\Ice Age_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\undot.dll")

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

movie = mpeg2source("D:\Movies\Ice Age\tmp\Ice Age.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=40)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.45868945868946)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 1.45868945868946 : 1.42222222222222
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 8) ? (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=40)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[2003/11/30 11:06:54 PM] Writing the following script to D:\Movies\Ice Age\tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Movies\\Ice Age\\tmp\\Ice Age_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(0x64697678,0,10000,0);
VirtualDub.video.SetCompData ********Removed To shorten post******** );
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Movies\\Ice Age\\tmp\\Ice Age_comptest.avi");
===========================================================
[2003/11/30 11:14:25 PM] Duration was: 7 minutes 30 seconds
[2003/11/30 11:14:25 PM] Speed was: 13.03 fps.
[2003/11/30 11:14:25 PM] Compressibility percentage is: 82.19
[2003/11/30 11:14:25 PM] Chosen width is: 640
[2003/11/30 11:14:25 PM] Predicted comptest value is: 82.19
[2003/11/30 11:14:25 PM] Running first pass.
[2003/11/30 11:14:25 PM] Writing the following script to D:\Movies\Ice Age\tmp\Ice Age_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\GKIF4U\filters\undot.dll")

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

movie = mpeg2source("D:\Movies\Ice Age\tmp\Ice Age.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=40)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.45868945868946)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 1.45868945868946 : 1.42222222222222
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 8) ? (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=40)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[2003/11/30 11:14:25 PM] Writing the following script to D:\Movies\Ice Age\tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Movies\\Ice Age\\tmp\\Ice Age_movie.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(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(********Removed To shorten post********);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Movies\\Ice Age\\tmp\\Ice Age_movie.avi");
===========================================================
[2003/12/01 01:15:04 AM] Duration was: 2 hours 0 minutes 38 seconds
[2003/12/01 01:15:04 AM] Speed was: 16.24 fps.
[2003/12/01 01:15:04 AM] Expected quality of first pass size: 87.28
[2003/12/01 01:15:04 AM] Running second pass.
[2003/12/01 01:15:04 AM] Writing the following script to D:\Movies\Ice Age\tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Movies\\Ice Age\\tmp\\Ice Age_movie.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(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(1208,"BQAAAKC7DQBPzQkARDpcTW92aWVzXEljZSBBZ2VcdG1wXEljZSBBZ2VfY29kZWMubG9nAHAAXABJAGMAZQAgAEEAZwBlAF8AYwBvAGQAZQBjAC4AbABvAGcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAABQAAABAAAABkAAAAZAAAAAYAAAACAAAAAAAAAAEAAAAsAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAACWAAAAZAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAMAAAACAAAAAwAAAAgQEBAREhUYEBAQEBETFhkQEBESFBYZHRAQEhUYGx8kEREUGB4jKS8SExYbIyw2QRUWGR8pNkZYGBkdJC9BWHMTExMTFBYZHRMTExMUFxoeExMUFRcaHSITExUZHCAlKhQUFxwjKjA4FhcaICo1QE0ZGR0lMEBTaB0eIio4TWiJAAAAAAoAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAHgAAAAEAAAAyAAAAAQAAAPQBAABaAAAAMgAAAAAk9AA8AAAAPAAAAPoAAAABAAAAAAAAAFxoaW50ZmlsZS5tdmgAAABzdGF0czEAAFx2aWRlby5zdGF0cwAAAABzdGF0czIAAFx2aWRlb2drLnN0YXRzAABTb2Z0d2FyZVxHTlVcWHZpRAAAAHFtYXRyaXhfaW50cmEAAABxbWF0cml4X2ludGVyAAAAQ291bGRuJ3QgY3JlYXRlIFhWSURfUkVHX1NVQktFWSAtIAAAY29uZmlnAABDb3VsZG4ndCBvcGVuIHJlZ2lzdHJ5IGtleSBmb3IgZGVsZXRpb24gLSAAAFNvZnR3YXJlXEdOVQAAAABDb3VsZG4ndCBkZWxldGUgcmVnaXN0cnkga2V5IC0gAFh2aUQAAAAAXHZpZGVvZ2suc3RhdHMAAFNvZnR3YXJlXEdOVVxYdmlEAAAAcW1hdHJpeF9pbnRyYQAAAHFtYXRyaXhfaW50ZXIAAABDb3VsZG4ndCBjcmVhdGUgWFZJRF9SRUdfU1VCS0VZIC0gAABjb25maWcAAENvdWxkbid0IG9wZW4gcmVnaXN0cnkga2V5IGZvciBkZWxldGlvbiAtIAAAU29mdHdhcmVcR05VAAAAAENvdWxkbid0IGRlbGV0ZSByZWdpc3RyeSBrZXkgLSAAWHZpRAAAAABCaXRyYXRlIChLYnBzKToAUXVhbGl0eToAAAAAUXVhbnRpemVyOgAARGVzaXJlZCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAABAnAAAQJwAAAAAAAAAAAAAAAAAAAAAAAAAAAAD3AAAAAAAAAAAAAAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("D:\\Movies\\Ice Age\\tmp\\ICE AGE AC3 T01 3_2ch 448Kbps DELAY 0ms.mp3",0x00000202,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.SaveAVI("D:\\Movies\\Ice Age\\Ice Age.avi");
===========================================================
[2003/12/01 03:15:18 AM] Duration was: 2 hours 0 minutes 13 seconds
[2003/12/01 03:15:18 AM] Speed was: 16.30 fps.
[2003/12/01 03:15:18 AM] No splitting required
[2003/12/01 03:15:18 AM] Finished encoding.

Enjoy
Dreamy is offline   Reply With Quote
Old 3rd December 2003, 11:13   #586  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 5,707
Hi and welcome-

Sorry you had to wait so long. Did you use DVDDecrypter in IFO Mode, as you should, and not in File Mode?
manono is offline   Reply With Quote
Old 3rd December 2003, 11:20   #587  |  Link
Dreamy
Registered User
 
Join Date: Nov 2003
Posts: 2
As far as i know, yes. there are ifo files in the directory, will get another dvd and test again. Thanks
Dreamy is offline   Reply With Quote
Old 3rd December 2003, 12:22   #588  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,402
Quote:
Originally posted by r6d2

Do you plan to support minimal Codec setup to select a higher quant for single pass fans?
Quality based encoding? Yes, will do % of max size settings at some point.

Quote:
Originally posted by r6d2

We'll have to invite this guy:
Yep, someone should post there about AutoGK
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 3rd December 2003, 12:27   #589  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,402
Quote:
Originally posted by Tuning

Finally with AutoGk with DivX support!. Wait is over!. Thanks.
May I ask what settings of divx is used by default?
Standard speed, no PV, no preprocessing, B-frames, no QPEL, no GMC - actually for two pass encoding Home Theatre profile is used. Maximum quality is no profiles, no bframes.

I'm evaluating Normal PP as a method for increasing compressibility (since we don't have matrixes in DivX and therefor have 1 less parameter which is adjusted atm)
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ

Last edited by len0x; 3rd December 2003 at 12:55.
len0x is offline   Reply With Quote
Old 3rd December 2003, 12:35   #590  |  Link
Tuning
I'm back! :D
 
Tuning's Avatar
 
Join Date: Aug 2003
Location: The Matrix
Posts: 1,029
Thanks len0x.
EDIT
I meant b-frames = Bidirectional encoding. not GMC. sorry my mistake, which is alrady included.

Last edited by Tuning; 3rd December 2003 at 12:41.
Tuning is offline   Reply With Quote
Old 3rd December 2003, 12:39   #591  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,402
Quote:
Originally posted by Tuning
Thanks len0x, but I think GMC will give better level of detail. (IMO)
very few hardware players (mostly upcoming ones) support GMC...
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 3rd December 2003, 12:54   #592  |  Link
Tuning
I'm back! :D
 
Tuning's Avatar
 
Join Date: Aug 2003
Location: The Matrix
Posts: 1,029
Thanks again.
Tuning is offline   Reply With Quote
Old 3rd December 2003, 13:01   #593  |  Link
XenoDaSouljah
Registered User
 
Join Date: Apr 2003
Location: The Netherlands
Posts: 64
oversized movie divx5.1.1

Hi i tested a band of brothers eps. It was oversized.

Settings where ac3 + divx5.1.1 and 2x700mb.

Code:
[12/2/2003 1:39:25 AM] Input dir: X:\bob\New Folder
[12/2/2003 1:39:25 AM] Output file: F:\bob encode\autogk6.avi
[12/2/2003 1:39:25 AM] Audio: English
[12/2/2003 1:39:25 AM] Subtitles: none
[12/2/2003 1:39:25 AM] Target size: 1400Mb
[12/2/2003 1:39:25 AM] Custom audio settings: AC3
[12/2/2003 1:39:25 AM] Started encoding.
[12/2/2003 1:39:25 AM] Demuxing and indexing.
[12/2/2003 1:41:34 AM] Analyzing source.
[12/2/2003 1:51:25 AM] Source is considered to be interlaced.
[12/2/2003 1:51:25 AM] Analyzing PAL source with different field order.
[12/2/2003 2:01:04 AM] Source is considered to be interlaced.
[12/2/2003 2:01:04 AM] Found 96817 frames
[12/2/2003 2:01:04 AM] Audio size: 185857536
[12/2/2003 2:01:04 AM] Overhead: 3524608
[12/2/2003 2:01:04 AM] Video Size: 1278624256
[12/2/2003 2:01:04 AM] Target bitrate is: 2641kbps
[12/2/2003 2:01:04 AM] Running compressibility test.
[12/2/2003 2:16:43 AM] Duration was: 15 minutes 37 seconds
[12/2/2003 2:16:43 AM] Speed was: 5.16 fps.
[12/2/2003 2:16:43 AM] Compressibility percentage is: 76.56
[12/2/2003 2:16:43 AM] Chosen width is: 704
[12/2/2003 2:16:43 AM] Predicted comptest value is: 76.56
[12/2/2003 2:16:43 AM] Running first pass.
[12/2/2003 4:01:18 AM] Duration was: 1 hour, 44 minutes 34 seconds
[12/2/2003 4:01:18 AM] Speed was: 15.43 fps.
[12/2/2003 4:01:18 AM] Running second pass.
[12/2/2003 5:28:03 AM] Duration was: 1 hour, 26 minutes 44 seconds
[12/2/2003 5:28:03 AM] Speed was: 18.60 fps.
[12/2/2003 5:28:04 AM] Splitting video into: F:\bob encode\autogk6.CD1.avi
[12/2/2003 5:29:02 AM] Splitting video into: F:\bob encode\autogk6.CD2.avi
[12/2/2003 5:29:51 AM] Splitting video into: F:\bob encode\autogk6.CD3.avi
[12/2/2003 5:29:54 AM] Job finihed.
Size cd3 : 30,4mb

Xeno
XenoDaSouljah is offline   Reply With Quote
Old 3rd December 2003, 13:11   #594  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,402
Re: oversized movie divx5.1.1

Quote:
Originally posted by XenoDaSouljah
Hi i tested a band of brothers eps. It was oversized.
I found a problem. Get beta 0.61, not sorry 0.62:
*EDIT* sorry 0.63

http://len0xmirror1.serveftp.net/~le....0.63.beta.zip

P.S. This is why I haven't published it yet in the first post.
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ

Last edited by len0x; 3rd December 2003 at 13:23.
len0x is offline   Reply With Quote
Old 3rd December 2003, 13:27   #595  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,402
all versions of 0.6x are removed for a short while

I found more problems with bitrate...
will be up soon
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 3rd December 2003, 13:33   #596  |  Link
XenoDaSouljah
Registered User
 
Join Date: Apr 2003
Location: The Netherlands
Posts: 64
Re: all versions of 0.6x are removed for a short while

Quote:
Originally posted by len0x
I found more problems with bitrate...
will be up soon
Ok i just hang on then
XenoDaSouljah is offline   Reply With Quote
Old 3rd December 2003, 13:38   #597  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,402
ok 0.64 beta is up

http://len0xmirror1.serveftp.net/~le....0.64.beta.zip
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 3rd December 2003, 13:48   #598  |  Link
XenoDaSouljah
Registered User
 
Join Date: Apr 2003
Location: The Netherlands
Posts: 64
Thanks ! Len0x

Testing....
XenoDaSouljah is offline   Reply With Quote
Old 3rd December 2003, 13:51   #599  |  Link
Surgat
Registered User
 
Join Date: Nov 2003
Posts: 3
I suppose versions 0.6x Beta are based in 0.5 stable version, so all we need to test is divx encoding and not xvid encoding. am i ok?
Surgat is offline   Reply With Quote
Old 3rd December 2003, 14:36   #600  |  Link
satfabio
Registered User
 
Join Date: Nov 2003
Posts: 15
Test AutoGK 6.4 beta

I'm testing AGK6.4b with Codec Divx 5.02 pro.
I prefere maximum quality and of course unlimited size and the
program work very good.
But I think that the best setting for codec divx for quality
is use bidirectional encoding select and 250 on max keyframe
interval.

Best wishes.
Paul
satfabio is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 18:54.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.