Search found 30 matches

by prokhozhijj
Thu Jan 06, 2011 3:11 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

You need to ask DiAVC about it. I have confirmed that DGSource() itself is threadsafe. I can open a script several times in simultaneous VirtualDub instances and they play fine and independently. As far as I know possibility to run several applications simultaneously is not equal to multi-threading...
by prokhozhijj
Thu Jan 06, 2011 10:07 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

This is certainly not what I expected. DSS2() can work stable with multi-threading in all these scripts. But... That's something at least.
Thanks.
by prokhozhijj
Thu Jan 06, 2011 3:37 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

Thank you. I've downloaded last version. And what I have. This code works properly but only with 1 thread (please pay your attention on comments within script). DGSource("my_file.dgi") SetMTMode(2) # or SetMTMode(2,0) or SetMTMode(2,3) or SetMTMode(2,4) super = MSuper(pel=2, sharp=2) backward_vec2 =...
by prokhozhijj
Wed Jan 05, 2011 4:26 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

I don't understand how it could be reached within Avisynth (and with trial version of DiAVC)? Do you mean something like that? DGSource("my_file.dgi") super = MSuper(pel=2, sharp=2) backward_vec2 = MAnalyse(super, isb=true, delta=2, overlap=4) backward_vec1 = MAnalyse(super, isb=true, delta=1, overl...
by prokhozhijj
Wed Jan 05, 2011 2:50 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

Ok. I think I understand you.

Can you propose some test case regarding stable multi-threading with DGSource+DiAVC? I mean some avisynth script. Because you've told that in your computer everything works fine.
I know that DiAVC is multithreaded and I see it using multiple threads on my PC.
by prokhozhijj
Wed Jan 05, 2011 1:24 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

Well. May be you are right regarding decoder misconfiguration. The matter is that trial version has no configuration tool at all. :) Only file diavc.ax. I know this is not your area. It's just my think aloud. BTW. May be you will be interested. I've asked regarding my problem in DiAVC thread elsewhe...
by prokhozhijj
Wed Jan 05, 2011 9:45 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

Ok, thank you. May be you know some other way how to reach multi-threading processing in your application? I read a little about decoder you are using in your application. It is multi-threaded in its nature. But I see that only one core used when I am processing my video. It is not very effective I ...
by prokhozhijj
Wed Jan 05, 2011 5:10 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

Thank you very much, Donald. It works fine now. But... When I am using SetMTMode in my Avisynth script it crashes. There is no such problem when I am opening source file with DSS2() plugin instead of DGSource(). DSS2() comes with HAALI media splitter - avss.dll. Source file is big enough (about 18Gb...
by prokhozhijj
Tue Jan 04, 2011 1:49 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

It has the same problem with illegal frame_num value. What are you using to encode this? Is it an official version of x264.exe? If so, you need to ask the x264 guys why they are generating illegal files. Yes, it is official version. I took it from x264.nl. Thank you for your analysis. I doubt wheth...
by prokhozhijj
Tue Jan 04, 2011 1:18 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

There is an example.

http://www.filefactory.com/file/b4f9h39 ... seless.264

MD5: 178CB2406C737728C6AD2A2CA16DE9AD
Size: 28'586'623 b


By the way, I can't play this file with your soft. But the same file wrapped in mkv container by x264.exe encoder - I can.
by prokhozhijj
Tue Jan 04, 2011 12:30 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

Anyway, I demuxed the 264 out of the MKV and ran a parser on it. I get the dump below. You can see that the first IDR slice has a frame_num of 1 (must be 0 by spec). can it be error in coder (x.264.exe) or in muxer? This is ILLEGAL and so your stream is invalid. I am willing to try to support these...
by prokhozhijj
Tue Jan 04, 2011 11:46 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

So there is proof in attachment. Please take a look at it.

And there is MD5 hash for riget34_1_nv_progressive_loseless_mkvtools-001.mkv

8DFE95E6A9FA492A370022D667078B33

Its original size is 28'609'892 b. An its size on disk is 28'610'560 b (as Windows 7 shows).
by prokhozhijj
Tue Jan 04, 2011 10:11 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

I've downloaded your soft and decoder (trial version) yesterday (03 jan 2011). And I can play the file, at least one time. Within two hours I can prove it. And for any case I can provide you with MD5-hash for the file. It is possible that you did not downloaded it completely. Even if your soft can't...
by prokhozhijj
Tue Jan 04, 2011 9:26 am
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

Re: DGAvcDecDI crashes when playing mkv-file

DGAvcDecDI 2001 crashes when playing file specified in URL below. I am using trial version of last DiAVC decoder (1.2.2). http://rationalqm.us/board/viewtopic.php?f=8&t=69 I do following: 1. Load file to application 2. Play it (it plays correctly). You've lost me already. DGAVCDecDI cannot play the...
by prokhozhijj
Mon Jan 03, 2011 3:45 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] DGAvcDecDI crashes when playing mkv-file
Replies: 55
Views: 121089

[RESOLVED] DGAvcDecDI crashes when playing mkv-file

DGAvcDecDI 2001 crashes when playing file specified in URL below. I am using trial version of last DiAVC decoder (1.2.2). http://rationalqm.us/board/viewtopic.php?f=8&t=69 I do following: 1. Load file to application 2. Play it (it plays correctly). 3. Try to create project 4. Try to play file again ...
by prokhozhijj
Mon Jan 03, 2011 2:54 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20080

Re: DGIndexNV 2037 crashes when playing MKV-file

My understanding is that CUVID does not support lossless x264 streams. Unless, you can show otherwise, there's nothing I can do about this. It looks that you are right in your assumption. I've just tried to force using DXVA decoder in Media Player Classic Home Cinema. And this decoder won't work wi...
by prokhozhijj
Mon Jan 03, 2011 12:28 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20080

Re: DGIndexNV 2037 crashes when playing MKV-file

Thank you for your time, Donald.

But let me ask you (may be it is stupid question, sorry for this, I am just amateur, not professional). What "CUVID" means?
by prokhozhijj
Mon Jan 03, 2011 10:22 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20080

Re: DGIndexNV 2037 crashes when playing MKV-file

I have VLC 1.1.5 and it plays this file correctly (see attachment for proof, please). May be you need to upgrade your version of VLC.

Loseless means following settings for x264 coder. I gave you these parameters in my previous post.

--qp 0 --level 3.1 --preset ultrafast --aud --threads auto
by prokhozhijj
Mon Jan 03, 2011 6:22 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20080

Re: DGIndexNV 2037 crashes when playing MKV-file

Sorry, but I don't speak Russian and can't figure out how to download it. Can you use mediafire.com, please? Sorry for inconvenience. I've uploaded file to mediafire as you asked. http://www.mediafire.com/?797wt1zh9w95hd4 And another link to file (for any case) http://www.filefactory.com/file/b4ee4...
by prokhozhijj
Sun Jan 02, 2011 6:18 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV 2037 crashes when playing MKV-file
Replies: 11
Views: 20080

[RESOLVED] DGIndexNV 2037 crashes when playing MKV-file

DGindexNV (both editions - 32-bit and 64-bit) shows incorrect picture when playing video located on URL below (20mb). It also constantly crashes when creating project or just after loading project for this file. I've downloaded last build of DGIndexNV (02 jan 2011). http://multi-up.com/405382 - vide...