PDA

View Full Version : I ask for 2 cd1400mb and get 1 cd650mb , Why?


Rommyke
4th May 2004, 23:14
Hi ,

When I tried to decode a certain movie in autgk 1.18 and 1.19 , I ask for 2cd 1400mb but got 1 cd of 650 mb , what went wrong ?
the movie lenght was 2hours and 34minutes, I wanted to put it on 2cd with VBR mp3 sound of 144kbps

Here is the log


[4/05/2004 9:01:37] Input dir: G:\Movie
[4/05/2004 9:01:37] Output file: F:\TheLastSamurai\TheLastSamurai.avi
[4/05/2004 9:01:37] Audio: English
[4/05/2004 9:01:37] Subtitles: none
[4/05/2004 9:01:37] Codec: XviD
[4/05/2004 9:01:37] Target size: 1400Mb
[4/05/2004 9:01:37] Custom resolution settings: fixed width of 576 pixels
[4/05/2004 9:01:37] Custom audio settings: VBR MP3 with average bitrate: 144Kbps
[4/05/2004 9:01:37] Started encoding.
[4/05/2004 9:01:37] Demuxing and indexing.
[4/05/2004 9:04:24] Source seems to be pure FILM.
[4/05/2004 9:04:24] Found 221765 frames
[4/05/2004 9:04:24] Encoding audio.
[4/05/2004 9:26:02] Audio size: 164,636,192 bytes (157.01 Mb)
[4/05/2004 9:26:03] Overhead: 8,870,656 bytes (8.46 Mb)
[4/05/2004 9:26:03] Video size: 1,294,499,552 bytes (1234.53 Mb)
[4/05/2004 9:26:03] Running compressibility test.
[4/05/2004 9:26:03] Writing the following script to F:\TheLastSamurai\gk_tmp\TheLastSamurai_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

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

movie = mpeg2source("F:\TheLastSamurai\gk_tmp\TheLastSamurai.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 1.21518987341772 : 1.18518518518519
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=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[4/05/2004 9:26:03] Writing the following script to F:\TheLastSamurai\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("F:\\TheLastSamurai\\gk_tmp\\TheLastSamurai_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("F:\\TheLastSamurai\\gk_tmp\\TheLastSamurai_comptest.avi");
===========================================================
[4/05/2004 9:34:29] Duration was: 8 minutes 25 seconds
[4/05/2004 9:34:30] Speed was: 21,92 fps.
[4/05/2004 9:34:32] Compressibility percentage is: 86,28
[4/05/2004 9:34:32] Chosen resolution is: 576x240 ( AR: 2,40 )
[4/05/2004 9:34:32] Predicted comptest value is: 86,28
[4/05/2004 9:34:32] Running first pass.
[4/05/2004 9:34:32] Writing the following script to F:\TheLastSamurai\gk_tmp\TheLastSamurai_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

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

movie = mpeg2source("F:\TheLastSamurai\gk_tmp\TheLastSamurai.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 1.21518987341772 : 1.18518518518519
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=35)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[4/05/2004 9:34:33] Writing the following script to F:\TheLastSamurai\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("F:\\TheLastSamurai\\gk_tmp\\TheLastSamurai_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("F:\\TheLastSamurai\\TheLastSamurai.avi");
===========================================================
[4/05/2004 11:29:27] Duration was: 1 hour, 54 minutes 53 seconds
[4/05/2004 11:29:27] Speed was: 32,17 fps.
[4/05/2004 11:29:27] Expected quality of first pass size: 95,94
[4/05/2004 11:29:27] Running second pass.
[4/05/2004 11:29:27] Writing the following script to F:\TheLastSamurai\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("F:\\TheLastSamurai\\gk_tmp\\TheLastSamurai_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("F:\\TheLastSamurai\\gk_tmp\\THELASTSAMURAI AC3 T01 3_2ch 448Kbps DELAY 0ms.mp3",0x00000202,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,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("F:\\TheLastSamurai\\TheLastSamurai.avi");
===========================================================
[4/05/2004 13:21:17] Duration was: 1 hour, 51 minutes 50 seconds
[4/05/2004 13:21:17] Speed was: 33,05 fps.
[4/05/2004 13:21:18] No splitting required
[4/05/2004 13:21:18] Job finished.


thanks

Wolfman
5th May 2004, 01:28
Just a guess
[4/05/2004 9:26:03] Video size: 1,294,499,552 bytes (1234.53 Mb) Looks like you only have one Vob on disk?? 1/6th of film??

Rommyke
5th May 2004, 08:47
Wolfman ,

I have 6 vob files , ifo included and a total of 4.5GB

manono
5th May 2004, 10:38
Yes, Wolfman, the video size represents the amount of space on the 2 CDs reserved for the video, with the rest being for the audio and overhead.

I can't spot what went wrong. Looks like a job for len0x.

Wolfman
5th May 2004, 18:58
Well done Pike, I'm glad you spotted my mistake! :o

therealjoeblow
5th May 2004, 19:29
check if maybe you accidentally installed the older alpha xvid release (maybe some codec update, or reinstall of autogk v-1.0 full) - significant undersize like this is one of the results of using newer AutoGK's that are designed for xvid 1.0 with older xvid aplha's - that would be my first guess.

Rommyke
6th May 2004, 13:22
I tried both

Now I did an uninstall and reinstall autogk 1.0 full and did an update of 1.18 with xvid 1.0 RC4 and this time everything work fine


Here is the new log

[6/05/2004 0:05:53] Input dir: G:\Movie
[6/05/2004 0:05:53] Output file: G:\Movie\TheLastSamurai.avi
[6/05/2004 0:05:53] Audio: English
[6/05/2004 0:05:53] Subtitles: none
[6/05/2004 0:05:53] Codec: XviD
[6/05/2004 0:05:53] Target size: 1400Mb
[6/05/2004 0:05:53] Custom resolution settings: fixed width of 576 pixels
[6/05/2004 0:05:53] Custom audio settings: VBR MP3 with average bitrate: 144Kbps
[6/05/2004 0:05:53] Started encoding.
[6/05/2004 0:05:53] Demuxing and indexing.
[6/05/2004 0:09:03] Source seems to be pure FILM.
[6/05/2004 0:09:04] Found 221765 frames
[6/05/2004 0:09:04] Encoding audio.
[6/05/2004 0:30:44] Audio size: 164,636,192 bytes (157.01 Mb)
[6/05/2004 0:30:45] Overhead: 8,870,656 bytes (8.46 Mb)
[6/05/2004 0:30:45] Video size: 1,294,499,552 bytes (1234.53 Mb)
[6/05/2004 0:30:46] Running compressibility test.
[6/05/2004 0:30:46] Writing the following script to G:\Movie\gk_tmp\TheLastSamurai_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

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

movie = mpeg2source("G:\Movie\gk_tmp\TheLastSamurai.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 1.21518987341772 : 1.18518518518519
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=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[6/05/2004 0:30:54] Writing the following script to G:\Movie\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("G:\\Movie\\gk_tmp\\TheLastSamurai_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("G:\\Movie\\gk_tmp\\TheLastSamurai_comptest.avi");
===========================================================
[6/05/2004 0:37:56] Duration was: 7 minutes 2 seconds
[6/05/2004 0:37:57] Speed was: 26,25 fps.
[6/05/2004 0:37:57] Compressibility percentage is: 87,07
[6/05/2004 0:37:57] Chosen resolution is: 576x240 ( AR: 2,40 )
[6/05/2004 0:37:57] Predicted comptest value is: 87,07
[6/05/2004 0:37:57] Running first pass.
[6/05/2004 0:37:57] Writing the following script to G:\Movie\gk_tmp\TheLastSamurai_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")

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

movie = mpeg2source("G:\Movie\gk_tmp\TheLastSamurai.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 1.21518987341772 : 1.18518518518519
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=35)
Undot()
LanczosResize(out_width,out_height)
===========================================================
[6/05/2004 0:37:58] Writing the following script to G:\Movie\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("G:\\Movie\\gk_tmp\\TheLastSamurai_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("G:\\Movie\\TheLastSamurai.avi");
===========================================================
[6/05/2004 1:52:53] Duration was: 1 hour, 14 minutes 54 seconds
[6/05/2004 1:52:53] Speed was: 49,34 fps.
[6/05/2004 1:52:53] Expected quality of first pass size: 87,49
[6/05/2004 1:52:53] Running second pass.
[6/05/2004 1:52:54] Writing the following script to G:\Movie\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("G:\\Movie\\gk_tmp\\TheLastSamurai_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("G:\\Movie\\gk_tmp\\THELASTSAMURAI AC3 T01 3_2ch 448Kbps DELAY 0ms.mp3",0x00000202,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,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("G:\\Movie\\TheLastSamurai.avi");
===========================================================
[6/05/2004 3:33:52] Duration was: 1 hour, 40 minutes 58 seconds
[6/05/2004 3:33:52] Speed was: 36,60 fps.
[6/05/2004 3:33:53] Writing the following script to G:\Movie\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("G:\\Movie\\TheLastSamurai.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
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.Clear();
VirtualDub.subset.AddRange(0,125508);
VirtualDub.SaveAVI("G:\\Movie\\TheLastSamurai.cd1.avi");
===========================================================
[6/05/2004 3:33:53] Splitting video into: G:\Movie\TheLastSamurai.cd1.avi
[6/05/2004 3:35:39] Writing the following script to G:\Movie\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("G:\\Movie\\TheLastSamurai.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,1);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,1,0,0);
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.Clear();
VirtualDub.subset.AddRange(125508,96044);
VirtualDub.SaveAVI("G:\\Movie\\TheLastSamurai.cd2.avi");
===========================================================
[6/05/2004 3:35:39] Splitting video into: G:\Movie\TheLastSamurai.cd2.avi
[6/05/2004 3:37:20] Job finished.

Still don't know what went wrong, first time this happend to me