Log in

View Full Version : AutoGK: Star Wars Episode VI all jerky


MelTraX
20th August 2004, 14:20
hi all..

I already started three tries in order to encode Episode VI: Return of the Jedi with AutoGK properly.. Episodes II, IV and V are being encoded well, but the 6th one is all jerked up:

- the resolution is only half the size of normal rips
- there are many blocks which look like data corruption
- the blocks speed up the whole video so that it runs approx. at twice the normal speed but it restarts in the middle so that it's twice in the file but with the original length
- the two audio channels are like they should be - this leads to massive desync with the video being twice as fast but that's the way it should be I guess

If this movie is discussed in another thread, I'm sorry, but my search didn't show up any results.

I don't know if anyone can help me with this problem but I hope this example helps with solving bugs in AutoGK because I REALLY do like this tool.

If there is any other information I should post, please tell me...

This is the "Star Wars VI - Return of the Jedi_agk.log" - hope it helps.

[20.08.2004 06:22:11] AutoGK 1.51b
[20.08.2004 06:22:11] OS: WinXP (5.1.2600).2
[20.08.2004 06:22:11] Job started.
[20.08.2004 06:22:11] Input dir: C:\dvds\StarWarsVI\VIDEO_TS
[20.08.2004 06:22:11] Output file: C:\Dokumente und Einstellungen\MelTraX\Desktop\Star Wars VI - Return of the Jedi.avi
[20.08.2004 06:22:11] Audio: English
[20.08.2004 06:22:11] Audio2: Deutsch
[20.08.2004 06:22:11] Subtitles: none
[20.08.2004 06:22:11] Codec: XviD
[20.08.2004 06:22:11] Target size: 1493Mb
[20.08.2004 06:22:11] Custom audio settings: AC3
[20.08.2004 06:22:11] Started encoding.
[20.08.2004 06:22:11] Demuxing and indexing.
[20.08.2004 06:54:09] Source aspect ratio: 4:3
[20.08.2004 06:54:10] Source resolution: 720x576
[20.08.2004 06:54:10] Found PAL source.
[20.08.2004 06:54:10] Analyzing source.
[20.08.2004 06:54:10] Writing the following script to C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_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("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_tmp\\_.avi");
===========================================================
[20.08.2004 07:18:10] Source has percentage of interlacing in motion areas: 0,25
[20.08.2004 07:18:10] Source is considered to be progressive.
[20.08.2004 07:18:10] Found 193657 frames
[20.08.2004 07:18:10] Audio size: 433,746,432 bytes (413.65 Mb)
[20.08.2004 07:18:10] Audio 2 size: 433,850,368 bytes (413.75 Mb)
[20.08.2004 07:18:10] Overhead: 2,582,016 bytes (2.46 Mb)
[20.08.2004 07:18:10] Video size: 695,345,152 bytes (663.13 Mb)
[20.08.2004 07:18:10] Running compressibility test.
[20.08.2004 07:18:10] Writing the following script to C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\Star Wars VI - Return of the Jedi_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

movie = mpeg2source("C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\Star Wars VI - Return of the Jedi.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34)
fixed_aspect = 1.06666666666667
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)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[20.08.2004 07:18:11] Writing the following script to C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_tmp\\Star Wars VI - Return of the Jedi_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_tmp\\Star Wars VI - Return of the Jedi_comptest.avi");
===========================================================
[20.08.2004 07:37:55] Duration was: 19 minutes 43 seconds
[20.08.2004 07:38:01] Speed was: 8,18 fps.
[20.08.2004 07:38:09] Compressibility percentage is: 14,64
[20.08.2004 07:38:09] Using softer matrix.
[20.08.2004 07:38:10] Using softer resizer.
[20.08.2004 07:38:10] Chosen resolution is: 352x192 ( AR: 1,83 )
[20.08.2004 07:38:10] Predicted comptest value is: 58,56
[20.08.2004 07:38:10] Running first pass.
[20.08.2004 07:38:10] Writing the following script to C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\Star Wars VI - Return of the Jedi_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

movie = mpeg2source("C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\Star Wars VI - Return of the Jedi.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34)
fixed_aspect = 1.06666666666667
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 = 352
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)
Undot()
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[20.08.2004 07:38:14] Writing the following script to C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_tmp\\Star Wars VI - Return of the Jedi_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\Star Wars VI - Return of the Jedi.avi");
===========================================================
[20.08.2004 09:45:47] Duration was: 2 hours 7 minutes 32 seconds
[20.08.2004 09:45:48] Speed was: 25,31 fps.
[20.08.2004 09:45:48] Expected quality of first pass size: 54,25
[20.08.2004 09:45:48] Running second pass.
[20.08.2004 09:45:51] Writing the following script to C:\Dokumente und Einstellungen\MelTraX\Desktop\agk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_tmp\\Star Wars VI - Return of the Jedi_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.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_tmp\\Star Wars VI - Return of the Jedi AC3 T02 3_2ch 448Kbps DELAY 298ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,96,96,1,298);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.video.AddComment(0x00000000,"IAS1","English");
VirtualDub.stream[1].SetSource("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\agk_tmp\\Star Wars VI - Return of the Jedi AC3 T01 3_2ch 448Kbps DELAY 0ms.ac3",0x00000203,0);
VirtualDub.stream[1].SetMode(0);
VirtualDub.stream[1].SetInterleave(1,96,96,1,0);
VirtualDub.stream[1].SetClipMode(1,1);
VirtualDub.stream[1].SetConversion(0,0,0,0,0);
VirtualDub.stream[1].SetVolume();
VirtualDub.stream[1].SetCompression();
VirtualDub.video.AddComment(0x00000000,"IAS2","Deutsch");
VirtualDub.SaveAVI("C:\\Dokumente und Einstellungen\\MelTraX\\Desktop\\Star Wars VI - Return of the Jedi.avi");
===========================================================
[20.08.2004 11:24:53] Duration was: 1 hour, 39 minutes 1 second.
[20.08.2004 11:24:54] Speed was: 32,59 fps.
[20.08.2004 11:24:54] Job finished.

jggimi
20th August 2004, 15:03
Hello, and welcome to the forum.

Twentieth Century Fox will be releasing this film, globally, one month from now. http://www.foxdeutschland.com/dvd/page_intlcms_007401.html

See Rule 6 (http://forum.doom9.org/forum-rules.htm).
See this Announcement (http://forum.doom9.org/announcement.php?s=&forumid=6).

Thread closed.

MelTraX
20th August 2004, 17:19
sorry for the misunderstanding..

the digitally remastered trilogy of Star Wars was on german pay TV several months ago.. I recorded it digitally and burned it to DVD..
As far as I know there is nothing illegal about this as long as it's for my own entertainment and it certainly is..

Now I have a new HDD and I decided to put my movie collection onto it... So I ripped them again and wanted to encode them with AutoGK.. The first two movies are all okay but the third is jerky like described in my last thread (http://forum.doom9.org/showthread.php?s=&threadid=81122)..

I hope someone can help.. Otherwise I have to hope that the official DVDs can be encoded with this beautiful tool when I have bought them..

MelTraX...

jggimi
20th August 2004, 19:32
Thanks for clarification. I've merged the two threads into this one, and re-opened it.

MelTraX
20th August 2004, 19:51
yeah, thanks..

should have mentioned it in the first post..