Search found 14 matches

by Deadeye
Sun Mar 31, 2013 6:33 pm
Forum: DGDecNV
Topic: [RESOLVED] Bug report: Output Trimmed TS
Replies: 2
Views: 4798

[RESOLVED] Bug report: Output Trimmed TS

Hi, I'm not sure whether Don's still actively supporting DGDecNV, but there apparently is a bug in using DGIndexNV's "Output Trimmed TS", at least in some cases. For some background, my usage: I usually use Output Trimmed TS to combine the chunked (<4GB) .MTS files my Panasonic HDC TM090 camera crea...
by Deadeye
Thu Jun 09, 2011 2:57 am
Forum: DGAVCDecDI
Topic: [RESOLVED] Could not create DiAVC decoder [55]!
Replies: 12
Views: 38200

Re: ERROR: Could not create DiAVC decoder [55]! (Invalid Lic

Ah, sure enough it turned out to be my mistake. I sent you & Hongbo an email with the details.

You might want to add a bone-head check in your code for license.txt.txt and throw up an appropriate error. :-P
by Deadeye
Wed Jun 08, 2011 7:58 pm
Forum: DGAVCDecDI
Topic: [RESOLVED] Could not create DiAVC decoder [55]!
Replies: 12
Views: 38200

[RESOLVED] Could not create DiAVC decoder [55]!

I'm trying to get DGAVCDecDI working with DiAVC inside a VMware Workstation 7.1.4 virtual machine, but am hitting what appears to be a DiAVC licensing issue. The reason for trying to get this running within a VM is to enable playing my AviSynth work on my various computers around the house. Set up t...
by Deadeye
Thu May 12, 2011 1:30 pm
Forum: DGDecNV
Topic: [RESOLVED] DGDecodeNV(deinterlace=1) vs. KernelDeint
Replies: 13
Views: 21834

Re: DGDecodeNV(deinterlace=1) vs. KernelDeint

I haven't been able to check back here in a while, but thanks all for the helpful info.
by Deadeye
Tue May 10, 2011 11:45 am
Forum: DGDecNV
Topic: [RESOLVED] DGDecodeNV(deinterlace=1) vs. KernelDeint
Replies: 13
Views: 21834

Re: DGDecodeNV(deinterlace=1) vs. KernelDeint

Didée wrote:A few small tests I did, sporting CUDA-deint, TGMC, tdeint(kernel), and Yadif: one, two, three
Thanks!!
by Deadeye
Mon May 09, 2011 6:09 pm
Forum: DGDecNV
Topic: [RESOLVED] DGDecodeNV(deinterlace=1) vs. KernelDeint
Replies: 13
Views: 21834

Re: DGDecodeNV(deinterlace=1) vs. KernelDeint

Well, it's a bit problematic for me to do a side-by-side / frame-by-frame analysis searching for motion combing and other deinterlace artifacts in various scenarios, so I thought I'd ask whether they're equivalent algorithms.

But thanks for the mention of QTGMC, I'll check into that.
by Deadeye
Mon May 09, 2011 11:48 am
Forum: DGDecNV
Topic: [RESOLVED] DGDecodeNV(deinterlace=1) vs. KernelDeint
Replies: 13
Views: 21834

[RESOLVED] DGDecodeNV(deinterlace=1) vs. KernelDeint

Hi, I'm just wondering, which deinterlace kernel acheives the best result, DGDecodeNV(deinterlace=1) or KernelDeint? I'm planning on converting a bunch (aprox 200 hrs) of interlaced material from Canon HF10 and HF20 cameras and want to get a recommendation for the best deinterlace results possible. ...
by Deadeye
Tue Mar 29, 2011 8:45 pm
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22986

Re: Hardware-generic DGDecodeNV/DI AVS script?

Thanks for the update. Was just curious about the status.

But no worries, take your time, "it takes as long as it takes". After 20 years in software development myself, I get that. Especially since I'm guessing this isn't your full-time job.

I'll just keep checking back every week or so.
by Deadeye
Tue Mar 29, 2011 2:57 pm
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22986

Re: Hardware-generic DGDecodeNV/DI AVS script?

Just wondering, are any updates forthcoming?

It's been like three months since 2038 was released and I'm curious if something big is cooking or Don has moved on to other stuff.
by Deadeye
Sun Mar 06, 2011 12:46 pm
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22986

Re: Hardware-generic DGDecodeNV/DI AVS script?

Not sarcasm. I'm thinking less than 2 weeks. Oh. Um, apologies for being overly-sensitive. I'm looking forward to the upcoming release. I've almost forgotten already the daze (sic) when we were using 3 or four different sets of admin's tools (and I had .cmd files to operate each) depending on what ...
by Deadeye
Sat Mar 05, 2011 9:40 pm
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22986

Re: Hardware-generic DGDecodeNV/DI AVS script?

Hmm, my sarcasm detector just pegged... Or am I misreading your tone? I'm just looking for some information. My thought was to use an environment variable, but my guess is that actually you have been thinking about this. If this may become a reality in the near future can you provide some sort of gu...
by Deadeye
Sat Mar 05, 2011 7:20 pm
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22986

Hardware-generic DGDecodeNV/DI AVS script?

Hi, I would like to be able to use DGDecode in a hardware-neutral way (at the AviSynth script level) so that the script uses DGDecodeNV() on my machines with an Nvidia GPU but uses DGDecodeDI() on my machine that uses an ATI card. Is this possible? I see references to DGSource() which looks promisin...
by Deadeye
Wed Nov 03, 2010 3:41 pm
Forum: General Discussion
Topic: Use DGIndexNV for simple split / join?
Replies: 3
Views: 13846

Re: Use DGIndexNV for simple split / join?

Thanks for your help, I really appreciate it. Unfortunately I'm having problems with the files I joined together using copy /b using your tool as well as VideoRedo. (Should this go on a new thread?) Originally I used DVIndexNV as well as video players such as MPC/Homecinema to test the MTS files gen...
by Deadeye
Sun Oct 17, 2010 6:43 pm
Forum: General Discussion
Topic: Use DGIndexNV for simple split / join?
Replies: 3
Views: 13846

Use DGIndexNV for simple split / join?

Hi, Now that DGIndexNV has the 'Output Trimmed TS' functionality, I'm wondering if it's appropriate to use the tool for simple split & join operations ala VirtualDub. This being kind of an oddball question, here's some background- Before I got my HD video camera, life was as simple as my editing nee...