apk
28th July 2006, 18:34
Hello,
Firstly i love AutoGK, before i was using a backwards way to encode which involved TMPGenc, VDMod and some other programs.
Anyway so i capped Top Gear so i could watch it again as i had to go out half way through. I wanted to keep the size at about 700mb with VBR audio of 128kbps. I let it auto size but changed the audio.
After it was done i had a look and everything looked fine although the video could have been a bit more crispy (runnig 19" monitor @ 1600x1200) so that could have something to do with it. But the audio was out of sync, i know this issue has been brought up before but i wanted to explain fully, no one has really had the same issue with DVB-T cap's.
I checked the source file and it was fine, no problems at all.
If anyone has any ideas/suggestions that would be HUGELY appreciated :)
Thank you,
apk
Log file included
-----------------------------------------------------------------------------------------------
[28/07/2006 07:30:43] AutoGK 2.27
[28/07/2006 07:30:43] OS: WinXP (5.1.2600).2
[28/07/2006 07:30:43] Job started.
[28/07/2006 07:30:43] Input file: G:\_BBC TWO_20060716_200116.mpg
[28/07/2006 07:30:43] Output file: G:\_BBC TWO_20060716_200116.avi
[28/07/2006 07:30:43] Output codec: XviD
[28/07/2006 07:30:43] Audio 1: Audio Stream 0 MPEG
[28/07/2006 07:30:43] Subtitles: none
[28/07/2006 07:30:43] Format: .AVI
[28/07/2006 07:30:43] Target size: 700Mb
[28/07/2006 07:30:43] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[28/07/2006 07:30:43] Started encoding.
[28/07/2006 07:30:43] Demuxing and indexing.
[28/07/2006 07:31:59] Processing file: G:\_BBC TWO_20060716_200116.mpg
[28/07/2006 07:31:59] Source resolution: 720x576
[28/07/2006 07:31:59] Found PAL source.
[28/07/2006 07:31:59] Source aspect ratio: 16:9
[28/07/2006 07:31:59] Analyzing source.
[28/07/2006 07:34:10] Source has percentage of interlacing in motion areas: 27.06
[28/07/2006 07:34:10] Source is considered to be interlaced.
[28/07/2006 07:34:10] Output will contain 93459 frames
[28/07/2006 07:34:10] Encoding audio.
[28/07/2006 07:41:19] Audio1 size: 52,029,984 bytes (49.62 Mb)
[28/07/2006 07:41:19] Overhead: 3,738,368 bytes (3.57 Mb)
[28/07/2006 07:41:19] Video size: 678,234,848 bytes (646.82 Mb)
[28/07/2006 07:41:19] Running compressibility test.
[28/07/2006 07:41:19] Writing the following script to G:\agk_tmp\_BBC TWO_20060716_200116_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\agk_tmp\_BBC TWO_20060716_200116.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)
out_width = 640
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
KernelDeInt(movie,order=1,sharp=true)
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)
===========================================================
[28/07/2006 07:44:55] Duration was: 3 minutes 35 seconds
[28/07/2006 07:44:55] Speed was: 21.65 fps.
[28/07/2006 07:44:55] Compressibility percentage is: 51.56
[28/07/2006 07:44:55] Chosen resolution is: 608x352 ( AR: 1.73 )
[28/07/2006 07:44:55] Predicted comptest value is: 56.74%
[28/07/2006 07:44:55] Running first pass.
[28/07/2006 07:44:55] Writing the following script to G:\agk_tmp\_BBC TWO_20060716_200116_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\agk_tmp\_BBC TWO_20060716_200116.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)
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
KernelDeInt(movie,order=1,sharp=true)
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)
===========================================================
[28/07/2006 08:20:07] Duration was: 35 minutes 12 seconds
[28/07/2006 08:20:07] Speed was: 44.24 fps.
[28/07/2006 08:20:07] Expected quality of first pass size: 60.48%
[28/07/2006 08:20:07] Running second pass.
[28/07/2006 09:13:10] Duration was: 53 minutes 2 seconds
[28/07/2006 09:13:10] Speed was: 29.37 fps.
[28/07/2006 09:13:10] Job finished. Total time: 1 hour, 42 minutes 26 seconds
------------------------------------------------------------------------------------------------------------
Firstly i love AutoGK, before i was using a backwards way to encode which involved TMPGenc, VDMod and some other programs.
Anyway so i capped Top Gear so i could watch it again as i had to go out half way through. I wanted to keep the size at about 700mb with VBR audio of 128kbps. I let it auto size but changed the audio.
After it was done i had a look and everything looked fine although the video could have been a bit more crispy (runnig 19" monitor @ 1600x1200) so that could have something to do with it. But the audio was out of sync, i know this issue has been brought up before but i wanted to explain fully, no one has really had the same issue with DVB-T cap's.
I checked the source file and it was fine, no problems at all.
If anyone has any ideas/suggestions that would be HUGELY appreciated :)
Thank you,
apk
Log file included
-----------------------------------------------------------------------------------------------
[28/07/2006 07:30:43] AutoGK 2.27
[28/07/2006 07:30:43] OS: WinXP (5.1.2600).2
[28/07/2006 07:30:43] Job started.
[28/07/2006 07:30:43] Input file: G:\_BBC TWO_20060716_200116.mpg
[28/07/2006 07:30:43] Output file: G:\_BBC TWO_20060716_200116.avi
[28/07/2006 07:30:43] Output codec: XviD
[28/07/2006 07:30:43] Audio 1: Audio Stream 0 MPEG
[28/07/2006 07:30:43] Subtitles: none
[28/07/2006 07:30:43] Format: .AVI
[28/07/2006 07:30:43] Target size: 700Mb
[28/07/2006 07:30:43] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[28/07/2006 07:30:43] Started encoding.
[28/07/2006 07:30:43] Demuxing and indexing.
[28/07/2006 07:31:59] Processing file: G:\_BBC TWO_20060716_200116.mpg
[28/07/2006 07:31:59] Source resolution: 720x576
[28/07/2006 07:31:59] Found PAL source.
[28/07/2006 07:31:59] Source aspect ratio: 16:9
[28/07/2006 07:31:59] Analyzing source.
[28/07/2006 07:34:10] Source has percentage of interlacing in motion areas: 27.06
[28/07/2006 07:34:10] Source is considered to be interlaced.
[28/07/2006 07:34:10] Output will contain 93459 frames
[28/07/2006 07:34:10] Encoding audio.
[28/07/2006 07:41:19] Audio1 size: 52,029,984 bytes (49.62 Mb)
[28/07/2006 07:41:19] Overhead: 3,738,368 bytes (3.57 Mb)
[28/07/2006 07:41:19] Video size: 678,234,848 bytes (646.82 Mb)
[28/07/2006 07:41:19] Running compressibility test.
[28/07/2006 07:41:19] Writing the following script to G:\agk_tmp\_BBC TWO_20060716_200116_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\agk_tmp\_BBC TWO_20060716_200116.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)
out_width = 640
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
KernelDeInt(movie,order=1,sharp=true)
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)
===========================================================
[28/07/2006 07:44:55] Duration was: 3 minutes 35 seconds
[28/07/2006 07:44:55] Speed was: 21.65 fps.
[28/07/2006 07:44:55] Compressibility percentage is: 51.56
[28/07/2006 07:44:55] Chosen resolution is: 608x352 ( AR: 1.73 )
[28/07/2006 07:44:55] Predicted comptest value is: 56.74%
[28/07/2006 07:44:55] Running first pass.
[28/07/2006 07:44:55] Writing the following script to G:\agk_tmp\_BBC TWO_20060716_200116_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("G:\agk_tmp\_BBC TWO_20060716_200116.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)
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
KernelDeInt(movie,order=1,sharp=true)
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)
===========================================================
[28/07/2006 08:20:07] Duration was: 35 minutes 12 seconds
[28/07/2006 08:20:07] Speed was: 44.24 fps.
[28/07/2006 08:20:07] Expected quality of first pass size: 60.48%
[28/07/2006 08:20:07] Running second pass.
[28/07/2006 09:13:10] Duration was: 53 minutes 2 seconds
[28/07/2006 09:13:10] Speed was: 29.37 fps.
[28/07/2006 09:13:10] Job finished. Total time: 1 hour, 42 minutes 26 seconds
------------------------------------------------------------------------------------------------------------