Search found 30 matches
- Tue Jan 11, 2011 3:30 pm
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
Thanks a lot, Donald, for your work and testing. 1.I've noticed that on Test2 your plugin runs properly. But on Test3 always crashes. =============== Test2 =============== ------------------------------------ DGAVCDecodeDI+DiAVC+MT ------------------------------------ with SetMTMode(2,0) - 20-30 fps...
- Sat Jan 08, 2011 10:49 am
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
That's strange because you say it crashes at the beginning but the dump shows decoder_flush() in the call stack and that is not called until end of stream. I have no time to notice any video when it crashes. Can you test on a WinXP SP3 system? I can try under virtual machine only. But I don't think...
- Fri Jan 07, 2011 4:44 pm
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
How it can be done? I'll do it, of course.admin wrote: Can't you provide a text dump?
admin wrote: Also, what happens with your script if you just load it into VirtualDub and play it?
It crashes in very beginning. I've attached text file with crash info.
- Fri Jan 07, 2011 4:33 pm
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
I've made this dump with Windows Task Manager. It can can be viewed with Windows debugger which comes with Windows SDK 7. As far as I know there is no Dr.Watson debugger in Windows 7. But maybe I am wrong and you can tell me how I can run it in Windows 7. Also I have diagnostic message from OS. I do...
- Fri Jan 07, 2011 2:55 pm
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
There is a dump. http://www.filefactory.com/file/b4g7c95/n/x264.zip MD5: 5B24798EFD065F78523CA09F45308FD4 Size: 19'002'233 Avisynth script: SetMemoryMax(2000) SetMTmode(5,0) LoadPlugin("D:\arh\media\edit\video\_Filters\DGAVCDecDI\2025_20110106\DGAVCDecodeDI.dll") DGSource("g:\video1.dgi") return las...
- Fri Jan 07, 2011 10:34 am
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
I am not lecturing you. I'm just voicing my thoughts aloud. Also I clearly see the difference of CPU utilization between DGSource and DSS2 in my script. You can easily check that I am right. Just use Microsoft Process Explorer tool. It can show how many threads actually in use within one application...
- Fri Jan 07, 2011 8:46 am
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
When I run my script (DiAVCDecode), It crashes all time SetMTMode(5,4) DGSource() SetMTMode(2,4) MVTools processing part ... If I am running following script (DiAVCDecode), it works but with one thread only. It is because only 1 thread actually load video source as I wrote early. DGSource() SetMTMod...
- Thu Jan 06, 2011 5:16 pm
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
Not quite. Firstly you need to install usual Avisynth and after that you should copy dll-s from SEt distributive over dll-s from official Avisynth.
- Thu Jan 06, 2011 4:57 pm
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
I have usual Avisynth (last 32-bit version from SourceForge) and MT-libraries from SEt version 2009.07.12. I've got Avisynth MT here http://forum.???.org/showthread.php?p=1301410#post1301410 There are my Avisynth files http://www.filefactory.com/file/b4g40cf/n/my_Avisynth.zip MD5: 869C8001ACF985372D...
- Thu Jan 06, 2011 4:25 pm
- Forum: DGAVCDecDI
- Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
- Replies: 55
- Views: 33634
Re: DGAvcDecDI crashes when playing mkv-file
I know, I know... But DiAVC decoder is better than it analogues. So I tried to use it. What makes you think that DSS2() cannot use the DiAVC decoder? At present I not quite understand how to make it work with DiAVC. One more time: DiAVC runs multithreaded distributed on all your CPUs. There is no n...