Search found 14 matches

by far.in.out
Tue Oct 15, 2013 12:19 pm
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Ok then, I'm on i5 so I don't really care about 3dnow. :) UPD: Yes! It compiled! I guess SP5 and exe's did the trick. :P I modified it to output lines like this DGDecode: Encoded Frame: = 0 = ; 16 ; for frames where both fields are the same frame number. Now I just filter output for "= 0 =" and in e...
by far.in.out
Tue Oct 15, 2013 11:20 am
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Thank you very much, I'll try that tonight. Is it built from the official source 1.5.8?
by far.in.out
Tue Oct 15, 2013 5:40 am
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

I can extract as many lines as I want but how am I supposed to process them afterwards? If I have a list of a single line for a frame then it's a simple matter of removing the lines I don't need. For example I can do x=(Field.top - Field.bottom) (pseudocode) and include Display frame number in the s...
by far.in.out
Mon Oct 14, 2013 4:33 pm
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Sorry, I'm not ignoring... Just messing with this old stuff in a virtual machine... My head kinda... There is no parser, I'm not a programmer. My "parser" is DebugView, and 2 lines to capture for 1 frame would be... well, not good. If I can have it all in 1 line I'll get a nice log which I can save ...
by far.in.out
Mon Oct 14, 2013 4:01 pm
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Compiling resources... Compiling... Command line warning D4002 : ignoring unknown option '/O3' Command line warning D4002 : ignoring unknown option '/Qip' Command line warning D4002 : ignoring unknown option '/Qunroll' Command line warning D4002 : ignoring unknown option '/Qparallel' alloc.cpp getbi...
by far.in.out
Mon Oct 14, 2013 1:30 pm
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Yes! :D But it's very helpful, I could easily find video sections, you see. I can then process them appropriately. Maybe you can recompile it? It's just a copy/paste of several symbols from one row to the other one right below it. AVISynthAPI.cpp - Ln 445-446. I just need Display Frame and Encoded F...
by far.in.out
Mon Oct 14, 2013 12:15 pm
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

I'm on VS2010.
Could you tell the specific version of IDE I need to compile it?
Version, SP... Any required Updates or patches?
by far.in.out
Mon Oct 14, 2013 11:29 am
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Error 54 error LNK1181: cannot open input file '.\Release\\.obj' and in "File" column in the same row it says E:\Coding\dgdecode158src\LINK Omg how am I supposed to find out which file it can't find and correct it? in the proj properties I have C/C++ // Output files // Object file name .\Release\ is...
by far.in.out
Mon Oct 14, 2013 12:52 am
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Ok, DGDecode does output it to debug... Although it would be even better if there was a single row that would include in it both "Interlaced" AND frame number... so you could easily filter the debug output and create a frame list of that. Well I guess I can try to modify the debug output to do just ...
by far.in.out
Sun Oct 13, 2013 12:30 pm
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Is there a way to force Decimate modes for specified frame ranges (maybe by ovr file?)? I have video portions of the sequence that I want to force mode 3 and a very low thresh while keep the rest of the project mode 0 because it would break it otherwise. Currently I'm doing it by appending separate ...
by far.in.out
Sat Oct 12, 2013 2:59 pm
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Ok, I tried it and I couldn't see any difference either. :agree: This is good. One less thing to worry about. Now I have one more unrelated question, if you don't mind. What do you do with bad edit cuts combed frames in a pulled-down source? The most eye pleasing thing to do with them would be to re...
by far.in.out
Wed Oct 09, 2013 7:17 am
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Which IDCT algo is used by DGNV? I can't find the option in UI or in .dgi. Update: I couldn't figure it out on my own so I sent you my sample files, pm. I tried all the IDCT options but none of them produced identical result to DGNV. Maybe I should try different decode modes in DGNV? Would it make a...
by far.in.out
Wed Oct 09, 2013 6:59 am
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

Re: MPEG2 decode: DGMPGDec vs DGDecNV - different output?

So in theory it should be identical?

Ok I will try IDCT options. If I can't figure it out I will provide you the files to look at.
Thanks. Gone testing.
by far.in.out
Wed Oct 09, 2013 5:56 am
Forum: General Discussion
Topic: MPEG2 decode: DGMPGDec vs DGDecNV - different output?
Replies: 23
Views: 25802

MPEG2 decode: DGMPGDec vs DGDecNV - different output?

Hi. I'm considering now 2 workflow options for MPEG2 decoding - DGMPGDec vs DGdecNV. Tests show that my scripts work faster with DGDecNV. However, when comparing the output of both scripts I noticed there's a difference. I compared "source" frames grabbed from VDub (.bmp) by Hash'er and they turned ...