Sinizterguy
19th January 2006, 00:14
Just encoded a movie into .AVi file (2 x 700mb files) and while the video quality is very good, there is no sound.
When I tried to play it with WMP10, it says "... Error downloading Codec"
The setting I used is the standard AC3 codec for the sound. The log is included below
[18/01/2006 19:55:32] AutoGK 2.26
[18/01/2006 19:55:32] OS: WinXP (5.1.2600).2
[18/01/2006 19:55:32] Job started.
[18/01/2006 19:55:32] Input file: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.VOB
[18/01/2006 19:55:32] Output file: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.avi
[18/01/2006 19:55:32] Output codec: XviD
[18/01/2006 19:55:32] Audio 1: Audio Stream 0 AC3
[18/01/2006 19:55:32] Subtitles: none
[18/01/2006 19:55:32] Format: .AVI
[18/01/2006 19:55:32] Target size: 1400Mb
[18/01/2006 19:55:32] Started encoding.
[18/01/2006 19:55:32] Demuxing and indexing.
[18/01/2006 20:02:19] Processing file: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.VOB
[18/01/2006 20:02:19] Source resolution: 720x576
[18/01/2006 20:02:19] Found PAL source.
[18/01/2006 20:02:19] Source aspect ratio: 16:9
[18/01/2006 20:02:20] Analyzing source.
[18/01/2006 20:10:38] Source has percentage of interlacing in motion areas: 0.00
[18/01/2006 20:10:38] Source is considered to be progressive.
[18/01/2006 20:10:38] Output will contain 178449 frames
[18/01/2006 20:10:38] Audio1 size: 399,727,104 bytes (381.21 Mb)
[18/01/2006 20:10:38] Overhead: 1,189,632 bytes (1.13 Mb)
[18/01/2006 20:10:38] Video size: 1,067,089,664 bytes (1017.66 Mb)
[18/01/2006 20:10:38] Running compressibility test.
[18/01/2006 20:10:38] Writing the following script to D:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1_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:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1.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.42222222222222
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 < 1.25) ? 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,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[18/01/2006 20:16:21] Duration was: 5 minutes 42 seconds
[18/01/2006 20:16:21] Speed was: 26.04 fps.
[18/01/2006 20:16:21] Compressibility percentage is: 54.09
[18/01/2006 20:16:21] Chosen resolution is: 608x256 ( AR: 2.38 )
[18/01/2006 20:16:21] Predicted comptest value is: 70.46%
[18/01/2006 20:16:21] Running first pass.
[18/01/2006 20:16:21] Writing the following script to D:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1_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:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1.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.42222222222222
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 < 1.25) ? input_par : (4.0/3.0)
out_width = 608
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)
===========================================================
[18/01/2006 21:18:08] Duration was: 1 hour, 1 minute, 46 seconds
[18/01/2006 21:18:08] Speed was: 48.14 fps.
[18/01/2006 21:18:08] Expected quality of first pass size: 67.42%
[18/01/2006 21:18:08] Running second pass.
[18/01/2006 22:49:45] Duration was: 1 hour, 31 minutes 36 seconds
[18/01/2006 22:49:45] Speed was: 32.46 fps.
[18/01/2006 22:49:46] Splitting video into: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.cd1.avi
[18/01/2006 22:50:45] Splitting video into: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.cd2.avi
[18/01/2006 22:51:57] Job finished. Total time: 2 hours 56 minutes 24 seconds
When I tried to play it with WMP10, it says "... Error downloading Codec"
The setting I used is the standard AC3 codec for the sound. The log is included below
[18/01/2006 19:55:32] AutoGK 2.26
[18/01/2006 19:55:32] OS: WinXP (5.1.2600).2
[18/01/2006 19:55:32] Job started.
[18/01/2006 19:55:32] Input file: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.VOB
[18/01/2006 19:55:32] Output file: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.avi
[18/01/2006 19:55:32] Output codec: XviD
[18/01/2006 19:55:32] Audio 1: Audio Stream 0 AC3
[18/01/2006 19:55:32] Subtitles: none
[18/01/2006 19:55:32] Format: .AVI
[18/01/2006 19:55:32] Target size: 1400Mb
[18/01/2006 19:55:32] Started encoding.
[18/01/2006 19:55:32] Demuxing and indexing.
[18/01/2006 20:02:19] Processing file: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.VOB
[18/01/2006 20:02:19] Source resolution: 720x576
[18/01/2006 20:02:19] Found PAL source.
[18/01/2006 20:02:19] Source aspect ratio: 16:9
[18/01/2006 20:02:20] Analyzing source.
[18/01/2006 20:10:38] Source has percentage of interlacing in motion areas: 0.00
[18/01/2006 20:10:38] Source is considered to be progressive.
[18/01/2006 20:10:38] Output will contain 178449 frames
[18/01/2006 20:10:38] Audio1 size: 399,727,104 bytes (381.21 Mb)
[18/01/2006 20:10:38] Overhead: 1,189,632 bytes (1.13 Mb)
[18/01/2006 20:10:38] Video size: 1,067,089,664 bytes (1017.66 Mb)
[18/01/2006 20:10:38] Running compressibility test.
[18/01/2006 20:10:38] Writing the following script to D:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1_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:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1.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.42222222222222
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 < 1.25) ? 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,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[18/01/2006 20:16:21] Duration was: 5 minutes 42 seconds
[18/01/2006 20:16:21] Speed was: 26.04 fps.
[18/01/2006 20:16:21] Compressibility percentage is: 54.09
[18/01/2006 20:16:21] Chosen resolution is: 608x256 ( AR: 2.38 )
[18/01/2006 20:16:21] Predicted comptest value is: 70.46%
[18/01/2006 20:16:21] Running first pass.
[18/01/2006 20:16:21] Writing the following script to D:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1_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:\SAHARA_PAL_UK\VIDEO_TS\agk_tmp\VTS_01_PGC_01_1.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.42222222222222
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 < 1.25) ? input_par : (4.0/3.0)
out_width = 608
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)
===========================================================
[18/01/2006 21:18:08] Duration was: 1 hour, 1 minute, 46 seconds
[18/01/2006 21:18:08] Speed was: 48.14 fps.
[18/01/2006 21:18:08] Expected quality of first pass size: 67.42%
[18/01/2006 21:18:08] Running second pass.
[18/01/2006 22:49:45] Duration was: 1 hour, 31 minutes 36 seconds
[18/01/2006 22:49:45] Speed was: 32.46 fps.
[18/01/2006 22:49:46] Splitting video into: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.cd1.avi
[18/01/2006 22:50:45] Splitting video into: D:\SAHARA_PAL_UK\VIDEO_TS\VTS_01_PGC_01_1.cd2.avi
[18/01/2006 22:51:57] Job finished. Total time: 2 hours 56 minutes 24 seconds