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 Search this Thread Display Modes
Old 24th August 2005, 21:56   #3861  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
version 2.16 beta is up

Wanted to test new builds of XviD and DGMPGDec before stable release, so please do a stress test. Bugs that are not found before that have a good chance of not being fixed this time
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 26th August 2005, 05:21   #3862  |  Link
Sumster
Registered User
 
Join Date: Sep 2002
Posts: 53
Output Resolution

I just had a question regarding Output resolution and hidden options.

I have a 720x480 MPG-2 input that is recognized as 4:3. I have even set the input resolution forced at 4:3 in the hidden option. I wish to have the output resolution at 320x240 (4:3 for viewing on my PocketPC). Unfortunately, for some reason AutoGK sizes the ouput to 320x208 and the output looked skewed.

Is there any way to force a particular output resolution in the hidden options?

Thanks.
Sumster is offline   Reply With Quote
Old 26th August 2005, 05:34   #3863  |  Link
laserfan
Aging Video Hobbyist
 
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
Audio problems w/2.15b and 2.16b?

For some reason in 2-pass mode BOTH of the 2 audio tracks I like to lay-down are coming-out as MP3, despite that normally I get AC3 as Track 1 and MP3 as Track 2 (using Auto output audio type). Here's a sample log, you can see that both audio tracks are the same size:
[8/25/2005 11:04:56 PM] AutoGK 2.16b
[8/25/2005 11:04:56 PM] OS: WinXP (5.1.2600).2
[8/25/2005 11:04:56 PM] Job started.
[8/25/2005 11:04:56 PM] Input file: E:\Problem scenes\VIDEO_TS\VTS_01_0.IFO
[8/25/2005 11:04:56 PM] Output file: D:\Segment1.avi
[8/25/2005 11:04:56 PM] Output codec: XviD
[8/25/2005 11:04:56 PM] Audio 1: English AC3 6ch
[8/25/2005 11:04:56 PM] Audio 2: English AC3 6ch
[8/25/2005 11:04:56 PM] Subtitles: none
[8/25/2005 11:04:56 PM] Format: .AVI
[8/25/2005 11:04:56 PM] Target size: 65Mb
[8/25/2005 11:04:56 PM] Standalone support enabled: MTK/Sigma
[8/25/2005 11:04:56 PM] Started encoding.
[8/25/2005 11:04:56 PM] Demuxing and indexing.
[8/25/2005 11:05:02 PM] Processing file: E:\Problem scenes\VIDEO_TS\VTS_01_1.VOB
[8/25/2005 11:05:02 PM] Source resolution: 720x480
[8/25/2005 11:05:02 PM] Found NTSC source.
[8/25/2005 11:05:02 PM] Source aspect ratio: 16:9
[8/25/2005 11:05:02 PM] Source seems to be pure FILM.
[8/25/2005 11:05:02 PM] Output will contain 5636 frames
[8/25/2005 11:05:02 PM] Decoding audio.
[8/25/2005 11:05:07 PM] Normalizing audio.
[8/25/2005 11:05:09 PM] Encoding audio.
[8/25/2005 11:05:28 PM] Decoding audio.
[8/25/2005 11:05:34 PM] Normalizing audio.
[8/25/2005 11:05:35 PM] Encoding audio.
[8/25/2005 11:05:55 PM] Audio1 size: 3,578,520 bytes (3.41 Mb)
[8/25/2005 11:05:55 PM] Audio2 size: 3,578,520 bytes (3.41 Mb)
[8/25/2005 11:05:55 PM] Overhead: 450,816 bytes (0.43 Mb)
[8/25/2005 11:05:55 PM] Video size: 60,549,584 bytes (57.74 Mb)
[8/25/2005 11:05:55 PM] Running compressibility test.
[8/25/2005 11:05:55 PM] Writing the following script to D:\agk_tmp\Segment1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("D:\agk_tmp\Segment1.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.18518518518519
c_width = width(cropclip)
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 > 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)
RemoveGrain(mode=2)
SelectRangeEvery(42,15)
===========================================================
[8/25/2005 11:07:29 PM] Duration was: 1 minute, 34 seconds
[8/25/2005 11:07:29 PM] Speed was: 21.56 fps.
[8/25/2005 11:07:29 PM] Compressibility percentage is: 43.86
[8/25/2005 11:07:29 PM] Using softer resizer.
[8/25/2005 11:07:29 PM] Chosen resolution is: 576x320 ( AR: 1.80 )
[8/25/2005 11:07:29 PM] Predicted comptest value is: 55.61
[8/25/2005 11:07:29 PM] Running first pass.
[8/25/2005 11:07:29 PM] Writing the following script to D:\agk_tmp\Segment1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("D:\agk_tmp\Segment1.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.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 576
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)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
===========================================================
[8/25/2005 11:09:18 PM] Duration was: 1 minute, 49 seconds
[8/25/2005 11:09:18 PM] Speed was: 51.66 fps.
[8/25/2005 11:09:18 PM] Expected quality of first pass size: 55.04
[8/25/2005 11:09:18 PM] Running second pass.
[8/25/2005 11:12:38 PM] Duration was: 3 minutes 19 seconds
[8/25/2005 11:12:38 PM] Speed was: 28.19 fps.
[8/25/2005 11:12:38 PM] Job finished. Total time: 7 minutes 42 seconds

When I tried this again in 1-pass mode 75%, it resulted in the expected AC3 and MP3 tracks i.e. it worked fine. But I need to get 2-pass working again.

