Problème de conversion DVD>AVI avec ST sous AutoGK

Problème de conversion DVD>AVI avec ST sous AutoGK - Traitement Vidéo - Video & Son

Marsh Posté le 29-12-2006 à 11:51:59    

Bonjour,
je suis en train de transformer mes DVD qui commencent à s'user et les mettre en .avi
Pour certains la conversion se fait très bien les sous-titres sont bien inscrusté (je parle des sous-titres FR pour une VO et non pas des sous-titres spécifique qui nécessite de cocher l'option dans les paramètres de Auto Gordian Knot)
Pour d'autre il mouline comme d'hab et à la fin je me retrouve avec le .avi sans les sous-titres alors que dans le "preview" il me les affichait.
Pour plus d'info voilà le log d'un .avi qui est mal sorti
 

Code :
  1. [28/12/2006 22:51:45] AutoGK 2.40
  2. [28/12/2006 22:51:45] OS: WinXP (5.1.2600).2
  3. [28/12/2006 22:51:45] Job started.
  4. [28/12/2006 22:51:45] Input file: xxxFILMxxx\VIDEO_TS\VTS_01_0.IFO
  5. [28/12/2006 22:51:45] Output file: xxxFILMxxx.avi
  6. [28/12/2006 22:51:45] Output codec: XviD
  7. [28/12/2006 22:51:45] Audio 1: English AC3 6ch
  8. [28/12/2006 22:51:45] Subtitles 1: Francais wide
  9. [28/12/2006 22:51:45] Format: AVI
  10. [28/12/2006 22:51:45] Target size: 700Mb
  11. [28/12/2006 22:51:45] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps
  12. [28/12/2006 22:51:45] Started encoding.
  13. [28/12/2006 22:51:45] Demuxing and indexing.
  14. [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_1.VOB
  15. [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_2.VOB
  16. [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_3.VOB
  17. [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_4.VOB
  18. [28/12/2006 22:54:17] Source resolution: 720x576
  19. [28/12/2006 22:54:17] Found PAL source.
  20. [28/12/2006 22:54:17] Source aspect ratio: 16:9
  21. [28/12/2006 22:54:17] Analyzing source.
  22. [28/12/2006 23:04:18] Source has percentage of interlacing in motion areas: 0,04
  23. [28/12/2006 23:04:18] Source is considered to be progressive.
  24. [28/12/2006 23:04:18] Output will contain 185419 frames
  25. [28/12/2006 23:04:18] Decoding audio.
  26. [28/12/2006 23:10:29] Normalizing audio.
  27. [28/12/2006 23:12:54] Encoding audio.
  28. [28/12/2006 23:34:36] Preparing subtitles.
  29. [28/12/2006 23:35:56] Audio1 size: 106,110,240 bytes (101.19 Mb)
  30. [28/12/2006 23:35:56] Overhead: 7,416,704 bytes (7.07 Mb)
  31. [28/12/2006 23:35:56] Video size: 620,476,256 bytes (591.73 Mb)
  32. [28/12/2006 23:35:56] Running compressibility test.
  33. [28/12/2006 23:35:56] Writing the following script to xxxFILMxxx.avs
  34. ===========================================================
  35. LoadPlugin("F:\AutoGK\DGMPGDec\DGDecode.dll" )
  36. LoadPlugin("F:\AutoGK\filters\autocrop.dll" )
  37. LoadPlugin("F:\AutoGK\filters\vsfilter.dll" )
  38. LoadPlugin("F:\AutoGK\filters\RemoveGrainSSE3.dll" )
  39. movie = mpeg2source("xxxFILMxxx.d2v" )
  40. 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)
  41. fixed_aspect = 1.42222222222222
  42. c_width = width(cropclip)
  43. c_height = round(height(cropclip) / fixed_aspect)
  44. input_par = float(c_width)/float(c_height)
  45. input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
  46. out_width = 640
  47. out_height = round(float(out_width) / input_par)
  48. hmod = out_height - (floor(out_height / 16 ) * 16)
  49. out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
  50. new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
  51. 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)
  52. LanczosResize(out_width,out_height)
  53. RemoveGrain(mode=2)
  54. VobSub("xxxFILMxxx.idx" )
  55. SelectRangeEvery(300,15)
  56. ===========================================================
  57. [28/12/2006 23:45:21] Duration was: 9 minutes 24 seconds
  58. [28/12/2006 23:45:21] Speed was: 16,42 fps.
  59. [28/12/2006 23:45:21] Compressibility percentage is: 41,95
  60. [28/12/2006 23:45:21] Using softer resizer.
  61. [28/12/2006 23:45:21] Chosen resolution is: 560x304 ( AR: 1,84 )
  62. [28/12/2006 23:45:21] Predicted comptest value is: 57,59%
  63. [28/12/2006 23:45:21] Running first pass.
  64. [28/12/2006 23:45:21] Writing the following script to xxxFILMxxx.avs
  65. ===========================================================
  66. LoadPlugin("F:\AutoGK\DGMPGDec\DGDecode.dll" )
  67. LoadPlugin("F:\AutoGK\filters\autocrop.dll" )
  68. LoadPlugin("F:\AutoGK\filters\vsfilter.dll" )
  69. LoadPlugin("F:\AutoGK\filters\RemoveGrainSSE3.dll" )
  70. movie = mpeg2source("xxxFILMxxx.d2v" )
  71. 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)
  72. fixed_aspect = 1.42222222222222
  73. c_width = width(cropclip)
  74. c_height = round(height(cropclip) / fixed_aspect)
  75. input_par = float(c_width)/float(c_height)
  76. input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
  77. out_width = 560
  78. out_height = round(float(out_width) / input_par)
  79. hmod = out_height - (floor(out_height / 16 ) * 16)
  80. out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
  81. new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
  82. 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)
  83. BicubicResize(out_width,out_height,0,0.5)
  84. RemoveGrain(mode=2)
  85. VobSub("xxxFILMxxx.idx" )
  86. ===========================================================
  87. [29/12/2006 01:43:52] Duration was: 1 hour, 58 minutes 31 seconds
  88. [29/12/2006 01:43:52] Speed was: 26,07 fps.
  89. [29/12/2006 01:43:52] Expected quality of first pass size: 57,93%
  90. [29/12/2006 01:43:52] Running second pass.
  91. [29/12/2006 04:30:35] Duration was: 2 hours 46 minutes 43 seconds
  92. [29/12/2006 04:30:35] Speed was: 18,54 fps.
  93. [29/12/2006 04:30:35] Job finished. Total time: 5 hours 38 minutes 49 seconds


 
Voilà j'ai essayé avec tous les sous-titres disponible entre wide ou letbox mais rien n'y fais la seule solution que j'avais trouvé était de le mettre en VF mais bon c'est le 2e DVD qui me fait ca et ca m'embête...
 
Si quelqu'un a une idée ?
 
 
 
Merci !

Reply

Marsh Posté le 29-12-2006 à 11:51:59   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed