User User name Password  
   
Sunday 27.7.2025 / 02:18
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > digital video > convert dvd to another format > question on agk??
Show topics
 
Forums
Forums
Question on AGK??
  Jump to:
 
Posted Message
Joleca
Member
_
8. February 2009 @ 20:28 _ Link to this message    Send private message to this user   
Have had this happen several times now.. I've recorded from my DirecTv DVR to DVD using 1 hr mode to get the best quality on the disc..

Then, ripped from the DVD to HDD using the AnyDVD ripper after it unencrypts the disc (believe it or not, my LG DVD recorder puts all kinds of structural and other protections on the finalized DVD's).

After ripping, run thru DVD Shrink to clean up and create both the Video TS and Audio TS folders (for some reason the DVD recorder seems to create duplicate files even though when you view TV or on the computer, only sees one... file explorer shows duplicates). Output the files back to the HDD nice and clean..

Then run thru AGK to convert to .avi... For a 1 hour show I'll set to 1/2 CD (350MB).. several times now I've had the finished .avi turn out to be only 220 - 240MB instead of 350MB.. Also had this happen a few days ago when I ripped the main movie from a commercial DVD.. picked full CD output (700MB) and the finished .avi was only 454MB.... Plays fine, everything looks good, in sync, 16:9 format, but much smaller file than I wanted it to be..

Unfortunately I don't have any of the AGK logs available right now.. Had a minor computer glitch and had to restore back to before I had the files... but, will post one the next time I try a conversion.. (probably sometime on Wednesday). Meanwhile, appreciate any help or advise you can give.. and fyi, using the newest version of AGK (v2.55)

Thanks....




~~~~ Nothings Forgotten. Nothing Is Ever Forgotten. ~~~~
Joleca
Member
_
11. February 2009 @ 19:54 _ Link to this message    Send private message to this user   
OK, was hoping someone would have responded and maybe had some ideas or suggestions before I did my next conversion, but since no one has.... maybe posting the log will help.. This is from an episode I recorded off my DVR last night and converted from DVD to .avi today.. Again, I specified completed file size to be 350MB, but the actual completed file was much smaller... only 280MB.

[2/11/2009 1:46:52 PM] AutoGK 2.55
[2/11/2009 1:46:52 PM] OS: Windows Vista (6.0.6001).2
[2/11/2009 1:46:52 PM] Job started.
[2/11/2009 1:46:52 PM] Input file: C:\EP 5.19 \VIDEO_TS\VTS_01_0.IFO
[2/11/2009 1:46:52 PM] Output file: C:\EP 5.19 .avi
[2/11/2009 1:46:52 PM] Output codec: XviD
[2/11/2009 1:46:52 PM] Audio 1: ??? AC3 2ch
[2/11/2009 1:46:52 PM] Subtitles: none
[2/11/2009 1:46:52 PM] Format: AVI
[2/11/2009 1:46:52 PM] Target size: 350Mb
[2/11/2009 1:46:52 PM] Audio 1 settings: Auto
[2/11/2009 1:46:52 PM] Standalone support enabled: ESS
[2/11/2009 1:46:52 PM] Started encoding.
[2/11/2009 1:46:52 PM] Demuxing and indexing.
[2/11/2009 1:48:29 PM] Processing file: C:\EP 5.19 \VIDEO_TS\VTS_01_1.VOB
[2/11/2009 1:48:29 PM] Processing file: C:\EP 5.19 \VIDEO_TS\VTS_01_2.VOB
[2/11/2009 1:48:29 PM] Processing file: C:\EP 5.19 \VIDEO_TS\VTS_01_3.VOB
[2/11/2009 1:48:29 PM] Processing file: C:\EP 5.19 \VIDEO_TS\VTS_01_4.VOB
[2/11/2009 1:48:29 PM] Source resolution: 720x480
[2/11/2009 1:48:29 PM] Found NTSC source.
[2/11/2009 1:48:29 PM] Source aspect ratio: 4:3
[2/11/2009 1:48:29 PM] Manual aspect ratio: 16:9
[2/11/2009 1:48:29 PM] Analyzing source.
[2/11/2009 2:09:10 PM] Source has percentage of interlacing in motion areas: 43.25
[2/11/2009 2:09:10 PM] Source has percentage of telecined patterns: 94.71
[2/11/2009 2:09:10 PM] Source has percentage of progressive patterns: 2.53
[2/11/2009 2:09:10 PM] Source has percentage of interlaced patterns: 2.75
[2/11/2009 2:09:10 PM] Source is considered to be FILM.
[2/11/2009 2:09:10 PM] Output will contain 67452 frames
[2/11/2009 2:09:10 PM] Decoding audio.
[2/11/2009 2:10:19 PM] Normalizing audio.
[2/11/2009 2:10:46 PM] Encoding audio.
[2/11/2009 2:17:59 PM] Forcing encoding with sharp matrix.
[2/11/2009 2:17:59 PM] Using VAQ in XviD
[2/11/2009 2:17:59 PM] Audio1 size: 38,088,864 bytes (36.32 Mb)
[2/11/2009 2:18:07 PM] Overhead: 2,698,112 bytes (2.57 Mb)
[2/11/2009 2:18:07 PM] Video size: 326,214,624 bytes (311.10 Mb)
[2/11/2009 2:18:07 PM] Running compressibility test.
[2/11/2009 2:18:07 PM] Writing the following script to C:\agk_tmp\EP 5.19 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\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\agk_tmp\EP 5.19 .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 < 1.25) ? input_par : (4.0/3.0)
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
Telecide(movie,guide=1,post=2).Decimate(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)
===========================================================
[2/11/2009 2:21:30 PM] Duration was: 3 minutes 21 seconds
[2/11/2009 2:21:30 PM] Speed was: 16.71 fps.
[2/11/2009 2:21:31 PM] Compressibility percentage is: 85.51
[2/11/2009 2:21:31 PM] Chosen resolution is: 688x400 ( AR: 1.72 )
[2/11/2009 2:21:31 PM] Predicted comptest value is: 73.18%
[2/11/2009 2:21:31 PM] Running first pass.
[2/11/2009 2:21:31 PM] Writing the following script to C:\agk_tmp\EP 5.19 _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\RemoveGrainSSE3.dll")

movie = mpeg2source("C:\agk_tmp\EP 5.19 .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 < 1.25) ? input_par : (4.0/3.0)
out_width = 688
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
Telecide(movie,guide=1,post=2).Decimate(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)
===========================================================
[2/11/2009 2:53:03 PM] Duration was: 31 minutes 32 seconds
[2/11/2009 2:53:04 PM] Speed was: 35.64 fps.
[2/11/2009 2:53:04 PM] Expected quality of first pass size: 73.20%
[2/11/2009 2:53:04 PM] Running second pass.
[2/11/2009 3:29:56 PM] Duration was: 36 minutes 47 seconds
[2/11/2009 3:29:56 PM] Speed was: 30.56 fps.
[2/11/2009 3:29:56 PM] Job finished. Total time: 1 hour, 43 minutes 4 seconds

finished file size: 280 MB (294,164,480 bytes)


Could really use some help here..... the first 3 episodes I tried converting all came out to be about 350MB (what I selected as target size), but the last 2 have both been much smaller.. Other than forcing 16:9 (AGK thinks it should be 4:3, but recording is widescreen and everything is squashed when viewed 4:3) and sharp matrix, have made no other changes to the settings.. Same changes that I made for the first 3 conversions..

Thanks




~~~~ Nothings Forgotten. Nothing Is Ever Forgotten. ~~~~
afterdawn.com > forums > digital video > convert dvd to another format > question on agk??
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork