stubbsy
29th May 2006, 17:54
[29/05/2006 17:41:49] Source resolution: 592x320
[29/05/2006 17:41:49] Found NTSC source.
[29/05/2006 17:41:49] Source aspect ratio: 4:3
[29/05/2006 17:41:50] Output will contain 183537 frames
[29/05/2006 17:41:50] Job finished. Total time: 21 seconds
Surely the source aspect ratio is more like 37:20 (which isn't too great) but it's nothing like 4:3 !
I already compiled once thinking "ahh maybe it just says that anyway" but no... i got a very squashed output.
any ideas?:scared:
thanks, stubbsy
stubbsy
29th May 2006, 19:31
Total log (which I aborted when i noticed the "chosen resolution" was the same this time as last time) is here
[29/05/2006 17:42:35] AutoGK 2.27
[29/05/2006 17:42:35] OS: WinXP (5.1.2600).2
[29/05/2006 17:42:35] Job started.
[29/05/2006 17:42:35] Input file: FILENAME.mpg
[29/05/2006 17:42:35] Output file: FILENAME.avi
[29/05/2006 17:42:35] Output codec: XviD
[29/05/2006 17:42:35] Audio 1: Audio Stream 0 MPEG
[29/05/2006 17:42:35] Subtitles: none
[29/05/2006 17:42:35] Format: .AVI
[29/05/2006 17:42:35] Target size: 700Mb
[29/05/2006 17:42:35] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[29/05/2006 17:42:35] Started encoding.
[29/05/2006 17:42:35] Demuxing and indexing.
[29/05/2006 17:43:04] Processing file: FILENAME.mpg
[29/05/2006 17:43:04] Source resolution: 592x320
[29/05/2006 17:43:04] Found NTSC source.
[29/05/2006 17:43:04] Source aspect ratio: 4:3
[29/05/2006 17:43:05] Analyzing MPEG1 NTSC source.
[29/05/2006 17:44:48] Percentage of dupe patterns: 100.00
[29/05/2006 17:44:48] Found 24fps FILM source.
[29/05/2006 17:44:48] Output will contain 146830 frames
[29/05/2006 17:44:48] Encoding audio.
[29/05/2006 18:01:00] Audio1 size: 84,499,656 bytes (80.59 Mb)
[29/05/2006 18:01:00] Overhead: 5,873,152 bytes (5.60 Mb)
[29/05/2006 18:01:00] Video size: 643,630,392 bytes (613.81 Mb)
[29/05/2006 18:01:00] Running compressibility test.
[29/05/2006 18:01:00] Writing the following script to FILENAME_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("FILENAME.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 = 0.720720720720721
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 592
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
Decimate(movie, mode=0)
autocrop(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(300,15)
===========================================================
[29/05/2006 18:07:27] Duration was: 6 minutes 26 seconds
[29/05/2006 18:07:27] Speed was: 18.98 fps.
[29/05/2006 18:07:27] Compressibility percentage is: 51.58
[29/05/2006 18:07:27] Chosen resolution is: 512x384 ( AR: 1.33 )
[29/05/2006 18:07:27] Predicted comptest value is: 69.58%
[29/05/2006 18:07:27] Running first pass.
[29/05/2006 18:07:27] Writing the following script to FILENAME_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
movie = mpeg2source("FILENAME.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 = 0.720720720720721
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 512
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
Decimate(movie, mode=0)
autocrop(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)
===========================================================
[29/05/2006 19:07:37] Duration was: 1 hour, 0 minutes 9 seconds
[29/05/2006 19:07:37] Speed was: 40.68 fps.
[29/05/2006 19:07:37] Expected quality of first pass size: 70.05%
[29/05/2006 19:07:37] Running second pass.
*************************************
EXCEPTION: Job aborted
*************************************
[29/05/2006 19:29:21] Job finished. Total time: 1 hour, 46 minutes 46 seconds
BigDid
29th May 2006, 22:17
[29/05/2006 17:41:49] Source resolution: 592x320...
Surely the source aspect ratio is more like 37:20 (which isn't too great) but it's nothing like 4:3 !
I already compiled once thinking "ahh maybe it just says that anyway" but no... i got a very squashed output...
Hi and welcome to the forum.
1/ Use preview to see if the preview has the "squashed aspect"
2/ Use override input Ar in hidden options (Ctrl+F9) play with it and preview again until satisfaying.
If not play with crop and override input until satisfaying.
Did
stubbsy
29th May 2006, 22:21
Hi and welcome to the forum.
1/ Use preview to see if the preview has the "squashed aspect"
2/ Use override input Ar in hidden options (Ctrl+F9) play with it and preview again until satisfaying.
If not play with crop and override input until satisfaying.
Did
Thanks for replying
1/ The preview has the correct AR, only the finished file is squashed.
2/ Don't know if this is even valid now, as the preview is fine, but the only option in hidden options that is checked is .colorcorrection
Stubbsy
BigDid
30th May 2006, 00:08
Thanks for replying
1/ The preview has the correct AR, only the finished file is squashed...
Then, override input/original could/should keep the aspect ratio.
Did
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.