paramount
5th March 2005, 15:10
Hi.
I'm trying to encode Panic Room, but AutoGK aren't working good...
I want a file with 2400 mb, with 2 audio, all Subtitles, 560 pixels, DivX 5
But ween the job finish, the file is with only 1500mb, but with 2 audio, all Subtitles, 560 pixels.
Video: 1233 kbps.
Audio 1: 448 kbps.
Audio 2: 192 kbps.
[5/3/2005 08:16:56] AutoGK 1.93b
[5/3/2005 08:16:56] OS: WinXP (5.1.2600).2
[5/3/2005 08:16:56] Job started.
[5/3/2005 08:16:56] Input dir: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS
[5/3/2005 08:16:56] Output file: H:\burn_dvd\o_quarto_do_pānico\o_quarto_do_pānico.avi
[5/3/2005 08:16:56] Audio: English
[5/3/2005 08:16:56] Audio2: Portugues
[5/3/2005 08:16:56] Subtitles: all
[5/3/2005 08:16:56] Codec: DivX
[5/3/2005 08:16:56] Target size: 2400Mb
[5/3/2005 08:16:56] Custom resolution settings: fixed width of 560 pixels
[5/3/2005 08:16:56] Custom audio settings: AC3
[5/3/2005 08:16:56] Started encoding.
[5/3/2005 08:16:56] Demuxing and indexing.
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_1.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_2.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_3.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_4.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_5.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_6.VOB
[5/3/2005 08:22:20] Source aspect ratio: 16:9
[5/3/2005 08:22:20] Source resolution: 720x480
[5/3/2005 08:22:20] Found NTSC source.
[5/3/2005 08:22:20] Source seems to be pure FILM.
[5/3/2005 08:22:21] Color correction enabled.
[5/3/2005 08:22:21] Output will contain 161047 frames
[5/3/2005 08:22:21] Preparing subtitles.
[5/3/2005 08:24:49] Compressing subtitles.
[5/3/2005 08:24:59] Audio size: 376,153,344 bytes (358.73 Mb)
[5/3/2005 08:24:59] Audio 2 size: 161,208,576 bytes (153.74 Mb)
[5/3/2005 08:24:59] Overhead: 6,187,520 bytes (5.90 Mb)
[5/3/2005 08:24:59] Subtitles size: 1,704,486 bytes (1.63 Mb)
[5/3/2005 08:24:59] Video size: 1,971,328,474 bytes (1880.01 Mb)
[5/3/2005 08:24:59] Target bitrate is: 2348kbps
[5/3/2005 08:24:59] Running compressibility test.
[5/3/2005 08:24:59] Writing the following script to H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico_comptest.avs
===========================================================
LoadPlugin("C:\ARQUIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico.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)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 560
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)
ColorMatrix("Rec.709->Rec.601",mmx=false,hints=false)
SelectRangeEvery(280,14)
===========================================================
[5/3/2005 08:28:14] Duration was: 3 minutes 14 seconds
[5/3/2005 08:28:14] Speed was: 41,32 fps.
[5/3/2005 08:28:15] Compressibility percentage is: 436,83
[5/3/2005 08:28:15] Switching b-frames off
[5/3/2005 08:28:15] Chosen resolution is: 560x240 ( AR: 2,33 )
[5/3/2005 08:28:15] Predicted comptest value is: 370,43
[5/3/2005 08:28:15] Running first pass.
[5/3/2005 08:28:15] Writing the following script to H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico_movie.avs
===========================================================
LoadPlugin("C:\ARQUIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico.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)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 560
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)
ColorMatrix("Rec.709->Rec.601",mmx=false,hints=false)
===========================================================
[5/3/2005 09:13:23] Duration was: 45 minutes 7 seconds
[5/3/2005 09:13:23] Speed was: 59,48 fps.
[5/3/2005 09:13:23] Running second pass.
[5/3/2005 09:59:39] Duration was: 46 minutes 15 seconds
[5/3/2005 09:59:39] Speed was: 58,02 fps.
[5/3/2005 09:59:39] Job finished. Total time: 1 hour, 42 minutes 43 seconds
AVI File Details
========================================
Name.........:
Filesize.....: 1,504 MB (or 1,540,782 KB or 1,577,760,768 bytes)
Runtime......: 01:51:57 (161,048 fr)
Video Codec..: DivX 5.0
Video Bitrate: 1233 kb/s
Audio Codec..: ac3 (0x2000) Dolby Laboratories, Inc
Audio Bitrate: 448 kb/s (6 ch) CBR
Frame Size...: 560x240 (2.33:1) [=7:3]
I'm trying to encode Panic Room, but AutoGK aren't working good...
I want a file with 2400 mb, with 2 audio, all Subtitles, 560 pixels, DivX 5
But ween the job finish, the file is with only 1500mb, but with 2 audio, all Subtitles, 560 pixels.
Video: 1233 kbps.
Audio 1: 448 kbps.
Audio 2: 192 kbps.
[5/3/2005 08:16:56] AutoGK 1.93b
[5/3/2005 08:16:56] OS: WinXP (5.1.2600).2
[5/3/2005 08:16:56] Job started.
[5/3/2005 08:16:56] Input dir: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS
[5/3/2005 08:16:56] Output file: H:\burn_dvd\o_quarto_do_pānico\o_quarto_do_pānico.avi
[5/3/2005 08:16:56] Audio: English
[5/3/2005 08:16:56] Audio2: Portugues
[5/3/2005 08:16:56] Subtitles: all
[5/3/2005 08:16:56] Codec: DivX
[5/3/2005 08:16:56] Target size: 2400Mb
[5/3/2005 08:16:56] Custom resolution settings: fixed width of 560 pixels
[5/3/2005 08:16:56] Custom audio settings: AC3
[5/3/2005 08:16:56] Started encoding.
[5/3/2005 08:16:56] Demuxing and indexing.
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_1.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_2.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_3.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_4.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_5.VOB
[5/3/2005 08:22:20] Processing file: H:\PANIC_ROOM_SUPERBIT\VIDEO_TS\VTS_01_PGC_01_6.VOB
[5/3/2005 08:22:20] Source aspect ratio: 16:9
[5/3/2005 08:22:20] Source resolution: 720x480
[5/3/2005 08:22:20] Found NTSC source.
[5/3/2005 08:22:20] Source seems to be pure FILM.
[5/3/2005 08:22:21] Color correction enabled.
[5/3/2005 08:22:21] Output will contain 161047 frames
[5/3/2005 08:22:21] Preparing subtitles.
[5/3/2005 08:24:49] Compressing subtitles.
[5/3/2005 08:24:59] Audio size: 376,153,344 bytes (358.73 Mb)
[5/3/2005 08:24:59] Audio 2 size: 161,208,576 bytes (153.74 Mb)
[5/3/2005 08:24:59] Overhead: 6,187,520 bytes (5.90 Mb)
[5/3/2005 08:24:59] Subtitles size: 1,704,486 bytes (1.63 Mb)
[5/3/2005 08:24:59] Video size: 1,971,328,474 bytes (1880.01 Mb)
[5/3/2005 08:24:59] Target bitrate is: 2348kbps
[5/3/2005 08:24:59] Running compressibility test.
[5/3/2005 08:24:59] Writing the following script to H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico_comptest.avs
===========================================================
LoadPlugin("C:\ARQUIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico.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)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 560
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)
ColorMatrix("Rec.709->Rec.601",mmx=false,hints=false)
SelectRangeEvery(280,14)
===========================================================
[5/3/2005 08:28:14] Duration was: 3 minutes 14 seconds
[5/3/2005 08:28:14] Speed was: 41,32 fps.
[5/3/2005 08:28:15] Compressibility percentage is: 436,83
[5/3/2005 08:28:15] Switching b-frames off
[5/3/2005 08:28:15] Chosen resolution is: 560x240 ( AR: 2,33 )
[5/3/2005 08:28:15] Predicted comptest value is: 370,43
[5/3/2005 08:28:15] Running first pass.
[5/3/2005 08:28:15] Writing the following script to H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico_movie.avs
===========================================================
LoadPlugin("C:\ARQUIV~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("H:\burn_dvd\o_quarto_do_pānico\agk_tmp\o_quarto_do_pānico.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)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 560
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)
ColorMatrix("Rec.709->Rec.601",mmx=false,hints=false)
===========================================================
[5/3/2005 09:13:23] Duration was: 45 minutes 7 seconds
[5/3/2005 09:13:23] Speed was: 59,48 fps.
[5/3/2005 09:13:23] Running second pass.
[5/3/2005 09:59:39] Duration was: 46 minutes 15 seconds
[5/3/2005 09:59:39] Speed was: 58,02 fps.
[5/3/2005 09:59:39] Job finished. Total time: 1 hour, 42 minutes 43 seconds
AVI File Details
========================================
Name.........:
Filesize.....: 1,504 MB (or 1,540,782 KB or 1,577,760,768 bytes)
Runtime......: 01:51:57 (161,048 fr)
Video Codec..: DivX 5.0
Video Bitrate: 1233 kb/s
Audio Codec..: ac3 (0x2000) Dolby Laboratories, Inc
Audio Bitrate: 448 kb/s (6 ch) CBR
Frame Size...: 560x240 (2.33:1) [=7:3]