I wanted to revert to a pre-2.15b version but I just cleaned-out all my recent versions. Any ideas???
laserfan is offline   Reply With Quote
Old 26th August 2005, 08:39   #3864  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
It was always like that in 2 pass mode: either both tracks are the same or in auto mode first one is AC3 only if target size is more than 700Mb...
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 26th August 2005, 08:44   #3865  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
Quote:
Originally Posted by Sumster
Is there any way to force a particular output resolution in the hidden options?
No, if you want to crop wide screen movie to 4:3 or letterbox it - AutoGK is not a tool to go for.
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 26th August 2005, 14:20   #3866  |  Link
laserfan
Aging Video Hobbyist
 
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
Quote:
Originally Posted by len0x
It was always like that in 2 pass mode: either both tracks are the same or in auto mode first one is AC3 only if target size is more than 700Mb...
Thank you; well, this explains it. I was attempting to encode a small portion (100Mb or so) of a movie to check encoding results.

I suppose there is a reason why "no AC3 if <700Mb" but ... well it might be nice to make 2-audio-track Xvids of movie trailers which are usually <100Mb. I will stick to single-pass for these I guess.
laserfan is offline   Reply With Quote
Old 27th August 2005, 00:39   #3867  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
You just can't have AC3/MP3 combo for <=700Mb, but you can have AC3/AC3 if you selected that option in advanced settings.
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 27th August 2005, 10:18   #3868  |  Link
evil ryu
Registered User
 
Join Date: Feb 2004
Posts: 29
What's the difference beetween the Koepi xvid (04/04/2005) and the version that you included in AutoGK 2.16b? Is AutoGK fuly compatible with the Koepi version?
evil ryu is offline   Reply With Quote
Old 1st September 2005, 20:16   #3869  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
Its celtic_druid's CVS builds (change log here: http://celticdruid.no-ip.com/phpBB2/viewtopic.php?t=4) plus MTK profiles done by him as well. Its fully compatible with official beta 2.
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 7th September 2005, 23:04   #3870  |  Link
3ncrypted
Registered User
 
Join Date: Sep 2004
Posts: 56
Is it normal to get different compressibility results when switching between Xvid and Divx?(autogk 2.16b) For example I got compressibility of 107.70 with xvid and 77.04 with Divx 6.(all other settings identical)
3ncrypted is offline   Reply With Quote
Old 8th September 2005, 21:01   #3871  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
yes, divx6 has compressibility of 20-25% lower than divx5 because of changed quantanization
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 9th September 2005, 05:33   #3872  |  Link
qknet
Registered User
 
Join Date: Aug 2005
Posts: 23
Q1: The last time my output avi from AGK 2.16beta was confused by fuse.exe (to make divx media file with switchable subtitle) although I already check "stand-alone" support in Hidden option (MTK i think - what is the difference with ESS, btw?). The fuse's test FAILed but it proceeded anyway. Tecnical information shown in divx player shows that the resultant divx file is NOT certified.

Q2: If I already satisfied with the 1-pass output, how can I set it just to do 1-pass?
qknet is offline   Reply With Quote
Old 9th September 2005, 09:43   #3873  |  Link
Lester Burnham
Registered User
 
Join Date: May 2005
Posts: 67
Quote:
Originally Posted by qknet
Q2: If I already satisfied with the 1-pass output, how can I set it just to do 1-pass?
Use a quality setting for output.

Or read the guide
Lester Burnham is offline   Reply With Quote
Old 9th September 2005, 22:24   #3874  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
@qknet
First, fuse is beta product, second what codec and standalone settings are you using?
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 10th September 2005, 15:36   #3875  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
Version 2.17 beta is up

Give it a good stress test as this is gonna be a stable one soon.
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 10th September 2005, 16:08   #3876  |  Link
bourtzovlakas
dvd.stuff.gr moderator
 
bourtzovlakas's Avatar
 
Join Date: Apr 2004
Location: Greece
Posts: 312
Quote:
If you don't report problems with this latest version in the forum there is a chance that they won't be fixed at all and go to may-be-last-stable release of AutoGK.
Does this mean that the development of AutoGK will stop, after the next stable version?
bourtzovlakas is offline   Reply With Quote
Old 10th September 2005, 16:55   #3877  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
yes...
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 10th September 2005, 17:00   #3878  |  Link
bourtzovlakas
dvd.stuff.gr moderator
 
bourtzovlakas's Avatar
 
Join Date: Apr 2004
Location: Greece
Posts: 312
That 's too bad...



A huge thanks anyway for all the time and effort you put in this wonderful program....

bourtzovlakas is offline   Reply With Quote
Old 10th September 2005, 17:09   #3879  |  Link
len0x
I'm afraid we've to stop
 
len0x's Avatar
 
Join Date: Mar 2003
Location: Amongst mad people
Posts: 5,398
Lets not dramatise for the time being. I'd rather suprise ppl with some unexpected releases than let everybody think I'm still actively developing it. I feel like its taken for granted that AutoGK will go on forever, so its time to stop that feeling
__________________
Gordian Knot Family:
Gordian Knot: website, download
Auto Gordian Knot: Website and download, tutorial, FAQ
len0x is offline   Reply With Quote
Old 10th September 2005, 20:13   #3880  |  Link
Hobojobo
don't blame me!
 
Hobojobo's Avatar
 
Join Date: Mar 2002
Location: Germany
Posts: 276
And the Oscar goes to:

len0x !!!

Thank you for all the work and support.


Never say never...
Hobojobo is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 15:54.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.