Quantcast Avifileinfo: Error 0x08...... que Erro É Esse? - digitalFAQ.com Forums [Archives]
  #1  
06-28-2004, 11:16 PM
VitorSM VitorSM is offline
Free Member
 
Join Date: Apr 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to VitorSM
tentei converter um video com o DIKO mas na hora do CCE da este erro..
mudei pro Quenc(nao lembro o nome agora) ele codificou o video e deu o erro:

The instruction at "0x00f38b90" referenced memory at "0x010736b0". the memory could not be "read".

abri o video gerado e ta com um erro em vermelho..
entao abri o AVS no virturaldub e da o seguinte erro:
avishit causa an access violation at "akelemontedenumero"

o scritp é este:

#########################
# DIKO Generated Script #
#########################
#
# Loading plugins and functions... #
####################################
#
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\asharp.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\atc.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\AutoCrop.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\avsmon25a.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\blockbuster.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\Convolution3DYV12.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\DctFilter.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\GripFit_YV12.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\MPEG2Dec3.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\Sampler.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\STMedianFilter.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\UnDot.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\UnFilter.dll")
LoadPlugin("D:\kvcd\pinst\DIKO\avisynth plugins\VSFilter.dll")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\addaudio.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\fmin.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\jdl-interlace.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\jdl-util.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\resize.avsi")
#
# Script begins here... #
#########################
#
Avisource("D:\Filmes\21grams\21 gramas.avi",false)
AssumeFPS(29.97)
WIDESCREEN=0
Overscan=0
source_widescreen=0
WIDTH=352
HEIGHT=480
addborders(0,8,0,0)
converttoyv12()
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
DivXResize(WIDTH, HEIGHT, 0, "LanczosResize",WIDESCREEN)
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
DivXBorders(HEIGHT,OVERSCAN)
AddAudio()
MonitorFilter

sampler(length=15)
Converttoyuy2()


----------
diko 0.62... ta funcionando normal com outros arquivos.

Obrigado!
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
  #2  
06-29-2004, 04:01 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Este erro significa que tem um filtro vazando memória. Infelizmente isso acontece aleatóriamente e a forma de resolver é por tentativa. Tente ativar a opção directshowsource no DIKO. Mas lembre-se só deve ser usado o directshowsource se necessário, pq ele pode trazer outros problemas.
Isso pode ser causado tb pela dimensãodo vídeo de origem. Poderia postar para eu checar? Vc pode abrir o filme no GSpot ou VirtualDub e me informar.
Reply With Quote
  #3  
06-29-2004, 04:24 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Hum hum...
Quote:
"D:\Filmes\21grams\21 gramas.avi"
Reply With Quote
  #4  
06-29-2004, 05:10 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Eu penso que este é porque assim muitas importações.
Comment (#) algum linha "import".
Quote:
Import("D:\kvcd\pinst\DIKO\avisynth plugins\addaudio.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\fmin.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\jdl-interlace.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\jdl-util.avsi")
Import("D:\kvcd\pinst\DIKO\avisynth plugins\resize.avsi")

Fêz alguém tentativa "SetMemoryMax(int)" (Eu não sei se trabalhar)

SetMemoryMax(int): Sets the maximum memory that AviSynth uses.


----------------------
Visita: DockingGate, una poderosa herramienta, por Prodater64.
|--------------------------> Nuevo
Visita: DockingGate Taskbar, por Prodater64.
Visita: Mencoder scripting con AVSEdit y Guía p/ Múltiples Archivos por Prodater64.
----------------------
Reply With Quote
  #5  
06-29-2004, 05:15 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Prodater64,

Essas importações são inseridas automaticamente pelo DIKO, são funções utilizadas no script.
Reply With Quote
  #6  
06-29-2004, 07:08 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Era somente uma sugestão. Eu comecei este tipo do errore quando eu fiz assim muitas importações.
Reply With Quote
  #7  
06-29-2004, 08:20 AM
VitorSM VitorSM is offline
Free Member
 
Join Date: Apr 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to VitorSM
Gspot: DX50/divx DivX 5.0
runtime: 02:04:39 (224,141 fr) x,y:480x360 (1.33:1) [=4:3]
bitrate: 904 kb/s FPS:29.970 Qf: 0.175 bits/pixel



marquei o directshowsource, mas deu o mesmo erro.... tentei descomentar os imports, mas quando mando o diko fazer o recover, ele passa direto e diz q o filme ta pronto.

--------------
outra duvida meio OFF:

tenho aqui um arquivo com 830.548.796 bytes, que gravo com o nero sem probelma. Um outro arquivo, um pouco maior, nao dava pra por no nero, pois passava da faixa vermelha... entao cortei ele e ficou menor que este acima... acho que era mais ou menos 820.000.000... so que no nero ele continuava passando da linha vermelha.... ai configurei o diko pra fazer um filme com 650mb....

se o tamanho era o mesmo(menor) porque nao dava pra gravar no nero?
Reply With Quote
  #8  
06-29-2004, 08:32 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Tente fazer novamente usado este script template. Salve na pasta scripts/avi, com o nome de simples.avs sou coisa assim:

Code:
converttoyv12()
DivXResize(WIDTH, HEIGHT, 0, "LanczosResize",WIDESCREEN)
DivXBorders(HEIGHT,OVERSCAN)
AddAudio()
Importante: Inicie uma nova conversão, não use a recuperação neste caso.
Reply With Quote
  #9  
06-29-2004, 10:59 AM
VitorSM VitorSM is offline
Free Member
 
Join Date: Apr 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to VitorSM
deu erro também.
Reply With Quote
  #10  
06-29-2004, 11:02 AM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Peraí tive outra idéia...Qual as dimensões do vídeo original? (vc pode ver isso no virtualdub)
Reply With Quote
  #11  
06-29-2004, 09:10 PM
VitorSM VitorSM is offline
Free Member
 
Join Date: Apr 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to VitorSM
480x360, 29,970fps
224242 frames (2:04:38:83)

é isto que vc quer?
Reply With Quote
  #12  
06-29-2004, 09:36 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Era isso sim... Mas infelizmente não era o problema que eu pensei...
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Pq da esse erro ao abrir no virtualdub ! Jigen Bakudan Conversão e Codificação de Vídeo (Português) 8 10-04-2004 05:16 AM
Pq sempre da erro com esse pulldown ? Jigen Bakudan Conversão e Codificação de Vídeo (Português) 1 09-23-2004 03:46 PM
Alguem sabe que erro é esse no virtualDub? TBispo Conversão e Codificação de Vídeo (Português) 2 08-15-2004 05:31 PM
Que filtro é esse: - BlindPP(cpu=4) ? ray Conversão e Codificação de Vídeo (Português) 21 07-04-2004 07:45 PM
Unable to open first converted microDVd sub..q erro é esse? eduardopz Conversão e Codificação de Vídeo (Português) 6 06-29-2004 12:21 PM

Thread Tools



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