elojar | 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 :
- [28/12/2006 22:51:45] AutoGK 2.40
- [28/12/2006 22:51:45] OS: WinXP (5.1.2600).2
- [28/12/2006 22:51:45] Job started.
- [28/12/2006 22:51:45] Input file: xxxFILMxxx\VIDEO_TS\VTS_01_0.IFO
- [28/12/2006 22:51:45] Output file: xxxFILMxxx.avi
- [28/12/2006 22:51:45] Output codec: XviD
- [28/12/2006 22:51:45] Audio 1: English AC3 6ch
- [28/12/2006 22:51:45] Subtitles 1: Francais wide
- [28/12/2006 22:51:45] Format: AVI
- [28/12/2006 22:51:45] Target size: 700Mb
- [28/12/2006 22:51:45] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps
- [28/12/2006 22:51:45] Started encoding.
- [28/12/2006 22:51:45] Demuxing and indexing.
- [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_1.VOB
- [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_2.VOB
- [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_3.VOB
- [28/12/2006 22:54:17] Processing file: xxxFILMxxx\VIDEO_TS\VTS_01_4.VOB
- [28/12/2006 22:54:17] Source resolution: 720x576
- [28/12/2006 22:54:17] Found PAL source.
- [28/12/2006 22:54:17] Source aspect ratio: 16:9
- [28/12/2006 22:54:17] Analyzing source.
- [28/12/2006 23:04:18] Source has percentage of interlacing in motion areas: 0,04
- [28/12/2006 23:04:18] Source is considered to be progressive.
- [28/12/2006 23:04:18] Output will contain 185419 frames
- [28/12/2006 23:04:18] Decoding audio.
- [28/12/2006 23:10:29] Normalizing audio.
- [28/12/2006 23:12:54] Encoding audio.
- [28/12/2006 23:34:36] Preparing subtitles.
- [28/12/2006 23:35:56] Audio1 size: 106,110,240 bytes (101.19 Mb)
- [28/12/2006 23:35:56] Overhead: 7,416,704 bytes (7.07 Mb)
- [28/12/2006 23:35:56] Video size: 620,476,256 bytes (591.73 Mb)
- [28/12/2006 23:35:56] Running compressibility test.
- [28/12/2006 23:35:56] Writing the following script to xxxFILMxxx.avs
- ===========================================================
- LoadPlugin("F:\AutoGK\DGMPGDec\DGDecode.dll" )
- LoadPlugin("F:\AutoGK\filters\autocrop.dll" )
- LoadPlugin("F:\AutoGK\filters\vsfilter.dll" )
- LoadPlugin("F:\AutoGK\filters\RemoveGrainSSE3.dll" )
- movie = mpeg2source("xxxFILMxxx.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)
- 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
- 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)
- LanczosResize(out_width,out_height)
- RemoveGrain(mode=2)
- VobSub("xxxFILMxxx.idx" )
- SelectRangeEvery(300,15)
- ===========================================================
- [28/12/2006 23:45:21] Duration was: 9 minutes 24 seconds
- [28/12/2006 23:45:21] Speed was: 16,42 fps.
- [28/12/2006 23:45:21] Compressibility percentage is: 41,95
- [28/12/2006 23:45:21] Using softer resizer.
- [28/12/2006 23:45:21] Chosen resolution is: 560x304 ( AR: 1,84 )
- [28/12/2006 23:45:21] Predicted comptest value is: 57,59%
- [28/12/2006 23:45:21] Running first pass.
- [28/12/2006 23:45:21] Writing the following script to xxxFILMxxx.avs
- ===========================================================
- LoadPlugin("F:\AutoGK\DGMPGDec\DGDecode.dll" )
- LoadPlugin("F:\AutoGK\filters\autocrop.dll" )
- LoadPlugin("F:\AutoGK\filters\vsfilter.dll" )
- LoadPlugin("F:\AutoGK\filters\RemoveGrainSSE3.dll" )
- movie = mpeg2source("xxxFILMxxx.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)
- input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
- out_width = 560
- 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
- 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)
- BicubicResize(out_width,out_height,0,0.5)
- RemoveGrain(mode=2)
- VobSub("xxxFILMxxx.idx" )
- ===========================================================
- [29/12/2006 01:43:52] Duration was: 1 hour, 58 minutes 31 seconds
- [29/12/2006 01:43:52] Speed was: 26,07 fps.
- [29/12/2006 01:43:52] Expected quality of first pass size: 57,93%
- [29/12/2006 01:43:52] Running second pass.
- [29/12/2006 04:30:35] Duration was: 2 hours 46 minutes 43 seconds
- [29/12/2006 04:30:35] Speed was: 18,54 fps.
- [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 ! |