digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Conversão e Codificação de Vídeo (Português) (http://www.digitalfaq.com/archives/portugues/)
-   -   Erro ao gerar AVI COM o AutoGK 1.25 (http://www.digitalfaq.com/archives/portugues/11013-erro-gerar-avi.html)

HC_Pensador 07-19-2004 11:55 AM

Erro ao gerar AVI COM o AutoGK 1.25
 
Estou tntando converter de DVD pra avi utilizando o AutoGK 1.25 , mas ao final do processo, ele diz q falhou ao abrir o AVI, abaixo vai o meu log:

Quote:

[19/7/2004 07:46:17] AutoGK 1.25
[19/7/2004 07:46:18] OS: WinXP (5.1.2600).2
[19/7/2004 07:46:18] Job started.
[19/7/2004 07:46:18] Input dir: C:\Documents and Settings\user\Meus documentos\Videos\Ivete Sangalo
[19/7/2004 07:46:18] Output file: C:\Documents and Settings\user\Meus documentos\Videos\Ivete Sangalo\DIKO\Ivete.avi
[19/7/2004 07:46:18] Audio: Portugues
[19/7/2004 07:46:18] Subtitles: none
[19/7/2004 07:46:18] Codec: XviD
[19/7/2004 07:46:18] Target size: 700Mb
[19/7/2004 07:46:18] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[19/7/2004 07:46:18] Started encoding.
[19/7/2004 07:46:18] Demuxing and indexing.
[19/7/2004 08:06:38] Analyzing source.
[19/7/2004 08:06:38] Writing the following script to C:\Documents and Settings\user\Meus documentos\Videos\Ivete Sangalo\DIKO\gk_tmp\lastjob.vcf
================================================== =========
VirtualDub.Open("C:\\Documents and Settings\\user\\Meus documentos\\Videos\\Ivete Sangalo\\DIKO\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\Documents and Settings\\user\\Meus documentos\\Videos\\Ivete Sangalo\\DIKO\\gk_tmp\\_.avi");
================================================== =========
[19/7/2004 08:13:49] Source has percentage of interlacing in motion areas: 1,19
[19/7/2004 08:13:49] Source has percentage of telecined patterns: 0,70
[19/7/2004 08:13:49] Source has percentage of progressive patterns: 98,27
[19/7/2004 08:13:49] Source has percentage of interlaced patterns: 1,02
[19/7/2004 08:13:49] Source is considered to be progressive.
[19/7/2004 08:13:51] Found 198520 frames
[19/7/2004 08:13:51] Encoding audio.
[19/7/2004 08:29:19] Audio size: 103,867,088 bytes (99.06 Mb)
[19/7/2004 08:29:19] Overhead: 7,940,864 bytes (7.57 Mb)
[19/7/2004 08:29:19] Video size: 622,195,248 bytes (593.37 Mb)
[19/7/2004 08:29:19] Running compressibility test.
[19/7/2004 08:29:19] Writing the following script to C:\Documents and Settings\user\Meus documentos\Videos\Ivete Sangalo\DIKO\gk_tmp\Ivete_comptest.avs
================================================== =========
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\mpeg2dec3dg .dll")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\autocrop.dl l")
LoadPlugin("C:\ARQUIV~1\AutoGK\filters\undot.dll")

function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }

movie = mpeg2source("C:\Documents and Settings\user\Meus documentos\Videos\Ivete Sangalo\DIKO\gk_tmp\Ivete.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 1.21518987341772)
input_par = float(c_width)/float(c_height)
fixed_aspect = 1.21518987341772
flag_halfdvd = input_par > 1.0 ? 0 : 1
input_par = input_par > 1.0 ? input_par : input_par * 2
input_par = input_par > 1.4 ? 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
new_aspect = flag_halfdvd > 0 ? new_aspect/2.0 : new_aspect
autocrop(movie,mode=0,wmultof=4,hmultof=4,samples= 10,aspect=new_aspect,threshold=35)
Undot()
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
================================================== =========
[19/7/2004 08:29:21] Writing the following script to C:\Documents and Settings\user\Meus documentos\Videos\Ivete Sangalo\DIKO\gk_tmp\lastjob.vcf
================================================== =========
VirtualDub.Open("C:\\Documents and Settings\\user\\Meus documentos\\Videos\\Ivete Sangalo\\DIKO\\gk_tmp\\Ivete_comptest.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000 ,0);
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("C:\\Documents and Settings\\user\\Meus documentos\\Videos\\Ivete Sangalo\\DIKO\\gk_tmp\\Ivete_comptest.avi");
================================================== =========
[19/7/2004 08:37:02] Duration was: 7 minutes 40 seconds
[19/7/2004 08:37:03] Speed was: 21,54 fps.
*************************************
EXCEPTION: Open avi failed.
*************************************
[19/7/2004 08:37:04] Job finished.
no final ele gera um arquivo de video com 225 MB ee sem som, alguem sabe oq eh?


All times are GMT -5. The time now is 04:02 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.