View Full Version : Auto Gordian Knot: current version 2.55
len0x
13th January 2009, 20:55
Oh, that's a good one with MPC. Not sure where it went, but indeed its not part of the latest installer...
*Edit* I know why - that was an update installer I initially added it to, but not the full one...
And I will look into spaces in the path problem for the preview as well.
len0x
13th January 2009, 21:05
btw, i also found a bug in preview with mpc, for example:
D:\Record\XviD\Married With Children\season 7\test.m2v (says: file not found)
D:\Record\XviD\MarriedWithChildren\season 7\test.m2v (Works fine)
so...like you see i removed those spaces & preview works...what can this be?
Can't reproduce this though. Can you post the log from the preview run please?
den78
13th January 2009, 21:35
well, the log is exactly the same....
[1/13/2009 9:30:58 PM] AutoGK 2.52b
[1/13/2009 9:30:58 PM] OS: WinXP (5.1.2600).2
[1/13/2009 9:30:58 PM] Job started.
[1/13/2009 9:31:00 PM] Processing file: D:\Record\XviD\Married With Children\season 7\test.m2v
[1/13/2009 9:31:00 PM] Source resolution: 720x576
[1/13/2009 9:31:00 PM] Found PAL source.
[1/13/2009 9:31:00 PM] Source aspect ratio: 16:9
[1/13/2009 9:31:00 PM] Output will contain 226 frames
[1/13/2009 9:31:00 PM] Job finished. Total time: 1 second.
& with spaces i get this:
http://i9.tinypic.com/7152y9x.png
len0x
13th January 2009, 22:01
But the file D:\Record\XviD\Married With Children\season 7\agk_tmp\test_preview.avs is there?
den78
13th January 2009, 22:10
But the file D:\Record\XviD\Married With Children\season 7\agk_tmp\test_preview.avs is there?
yes, log:
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
movie = mpeg2source("D:\Record\XviD\Married With Children\season 7\agk_tmp\test.d2v")
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.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 < 1.25) ? 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
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)
djpaulwb
14th January 2009, 00:49
LenOx, the new updates 2.50a and now 2.52b don't seem to be able to handle LPCM audio. It says audio exception and no audio found. I reverted to 2.48b and it had no problem with the same files. By the way, I use the program set at a target percentage for music videos (xvid conversion), and it would sure be nice to have a batch folder option instead of having to add each file individually. Otherwise, I really like this program and thank your for creating it.
progrocktv
14th January 2009, 07:34
LenOx, the new updates 2.50a and now 2.52b don't seem to be able to handle LPCM audio. It says audio exception and no audio found. I reverted to 2.48b and it had no problem with the same files. By the way, I use the program set at a target percentage for music videos (xvid conversion), and it would sure be nice to have a batch folder option instead of having to add each file individually. Otherwise, I really like this program and thank your for creating it.
I'm having the same issue. I can get by with 2.48b for the time being.
len0x
14th January 2009, 21:28
I can't reproduce LPCM issue, so please post the logs.
len0x
14th January 2009, 21:53
well, the log is exactly the same....
[1/13/2009 9:30:58 PM] AutoGK 2.52b
[1/13/2009 9:30:58 PM] OS: WinXP (5.1.2600).2
[1/13/2009 9:30:58 PM] Job started.
[1/13/2009 9:31:00 PM] Processing file: D:\Record\XviD\Married With Children\season 7\test.m2v
[1/13/2009 9:31:00 PM] Source resolution: 720x576
[1/13/2009 9:31:00 PM] Found PAL source.
[1/13/2009 9:31:00 PM] Source aspect ratio: 16:9
[1/13/2009 9:31:00 PM] Output will contain 226 frames
[1/13/2009 9:31:00 PM] Job finished. Total time: 1 second.
& with spaces i get this:
http://i9.tinypic.com/7152y9x.png
This is bizarre, but my log is almost identical and I don't have any problems with that path:
[14/01/2009 20:49:34] AutoGK 2.53b
[14/01/2009 20:49:34] OS: Windows Vista (6.0.6001).2
[14/01/2009 20:49:34] Job started.
[14/01/2009 20:49:34] Indexing input for preview.
[14/01/2009 20:49:36] Processing file: D:\Record\XviD\Married With Children\season 7\test.m2v
[14/01/2009 20:49:36] Source resolution: 720x480
[14/01/2009 20:49:36] Found NTSC source.
[14/01/2009 20:49:36] Source aspect ratio: 16:9
[14/01/2009 20:49:36] Source seems to be pure FILM.
[14/01/2009 20:49:36] Output will contain 5908 frames
[14/01/2009 20:49:36] Job finished. Total time: 2 seconds
The only thing is I don't see "Indexing input for preview" in your log...
den78
15th January 2009, 00:57
yes, there ain't no "Indexing input for preview" in log file, but i get in log window, this example is copied from there:
[1/15/2009 12:27:46 AM] AutoGK 2.52b
[1/15/2009 12:27:46 AM] OS: WinXP (5.1.2600).2
[1/15/2009 12:27:46 AM] Job started.
[1/15/2009 12:27:46 AM] Indexing input for preview.
[1/15/2009 12:27:54 AM] Processing file: D:\Record\XviD\Married With Children\season 7\23.m2v
[1/15/2009 12:27:54 AM] Source resolution: 720x576
[1/15/2009 12:27:54 AM] Found PAL source.
[1/15/2009 12:27:54 AM] Source aspect ratio: 4:3
[1/15/2009 12:27:54 AM] Output will contain 34473 frames
[1/15/2009 12:27:54 AM] Job finished. Total time: 7 seconds
edit:
maybe it's os issue? i see that you are using vista.
progrocktv
15th January 2009, 05:45
Here ya go:
1/14/2009 9:43:38 PM] AutoGK 2.52b
[1/14/2009 9:43:38 PM] OS: WinXP (5.1.2600).2
[1/14/2009 9:43:38 PM] Job started.
[1/14/2009 9:43:38 PM] Input file: F:\Saturday Night Live\Saturday Night Live-Music-Andy Kaufman1.mpg
[1/14/2009 9:43:38 PM] Output file: E:\00 FINISHED AVI\Saturday Night Live-Music-Andy Kaufman1.avi
[1/14/2009 9:43:38 PM] Output codec: XviD
[1/14/2009 9:43:38 PM] Audio 1: Audio Stream 0 PCM
[1/14/2009 9:43:38 PM] Subtitles: none
[1/14/2009 9:43:38 PM] Format: AVI
[1/14/2009 9:43:38 PM] Target quality: 75%
[1/14/2009 9:43:38 PM] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps
[1/14/2009 9:43:38 PM] Started encoding.
[1/14/2009 9:43:38 PM] Demuxing and indexing.
[1/14/2009 9:43:42 PM] Processing file: F:\Saturday Night Live\Saturday Night Live-Music-Andy Kaufman1.mpg
[1/14/2009 9:43:42 PM] Source resolution: 720x480
[1/14/2009 9:43:42 PM] Found NTSC source.
[1/14/2009 9:43:42 PM] Source aspect ratio: 4:3
[1/14/2009 9:43:42 PM] Analyzing source.
[1/14/2009 9:44:00 PM] Source is considered to be interlaced.
[1/14/2009 9:44:00 PM] Output will contain 11697 frames
*************************************
EXCEPTION: Audio is not found.
*************************************
[1/14/2009 9:44:00 PM] Job finished. Total time: 22 seconds
====================================================
len0x
16th January 2009, 19:43
I need a sample of the above MPG file with PCM soundtrack as I tested a dvd rip with LPCM track and that worked just fine...
len0x
16th January 2009, 19:44
edit:
maybe it's os issue? i see that you are using vista.
I doubt, but I will boot up and try in XP.
BigDid
16th January 2009, 21:32
Hi Len0x,
Thanks for the update, trying to get some spare time for encoding, will watch the AGK evolution and try to contribute to the VAQ thread.
Happy new year and my best wishes.
Did
mwvirk
17th January 2009, 13:46
Hi Len0x
thnx for new and updated version.
i got a some doubte here:
your full version of AutoGordianKnot.2.45.Setup is around 8.8MB but newly released beta version AutoGordianKnot.2.52.beta.Setup is 10MB
so, i want to ask is this beta version can b installed without installing 2.45 version and shall i call 2.52beta is update for 2.45 or 2.52beta itself is a full release.
thnx again for sharing great encoding tool.
len0x
17th January 2009, 15:34
it is full version and can be installed without 2.45.
mwvirk
17th January 2009, 18:26
it is full version and can be installed without 2.45.
ok thnx
well u r just upgrading the tool with latest supporting 3rd party software... but do u've any plan to add new features... like activating .divx format back. or adding x264 or .mkv etc:confused:
len0x
18th January 2009, 19:39
New version 2.53b is out with a bunch of bugfixes.
Barough
18th January 2009, 20:23
Thnx a lot for the new beta :)
Don't forget to update the MediaInfo.dll file.
len0x
18th January 2009, 21:15
Any particular reason why I should do that?
Barough
18th January 2009, 21:30
Any particular reason why I should do that?
Noticed that it's a rather old version of it atm and the newer have been improved a lot imo for file info detection etc.
MediaInfo is 'the' tool for file info, so it cant 'hurt' to update it.
progrocktv
18th January 2009, 21:43
Alright looks like it's working now. Thanks a TON! I LOVE this application!
len0x
18th January 2009, 21:46
MediaInfo is 'the' tool for file info, so it cant 'hurt' to update it.
Unfortunately its not the case. I use text file output of the CLI version and if format of that changes then AutoGK will stop working...
Barough
18th January 2009, 21:51
Just though of something.........there is the 'Cartoon Mode' that will drop the VAQ when encoding, but what about adding a special VAQ option so that the user can choose if he/she wants to use it on a specific encode or not instead of that it being automatically used.
Barough
18th January 2009, 21:52
Unfortunately its not the case. I use text file output of the CLI version and if format of that changes then AutoGK will stop working...
Ok, thnx for the info.
den78
18th January 2009, 23:05
thanks 4 the new version len0x
len0x
19th January 2009, 00:48
thanks 4 the new version len0x
does it help the "preview of the path with spaces" problem at all?
len0x
19th January 2009, 00:51
what about adding a special VAQ option so that the user can choose if he/she wants to use it on a specific encode or not instead of that it being automatically used.
Average AutoGK user would not know what VAQ is, so unless it can be proven that VAQ can severely damage good number of encodings I'm against making this an option (to the extent of actually reverting back to not using it all if needed).
spoho
19th January 2009, 01:07
very much for the latest updates and especially the VAQ-Option.
It was one of the reasons why I aborted processing and started encoding manually. The other small differences I use are:
.avs:
out_width = c_width-c_width%16 (for automatic width after autocrop)
and sometimes other noise-filter, "cpu=6" and "Lanczos4Resize"
.mp3:
"-c heavy" for azid and "--preset medium" for Lame
XviD-vfw:
2 b-frames, Quarter Pixel, Quantizer 2.00 to 2.67, VHQ: 4, cartoonmode for credits.
I love your decisions for reducing width, softing with other resizer or switching the matrix. Always very good balanced.
I have to choose it manually to get a target-size-bandwith (700-2000 MB) for my 1-pass quality-based encodings.
BTW: with sceptic results (and up to 7-times longer encoding)
den78
19th January 2009, 02:33
does it help the "preview of the path with spaces" problem at all?
no m8, it's the same & it's very strange ...now i tried this path:
D:\Record\XviD\Highlander\season 3
& the preview doesn't work, but this1 does:
D:\Record\XviD\Highlander\season3
...& you remember this one:
D:\Record\XviD\MarriedWithChildren\season 7
...which works, now i'm really confused.
den78
19th January 2009, 05:01
btw, great job with vaq :)
ess + vaq definitely looks nice.
maybe you could do the same without ess... i mean replacing custom matrix with h263... cause it surely looks noisy now...
& one more thing, is it possible to add external audio (mp3) & just mux it like in GK. If not, could you please think about adding this feature, thanks.
spoho
19th January 2009, 10:54
I used "Xvid-1.1.3-VAQ-27042008" the last months.
VirtualDubMod 1.5.10.1 says nothing about VAQ ('about'-button).
Should "XviD.1.2.1.MTK.VAQ" from 2.53b be updated with "Xvid-1.2.1-VAQ-04122008" from koepi ?
Tests showed: maybe just forgotten to update the correct "version"-name in the release.
Think that this is what is meant as "now working":
http://www.koepi.info/ as he describes in his News (01.01.2009)
len0x
19th January 2009, 21:26
Bummer, I actually didn't bundle 1.2.1 that I have built after I initially build 1.3.0... good spotting that! (but it will still say Vanilla CVS version as I won't change any strings inside although its a proper VAQ+MTK build).
BigDid
19th January 2009, 23:46
btw, great job with vaq :)
ess + vaq definitely looks nice.
maybe you could do the same without ess... i mean replacing custom matrix with h263... cause it surely looks noisy now...
...
Hi,
It seems AGK sharp matrix (Eqm V2) is used with
- Mtk standalone option (normal or sharpmatrix) or
- no standalone + sharpmatrix
at least for the 1 quality pass I made:
[19/01/2009 10:31:30] AutoGK 2.53b
[19/01/2009 10:31:30] OS: WinXP (5.1.2600).2
[19/01/2009 10:31:30] Job started.
[19/01/2009 10:31:30] Input file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 10:31:30] Output file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7 Mtk 100 253 vaq.avi
[19/01/2009 10:31:30] Output codec: XviD
[19/01/2009 10:31:30] Audio: none
[19/01/2009 10:31:30] Subtitles: none
[19/01/2009 10:31:30] Format: AVI
[19/01/2009 10:31:30] Target quality: 100%
[19/01/2009 10:31:30] Standalone support enabled: MTK/Sigma
...
[19/01/2009 10:32:45] Output will contain 17779 frames
[19/01/2009 10:32:45] Using VAQ in XviD
[19/01/2009 10:32:45] Running single pass encoding.
[19/01/2009 11:14:01] AutoGK 2.53b
[19/01/2009 11:14:01] OS: WinXP (5.1.2600).2
[19/01/2009 11:14:01] Job started.
[19/01/2009 11:14:01] Input file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 11:14:01] Output file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7 HomeT sharp 100 253 vaq.avi
[19/01/2009 11:14:01] Output codec: XviD
[19/01/2009 11:14:01] Audio: none
[19/01/2009 11:14:01] Subtitles: none
[19/01/2009 11:14:01] Format: AVI
[19/01/2009 11:14:01] Target quality: 100%
[19/01/2009 11:14:01] Started encoding.
...
[19/01/2009 11:15:21] Output will contain 17779 frames
[19/01/2009 11:15:21] Forcing encoding with sharp matrix.
[19/01/2009 11:15:21] Using VAQ in XviD
[19/01/2009 11:15:21] Running single pass encoding.
I confirm the V2+vaq encode is sharper than the H263 used with the Ess+vaq option.
Some size compared, same encode as above:
No vaq (AGK 2.52)
- H263 encode 156 Mo
- V2 encode 153 Mo
with Vaq (AGK 2.53)
- H263 122 Mo
- V2 124 Mo
I have yet to compare visual quality and try to get all these different rev (portable or not) working.
It seems I have some problems with or related to DGindex after the 248 AGK rev; 248 works at home and office, 252 works at office not at home, 253 portable works at office but not at home ... so quite busy to find what is going on
And thanks to Den78 for the portable revs, great job!
Did
Barough
20th January 2009, 17:20
maybe you could do the same without ess... i mean replacing custom matrix with h263... cause it surely looks noisy now...
I have to agree with den78 on this.
This would be a very nice thing to get.
len0x
20th January 2009, 21:02
I'm not sure what is being suggested and what is the reason for that...
BigDid
20th January 2009, 22:36
;)
Well ,now that I have re-read den78 post, I may have misunderstood his suggestion.
I thought the suggestion was that to encode only with the H263 default matrix was quite restricting (and grainy) so I replied saying that other cqm were used like the AGK sharp matrix (V2)
Atm I am quite satisfied with these possibilities:
- you want H263 -> stick with the ESS SAP option
- you want more flexibility -> go with the MTK SAP option
My further tests confirms that, for 2 pass encoding and with the MTK settings, the usual cqm are used (Soft aka Jawor1cd; sharp aka EqmV2)
On that short Vob, non representative movie + credits, a 720/304 (max width) encoding at +/- 75% quality, 2 pass, with MTK sharp, weight 100Mo, visually quite similar to the 1 pass 100% quality MTK (124Mo).
To get same output without the vaq I need (with AGK 2.52) 130 Mo 2 pass same settings...
That is (on that movie short chunk) 30 % size improvement; AMAZING
What may need to be upgraded is the comptest; the results are often wrong and AGK needs to redo the 1st pass; maybe it is related to the average resized resolution (not max width) used ..?
Also at something approaching 30% size improvement I may want to do more encodes with max width, no resizing and really very little artifacts (but that is just me ;) )
I am well aware that the AGK+Vaq is in construction but already working well, please continue the great job Len0x !
Did
len0x
20th January 2009, 22:47
That's quite fair description, BigDid.
What may need to be upgraded is the comptest; the results are often wrong and AGK needs to redo the 1st pass; maybe it is related to the average resized resolution (not max width) used ..?
Hm... I need more info on this, possibly with some example logs.
BigDid
21st January 2009, 00:39
...
Hm... I need more info on this, possibly with some example logs.
Here we go. After reflexion it may be related to max width and/or sharp cqm..
1st log 2.52 auto, will give 720 width (sharp V2 used)
=============
[20/01/2009 10:08:06] AutoGK 2.52b
[20/01/2009 10:08:06] OS: WinXP (5.1.2600).2
[20/01/2009 10:08:06] Job started.
[20/01/2009 10:08:06] Input file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[20/01/2009 10:08:06] Output file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7 130mo 2pass mtk 252.avi
[20/01/2009 10:08:06] Output codec: XviD
[20/01/2009 10:08:06] Audio: none
[20/01/2009 10:08:06] Subtitles: none
[20/01/2009 10:08:06] Format: AVI
[20/01/2009 10:08:06] Target size: 130Mb
[20/01/2009 10:08:06] Standalone support enabled: MTK/Sigma
[20/01/2009 10:08:06] Started encoding.
[20/01/2009 10:08:06] Demuxing and indexing.
[20/01/2009 10:08:25] Processing file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[20/01/2009 10:08:25] Source resolution: 720x576
[20/01/2009 10:08:25] Found PAL source.
[20/01/2009 10:08:25] Source aspect ratio: 16:9
[20/01/2009 10:08:25] Analyzing source.
[20/01/2009 10:09:28] Source has percentage of interlacing in motion areas: 0,00
[20/01/2009 10:09:28] Source is considered to be progressive.
[20/01/2009 10:09:28] Output will contain 17779 frames
[20/01/2009 10:09:28] Overhead: 0 bytes (0.00 Mb)
[20/01/2009 10:09:28] Video size: 136,314,880 bytes (130.00 Mb)
[20/01/2009 10:09:28] Running compressibility test.
[20/01/2009 10:09:28] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 130mo 2pass mtk 252_comptest.avs
...
===========================================================
[20/01/2009 10:10:09] Duration was: 41 seconds
[20/01/2009 10:10:09] Speed was: 51,86 fps.
[20/01/2009 10:10:09] Compressibility percentage is: 79,32
[20/01/2009 10:10:09] Chosen resolution is: 672x288 ( AR: 2,33 )
[20/01/2009 10:10:09] Predicted comptest value is: 71,35%
[20/01/2009 10:10:09] Running first pass.
[20/01/2009 10:10:09] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 130mo 2pass mtk 252_movie.avs
...
===========================================================
[20/01/2009 10:14:13] Duration was: 4 minutes 3 seconds
[20/01/2009 10:14:13] Speed was: 72,92 fps.
[20/01/2009 10:14:13] Expected quality of first pass size: 89,32%
[20/01/2009 10:14:13] Trying to adjust settings.
[20/01/2009 10:14:13] Chosen resolution is: 720x304 ( AR: 2,37 )
[20/01/2009 10:14:13] Predicted comptest value is: 78,98
[20/01/2009 10:14:13] Re-running first pass.
[20/01/2009 10:14:13] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 130mo 2pass mtk 252_movie.avs
...
===========================================================
[20/01/2009 10:17:45] Duration was: 3 minutes 31 seconds
[20/01/2009 10:17:45] Speed was: 83,88 fps.
[20/01/2009 10:17:45] Expected quality of first pass size: 108,75%
[20/01/2009 10:17:45] Trying to adjust settings.
[20/01/2009 10:17:45] Using sharper matrix
[20/01/2009 10:17:45] Chosen resolution is: 720x304 ( AR: 2,37 )
[20/01/2009 10:17:45] Predicted comptest value is: 81,67
[20/01/2009 10:17:45] Re-running first pass.
[20/01/2009 10:17:45] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 130mo 2pass mtk 252_movie.avs
...
===========================================================
[20/01/2009 10:21:16] Duration was: 3 minutes 30 seconds
[20/01/2009 10:21:16] Speed was: 84,47 fps.
[20/01/2009 10:21:16] Expected quality of first pass size: 82,80%
[20/01/2009 10:21:16] Running second pass.
[20/01/2009 10:26:11] Duration was: 4 minutes 55 seconds
[20/01/2009 10:26:11] Speed was: 60,24 fps.
[20/01/2009 10:26:11] Job finished. Total time: 18 minutes 4 seconds
Comments: 2x 1st pass redo, great quality, nearly no artifacts (no ringing, dot crawls, chroma bleeding), 130Mo
2nd log same encode but with 2.53 (and vaq, sharp V2 used)
==========================
[19/01/2009 14:10:54] AutoGK 2.53b
[19/01/2009 14:10:54] OS: WinXP (5.1.2600).2
[19/01/2009 14:10:54] Job started.
[19/01/2009 14:10:54] Input file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 14:10:54] Output file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7 100mo 2pass mtk 253.avi
[19/01/2009 14:10:54] Output codec: XviD
[19/01/2009 14:10:54] Audio: none
[19/01/2009 14:10:54] Subtitles: none
[19/01/2009 14:10:54] Format: AVI
[19/01/2009 14:10:54] Target size: 100Mb
[19/01/2009 14:10:54] Standalone support enabled: MTK/Sigma
[19/01/2009 14:10:54] Started encoding.
[19/01/2009 14:10:54] Demuxing and indexing.
[19/01/2009 14:11:12] Processing file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 14:11:12] Source resolution: 720x576
[19/01/2009 14:11:12] Found PAL source.
[19/01/2009 14:11:12] Source aspect ratio: 16:9
[19/01/2009 14:11:12] Analyzing source.
[19/01/2009 14:12:10] Source has percentage of interlacing in motion areas: 0,00
[19/01/2009 14:12:10] Source is considered to be progressive.
[19/01/2009 14:12:10] Output will contain 17779 frames
[19/01/2009 14:12:10] Using VAQ in XviD
[19/01/2009 14:12:10] Overhead: 0 bytes (0.00 Mb)
[19/01/2009 14:12:10] Video size: 104,857,600 bytes (100.00 Mb)
[19/01/2009 14:12:10] Running compressibility test.
[19/01/2009 14:12:10] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 100mo 2pass mtk 253_comptest.avs
...
===========================================================
[19/01/2009 14:12:53] Duration was: 42 seconds
[19/01/2009 14:12:53] Speed was: 50,40 fps.
[19/01/2009 14:12:53] Compressibility percentage is: 87,98
[19/01/2009 14:12:53] Chosen resolution is: 704x304 ( AR: 2,32 )
[19/01/2009 14:12:53] Predicted comptest value is: 71,56%
[19/01/2009 14:12:53] Running first pass.
[19/01/2009 14:12:53] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 100mo 2pass mtk 253_movie.avs
...
===========================================================
[19/01/2009 14:17:03] Duration was: 4 minutes 10 seconds
[19/01/2009 14:17:03] Speed was: 71,03 fps.
[19/01/2009 14:17:03] Expected quality of first pass size: 99,63%
[19/01/2009 14:17:03] Trying to adjust settings.
[19/01/2009 14:17:03] Using sharper matrix
[19/01/2009 14:17:03] Chosen resolution is: 720x304 ( AR: 2,37 )
[19/01/2009 14:17:03] Predicted comptest value is: 73,16
[19/01/2009 14:17:03] Re-running first pass.
[19/01/2009 14:17:03] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 100mo 2pass mtk 253_movie.avs
...
===========================================================
[19/01/2009 14:20:37] Duration was: 3 minutes 33 seconds
[19/01/2009 14:20:37] Speed was: 83,21 fps.
[19/01/2009 14:20:37] Expected quality of first pass size: 77,91%
[19/01/2009 14:20:37] Running second pass.
[19/01/2009 14:25:49] Duration was: 5 minutes 12 seconds
[19/01/2009 14:25:49] Speed was: 56,94 fps.
[19/01/2009 14:25:49] Job finished. Total time: 14 minutes 54 seconds
Comments: 1x 1st pass redo, great quality, nearly no artifacts (no ringing, dot crawls, chroma bleeding) 20% less size than reference encode (1pass 100% quality, 124Mo)
3rd encode 2.53, same settings, output is 88mo (sharpV2 asked)
===================================
[19/01/2009 15:22:15] AutoGK 2.53b
[19/01/2009 15:22:15] OS: WinXP (5.1.2600).2
[19/01/2009 15:22:15] Job started.
[19/01/2009 15:22:15] Input file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 15:22:15] Output file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7 88mo 2pass mtk sharp 253.avi
[19/01/2009 15:22:15] Output codec: XviD
[19/01/2009 15:22:15] Audio: none
[19/01/2009 15:22:15] Subtitles: none
[19/01/2009 15:22:15] Format: AVI
[19/01/2009 15:22:15] Target size: 88Mb
[19/01/2009 15:22:15] Standalone support enabled: MTK/Sigma
[19/01/2009 15:22:15] Started encoding.
[19/01/2009 15:22:15] Demuxing and indexing.
[19/01/2009 15:22:31] Processing file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 15:22:31] Source resolution: 720x576
[19/01/2009 15:22:31] Found PAL source.
[19/01/2009 15:22:31] Source aspect ratio: 16:9
[19/01/2009 15:22:31] Analyzing source.
[19/01/2009 15:23:30] Source has percentage of interlacing in motion areas: 0,00
[19/01/2009 15:23:30] Source is considered to be progressive.
[19/01/2009 15:23:30] Output will contain 17779 frames
[19/01/2009 15:23:30] Forcing encoding with sharp matrix.
[19/01/2009 15:23:30] Using VAQ in XviD
[19/01/2009 15:23:30] Overhead: 0 bytes (0.00 Mb)
[19/01/2009 15:23:30] Video size: 92,274,688 bytes (88.00 Mb)
[19/01/2009 15:23:30] Running compressibility test.
[19/01/2009 15:23:30] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 88mo 2pass mtk sharp 253_comptest.avs
...
===========================================================
[19/01/2009 15:24:12] Duration was: 41 seconds
[19/01/2009 15:24:12] Speed was: 51,12 fps.
[19/01/2009 15:24:12] Compressibility percentage is: 60,86
[19/01/2009 15:24:12] Chosen resolution is: 608x256 ( AR: 2,38 )
[19/01/2009 15:24:12] Predicted comptest value is: 68,06%
[19/01/2009 15:24:12] Running first pass.
[19/01/2009 15:24:12] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 88mo 2pass mtk sharp 253_movie.avs
...
===========================================================
[19/01/2009 15:28:05] Duration was: 3 minutes 53 seconds
[19/01/2009 15:28:05] Speed was: 76,06 fps.
[19/01/2009 15:28:06] Expected quality of first pass size: 55,80%
[19/01/2009 15:28:06] Trying to adjust settings.
[19/01/2009 15:28:06] No adjustment is possible
[19/01/2009 15:28:06] Running second pass.
[19/01/2009 15:32:58] Duration was: 4 minutes 52 seconds
[19/01/2009 15:32:58] Speed was: 60,72 fps.
[19/01/2009 15:32:58] Job finished. Total time: 10 minutes 43 seconds
Comments: 1x 1st pass redo, good quality but less details, some artifacts (some ringing, dot crawls and some artifacts on motion scenes) 88Mo being 30% less size than reference encode (1pass 100% quality)
4th encode same setting, output 88Mo, (no sharpmatrix asked)
=============================
[19/01/2009 15:05:19] AutoGK 2.53b
[19/01/2009 15:05:19] OS: WinXP (5.1.2600).2
[19/01/2009 15:05:19] Job started.
[19/01/2009 15:05:19] Input file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 15:05:19] Output file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7 88mo 2pass mtk 253.avi
[19/01/2009 15:05:19] Output codec: XviD
[19/01/2009 15:05:19] Audio: none
[19/01/2009 15:05:19] Subtitles: none
[19/01/2009 15:05:19] Format: AVI
[19/01/2009 15:05:19] Target size: 88Mb
[19/01/2009 15:05:19] Standalone support enabled: MTK/Sigma
[19/01/2009 15:05:19] Started encoding.
[19/01/2009 15:05:19] Demuxing and indexing.
[19/01/2009 15:05:36] Processing file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 15:05:36] Source resolution: 720x576
[19/01/2009 15:05:36] Found PAL source.
[19/01/2009 15:05:36] Source aspect ratio: 16:9
[19/01/2009 15:05:36] Analyzing source.
[19/01/2009 15:06:36] Source has percentage of interlacing in motion areas: 0,00
[19/01/2009 15:06:36] Source is considered to be progressive.
[19/01/2009 15:06:36] Output will contain 17779 frames
[19/01/2009 15:06:36] Using VAQ in XviD
[19/01/2009 15:06:36] Overhead: 0 bytes (0.00 Mb)
[19/01/2009 15:06:36] Video size: 92,274,688 bytes (88.00 Mb)
[19/01/2009 15:06:36] Running compressibility test.
[19/01/2009 15:06:36] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 88mo 2pass mtk 253_comptest.avs
...
===========================================================
[19/01/2009 15:07:20] Duration was: 44 seconds
[19/01/2009 15:07:20] Speed was: 47,74 fps.
[19/01/2009 15:07:20] Compressibility percentage is: 77,42
[19/01/2009 15:07:20] Chosen resolution is: 656x288 ( AR: 2,28 )
[19/01/2009 15:07:20] Predicted comptest value is: 71,33%
[19/01/2009 15:07:20] Running first pass.
[19/01/2009 15:07:20] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 88mo 2pass mtk 253_movie.avs
...
===========================================================
[19/01/2009 15:11:26] Duration was: 4 minutes 5 seconds
[19/01/2009 15:11:26] Speed was: 72,34 fps.
[19/01/2009 15:11:26] Expected quality of first pass size: 76,10%
[19/01/2009 15:11:26] Running second pass.
[19/01/2009 15:16:34] Duration was: 5 minutes 8 seconds
[19/01/2009 15:16:34] Speed was: 57,72 fps.
[19/01/2009 15:16:34] Job finished. Total time: 11 minutes 15 seconds
Comments: no 1st pass redo, medium quality and softer, quite some artifacts ( ringing, dot crawls, chroma bleeding appears, heavy artifacts on motion scenes) 88Mo being 30% less size than reference encode (1pass 100% quality)
5th encode, same settings, output 76Mo (no sharpmatrix asked)
==============================
[19/01/2009 14:48:10] AutoGK 2.53b
[19/01/2009 14:48:10] OS: WinXP (5.1.2600).2
[19/01/2009 14:48:10] Job started.
[19/01/2009 14:48:10] Input file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 14:48:10] Output file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7 76mo 2pass mtk 253.avi
[19/01/2009 14:48:10] Output codec: XviD
[19/01/2009 14:48:10] Audio: none
[19/01/2009 14:48:10] Subtitles: none
[19/01/2009 14:48:10] Format: AVI
[19/01/2009 14:48:10] Target size: 76Mb
[19/01/2009 14:48:10] Standalone support enabled: MTK/Sigma
[19/01/2009 14:48:10] Started encoding.
[19/01/2009 14:48:10] Demuxing and indexing.
[19/01/2009 14:48:33] Processing file: G:\RIP\PLANET_OF_THE_APES_DISC1\VTS_01_7.VOB
[19/01/2009 14:48:33] Source resolution: 720x576
[19/01/2009 14:48:33] Found PAL source.
[19/01/2009 14:48:33] Source aspect ratio: 16:9
[19/01/2009 14:48:33] Analyzing source.
[19/01/2009 14:49:33] Source has percentage of interlacing in motion areas: 0,00
[19/01/2009 14:49:33] Source is considered to be progressive.
[19/01/2009 14:49:33] Output will contain 17779 frames
[19/01/2009 14:49:33] Using VAQ in XviD
[19/01/2009 14:49:33] Overhead: 0 bytes (0.00 Mb)
[19/01/2009 14:49:33] Video size: 79,691,776 bytes (76.00 Mb)
[19/01/2009 14:49:33] Running compressibility test.
[19/01/2009 14:49:33] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 76mo 2pass mtk 253_comptest.avs
...
===========================================================
[19/01/2009 14:50:19] Duration was: 44 seconds
[19/01/2009 14:50:19] Speed was: 47,48 fps.
[19/01/2009 14:50:19] Compressibility percentage is: 66,86
[19/01/2009 14:50:19] Chosen resolution is: 608x256 ( AR: 2,38 )
[19/01/2009 14:50:19] Predicted comptest value is: 74,78%
[19/01/2009 14:50:19] Running first pass.
[19/01/2009 14:50:19] Writing the following script to G:\RIP\PLANET_OF_THE_APES_DISC1\agk_tmp\VTS_01_7 76mo 2pass mtk 253_movie.avs
...
===========================================================
[19/01/2009 14:54:17] Duration was: 3 minutes 58 seconds
[19/01/2009 14:54:17] Speed was: 74,59 fps.
[19/01/2009 14:54:17] Expected quality of first pass size: 63,70%
[19/01/2009 14:54:17] Running second pass.
[19/01/2009 14:58:46] Duration was: 4 minutes 29 seconds
[19/01/2009 14:58:46] Speed was: 66,04 fps.
[19/01/2009 14:58:46] Job finished. Total time: 10 minutes 36 seconds
Comments: no 1st pass redo, average quality and really softer, heavy artifacts ( ringing, dot crawls, chroma bleeding appears, heavy artifacts and blocks on motion scenes) 76Mo being 40% less size than reference encode (1pass 100% quality)
So either I dont remember the depreciation between SharpV2-more size compared to soft cqm-less size; either the Jawor1cd cqm does not really benefit from the VAQ encode ...
Did
BigDid
22nd January 2009, 00:53
Edit for the above post (text too long, impossible to edit the same post)
So either I dont remember the depreciation between SharpV2-more size compared to soft cqm-less size; either the Jawor1cd cqm does not really benefit from the VAQ encode ...
Edit: I took some time to close watch the encodes n°3 and 4 and make similar encodes with AGK 2.52. I have to correct my above statement:
- The soft matrix (Jawor1cd) behaves the same way with 2.52 or 2.53 encodes.
- The sharp matrix (EqmV2) behaves a little better with 2.53 giving less artifacts at lower size/resolution than in 2.52
New conclusion (related to this particular movie chunk) stay with sharpmatrix whenever possible use auto only for lowest size/resolution.
Did
spicediver10191
23rd January 2009, 05:50
len0x,
Just a note to say thanks for resuming development of your most excellent application.
v. 2.53 works just fine for me and after 5 years of encoding I'm still yet to find a Xvid/Divx encoder that works as well and as efficiently as yours.
cheers :)
Johnnypowaa
25th January 2009, 19:01
http://s2b.directupload.net/images/090125/wo382x5h.jpg
This is bug?
Lame 3.98
Taurus
25th January 2009, 20:04
http://s2b.directupload.net/images/090125/wo382x5h.jpg
This is bug?
Lame 3.98
This is what I get:
http://666kb.com/i/b5ux5hsgly1bdssap.png
AGKnot 2.53b
Did you change the Lame encoder somewhere in the path?
Johnnypowaa
25th January 2009, 22:03
no i did not change anything
spoho
26th January 2009, 17:31
while transcoding or if you drag'n drop your lame.exe or your .mp3 into notepad and search for "3.9" you see just can find LAME3.98r or 3.98.2
len0x
1st February 2009, 16:55
2.55 stable is up! Hopefully this would allow me to move one developing new features for it.
OH_NO_ITS_FRODO
1st February 2009, 20:34
great stuff Len0x!!! great program as always! any chance of mov > mp4 support in the future?
Wu-Tang
1st February 2009, 20:50
Hi
I speak english so so, therefore I'm sorry
Help me with:
http://ipicture.ru/uploads/090130/1368/lcUoOfYbDD.jpg
len0x
A big thanks for our programm from Russian users, it's Excellently
Sorry, for my english
len0x
1st February 2009, 21:02
which version are you using, Wu-Tang?
Wu-Tang
1st February 2009, 21:23
lenOx
Quickly...
I'm use 2.45 version.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.