Quantcast Erro ao Gerar AVI com o Autogk 1.25 - digitalFAQ.com Forums [Archives]
  #1  
07-19-2004, 11:55 AM
HC_Pensador HC_Pensador is offline
Free Member
 
Join Date: May 2004
Location: São Luís
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to HC_Pensador Send a message via MSN to HC_Pensador
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?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Captura vhs e depois gerar o dvd cast34 Conversão e Codificação de Vídeo (Português) 2 11-07-2004 09:11 AM
Gerar KSVCD apartir de arquivo .wmv Fernand0 Conversão e Codificação de Vídeo (Português) 4 10-08-2004 03:22 PM
DIKO 0.74 - Gerar 2 cds finalizou com 1 arquivo de 1,5 gb? ray Conversão e Codificação de Vídeo (Português) 2 08-17-2004 02:28 PM
Erro wcellabr Conversão e Codificação de Vídeo (Português) 1 07-14-2004 12:07 PM
HELP - como gerar um VCD com o filme em 50% da tela apenas mabhz Conversão e Codificação de Vídeo (Português) 14 08-05-2003 07:34 PM

Thread Tools



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