The Old Timer
20th March 2006, 06:43
I upgraded to the DIVX bundle with codec 6.1.1.
I encoded a file using AGK because the latest version is said to support the latest divx codec, then had a look at the file using GSOT & it said that the file was produced using version 5 codec. I go to devise manager to look up installed codec & find that 6.1.1 is the only DIVX codec listed. I know that I could have had a version 5 codec on my machine but if it's still on my machine why isn't it listed?
Is Gspot likely to be wrong? I used Gspot version 2.21.2
CWR03
20th March 2006, 08:04
What specific version of AutoGK did you use?
Please post your logfile.
celtic_druid
20th March 2006, 14:48
DivX6 still uses the FourCC DX50. What does the user data say?
The Old Timer
21st March 2006, 02:03
I had been unaware that there was even a log file that was kept. I have seen details of flash by as transcoding took place. I have located a folder called AGK.tmp & looked at whats in it. I can't see in any of these files where it says what codec it used. What is the exact log file that I should be looking for?
BigDid
21st March 2006, 02:57
... I have located a folder called AGK.tmp & looked at whats in it... What is the exact log file that I should be looking for?
Up one level from the AGK.tmp you should have your final .avi file.
the log file will be same name as your final .avi file+ "_agk.log"
Ex: mymovie.avi will give mymovie_agk.log
To share infos quickly and easily, open your logfile with the notepad select all text, copy in clipboard and paste in your doom9 message :cool:
Did
The Old Timer
23rd March 2006, 06:50
I had alraedy discarded the log from previous file but here is the log from another video. I can see that DIVX was used to encode but I can't tell which codec was used. Where does on see that if it's in the log? How about the amount of time needed to create the file is it about average?
Gspor still says I encoded this file with DIVX 5.0 when I have 6.1.1 installed.
[23/03/2006 10:38:27 AM] AutoGK 2.27
[23/03/2006 10:38:27 AM] OS: WinXP (5.1.2600).2
[23/03/2006 10:38:27 AM] Job started.
[23/03/2006 10:38:27 AM] Input file: F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\VTS_01_1.VOB
[23/03/2006 10:38:27 AM] Output file: F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\VTS_01_1.avi
[23/03/2006 10:38:27 AM] Output codec: DivX
[23/03/2006 10:38:27 AM] Audio 1: Audio Stream 0 AC3
[23/03/2006 10:38:27 AM] Subtitles: none
[23/03/2006 10:38:27 AM] Format: .AVI
[23/03/2006 10:38:27 AM] Target size: 1000Mb
[23/03/2006 10:38:27 AM] Started encoding.
[23/03/2006 10:38:27 AM] Demuxing and indexing.
[23/03/2006 10:40:38 AM] Processing file: F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\VTS_01_1.VOB
[23/03/2006 10:40:38 AM] Processing file: F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\VTS_01_2.VOB
[23/03/2006 10:40:38 AM] Processing file: F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\VTS_01_3.VOB
[23/03/2006 10:40:38 AM] Processing file: F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\VTS_01_4.VOB
[23/03/2006 10:40:38 AM] Source resolution: 720x576
[23/03/2006 10:40:38 AM] Found PAL source.
[23/03/2006 10:40:38 AM] Source aspect ratio: 4:3
[23/03/2006 10:40:39 AM] Color correction enabled.
[23/03/2006 10:40:39 AM] Analyzing source.
[23/03/2006 10:44:36 AM] Source has percentage of interlacing in motion areas: 49.39
[23/03/2006 10:44:36 AM] Source is considered to be interlaced.
[23/03/2006 10:44:36 AM] Output will contain 187771 frames
[23/03/2006 10:44:36 AM] Audio1 size: 420,605,696 bytes (401.12 Mb)
[23/03/2006 10:44:36 AM] Overhead: 5,855,232 bytes (5.58 Mb)
[23/03/2006 10:44:36 AM] Video size: 622,115,072 bytes (593.30 Mb)
[23/03/2006 10:44:36 AM] Target bitrate is: 663kbps
[23/03/2006 10:44:36 AM] Running compressibility test.
[23/03/2006 10:44:36 AM] Writing the following script to F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\agk_tmp\VTS_01_1_comptest.avs
===========================================================
LoadPlugin("e:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\agk_tmp\VTS_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.06666666666667
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
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(280,14)
===========================================================
[23/03/2006 10:53:50 AM] Duration was: 9 minutes 13 seconds
[23/03/2006 10:53:50 AM] Speed was: 16.96 fps.
[23/03/2006 10:53:50 AM] Compressibility percentage is: 10.13
[23/03/2006 10:53:50 AM] Using softer resizer.
[23/03/2006 10:53:50 AM] Chosen resolution is: 320x240 ( AR: 1.33 )
[23/03/2006 10:53:50 AM] Predicted comptest value is: 51.89%
[23/03/2006 10:53:50 AM] Running first pass.
[23/03/2006 10:53:50 AM] Writing the following script to F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\agk_tmp\VTS_01_1_movie.avs
===========================================================
LoadPlugin("e:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("e:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\FROM TUNER CARD\Genghis Khan\VIDEO_TS\agk_tmp\VTS_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.06666666666667
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 = 320
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)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
===========================================================
[23/03/2006 12:04:59 PM] Duration was: 1 hour, 11 minutes 7 seconds
[23/03/2006 12:04:59 PM] Speed was: 44.00 fps.
[23/03/2006 12:04:59 PM] Running second pass.
[23/03/2006 12:53:59 PM] Duration was: 49 minutes 0 seconds
[23/03/2006 12:53:59 PM] Speed was: 63.86 fps.
[23/03/2006 12:53:59 PM] Job finished. Total time: 2 hours 15 minutes 32 seconds
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.