Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. 2/5/2011 8:29:50 PM] AutoGK 2.55
  2. [2/5/2011 8:29:50 PM] OS: Windows Vista (6.0.6001).2
  3. [2/5/2011 8:29:50 PM] Job started.
  4. [2/5/2011 8:29:50 PM] Input file: D:\MSM\VTS_01_1.VOB
  5. [2/5/2011 8:29:50 PM] Output file: D:\MSM\VTS_01_1.avi
  6. [2/5/2011 8:29:50 PM] Output codec: XviD
  7. [2/5/2011 8:29:50 PM] Audio 1: Audio Stream 0 AC3
  8. [2/5/2011 8:29:50 PM] Subtitles: none
  9. [2/5/2011 8:29:50 PM] Format: AVI
  10. [2/5/2011 8:29:50 PM] Target size: 700Mb
  11. [2/5/2011 8:29:50 PM] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps
  12. [2/5/2011 8:29:50 PM] Started encoding.
  13. [2/5/2011 8:29:50 PM] Demuxing and indexing.
  14. [2/5/2011 8:32:21 PM] Processing file: D:\MSM\VTS_01_1.VOB
  15. [2/5/2011 8:32:21 PM] Source resolution: 720x480
  16. [2/5/2011 8:32:21 PM] Found NTSC source.
  17. [2/5/2011 8:32:21 PM] Source aspect ratio: 4:3
  18. [2/5/2011 8:32:21 PM] Analyzing source.
  19. [2/5/2011 8:41:43 PM] Source has percentage of interlacing in motion areas: 66.63
  20. [2/5/2011 8:41:43 PM] Source has percentage of telecined patterns: 3.75
  21. [2/5/2011 8:41:43 PM] Source has percentage of progressive patterns: 14.10
  22. [2/5/2011 8:41:43 PM] Source has percentage of interlaced patterns: 82.15
  23. [2/5/2011 8:41:43 PM] Source is considered to be interlaced.
  24. [2/5/2011 8:41:43 PM] Output will contain 199710 frames
  25. [2/5/2011 8:41:43 PM] Decoding audio.
  26. [2/5/2011 8:43:34 PM] Normalizing audio.
  27. [2/5/2011 8:44:36 PM] Encoding audio.
  28. [2/5/2011 8:55:37 PM] Using VAQ in XviD
  29. [2/5/2011 8:55:37 PM] Audio1 size: 89,373,816 bytes (85.23 Mb)
  30. [2/5/2011 8:55:39 PM] Overhead: 7,988,352 bytes (7.62 Mb)
  31. [2/5/2011 8:55:39 PM] Video size: 636,641,032 bytes (607.15 Mb)
  32. [2/5/2011 8:55:39 PM] Running compressibility test.
  33. [2/5/2011 8:55:39 PM] Writing the following script to D:\MSM\agk_tmp\VTS_01_1_comptest.avs
  34. ===========================================================
  35. LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.dll")
  36. LoadPlugin("C:\PROGRA~2\AutoGK\filters\autocrop.dll")
  37. LoadPlugin("C:\PROGRA~2\AutoGK\filters\RemoveGrainSSE3.dll")
  38. LoadPlugin("C:\PROGRA~2\AutoGK\filters\leakkerneldeint.dll")
  39.  
  40. movie = mpeg2source("D:\MSM\agk_tmp\VTS_01_1.d2v")
  41. 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)
  42. fixed_aspect = 0.888888888888889
  43. c_width = width(cropclip)
  44. c_height = round(height(cropclip) / fixed_aspect)
  45. input_par = float(c_width)/float(c_height)
  46. input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
  47. out_width = 640
  48. out_height = round(float(out_width) / input_par)
  49. hmod = out_height - (floor(out_height / 16 ) * 16)
  50. out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
  51. new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
  52. LeakKernelDeInt(movie,order=1,sharp=true)
  53. autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
  54. LanczosResize(out_width,out_height)
  55. RemoveGrain(mode=2)
  56. SelectRangeEvery(300,15)
  57. ===========================================================
  58. [2/5/2011 8:59:20 PM] Duration was: 3 minutes 40 seconds
  59. [2/5/2011 8:59:20 PM] Speed was: 45.25 fps.
  60. [2/5/2011 8:59:20 PM] Compressibility percentage is: 61.63
  61. [2/5/2011 8:59:20 PM] Chosen resolution is: 608x352 ( AR: 1.73 )
  62. [2/5/2011 8:59:20 PM] Predicted comptest value is: 67.82%
  63. [2/5/2011 8:59:20 PM] Running first pass.
  64. [2/5/2011 8:59:20 PM] Writing the following script to D:\MSM\agk_tmp\VTS_01_1_movie.avs
  65. ===========================================================
  66. LoadPlugin("C:\PROGRA~2\AutoGK\DGMPGDec\DGDecode.dll")
  67. LoadPlugin("C:\PROGRA~2\AutoGK\filters\autocrop.dll")
  68. LoadPlugin("C:\PROGRA~2\AutoGK\filters\RemoveGrainSSE3.dll")
  69. LoadPlugin("C:\PROGRA~2\AutoGK\filters\leakkerneldeint.dll")
  70.  
  71. movie = mpeg2source("D:\MSM\agk_tmp\VTS_01_1.d2v")
  72. 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)
  73. fixed_aspect = 0.888888888888889
  74. c_width = width(cropclip)
  75. c_height = round(height(cropclip) / fixed_aspect)
  76. input_par = float(c_width)/float(c_height)
  77. input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
  78. out_width = 608
  79. out_height = round(float(out_width) / input_par)
  80. hmod = out_height - (floor(out_height / 16 ) * 16)
  81. out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
  82. new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
  83. LeakKernelDeInt(movie,order=1,sharp=true)
  84. autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
  85. LanczosResize(out_width,out_height)
  86. RemoveGrain(mode=2)
  87. ===========================================================
  88. [2/5/2011 9:41:10 PM] Duration was: 41 minutes 49 seconds
  89. [2/5/2011 9:41:10 PM] Speed was: 79.57 fps.
  90. [2/5/2011 9:41:10 PM] Expected quality of first pass size: 69.29%
  91. [2/5/2011 9:41:10 PM] Running second pass.
  92. [2/5/2011 10:36:40 PM] Duration was: 55 minutes 28 seconds
  93. [2/5/2011 10:36:40 PM] Speed was: 60.00 fps.
  94. [2/5/2011 10:36:40 PM] Job finished. Total time: 2 hours 6 minutes 49 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement