Search found 4364 matches

by admin
Mon Mar 14, 2011 11:32 am
Forum: Licensing
Topic: [RESOLVED] Invalid license & user not listed
Replies: 1
Views: 5626

Re: Invalid license & user not listed

Be careful not to include an extra space when cutting and pasting your user ID.
by admin
Sat Mar 12, 2011 6:53 pm
Forum: General Discussion
Topic: Question about I-frames in h.264 files
Replies: 9
Views: 18393

Re: Question about I-frames in h.264 files

Oh sorry, I missed your point. Frame numbering is always 0-based.
by admin
Fri Mar 11, 2011 10:06 pm
Forum: General Discussion
Topic: Question about I-frames in h.264 files
Replies: 9
Views: 18393

Re: Question about I-frames in h.264 files

DGAVCDec109 was withdrawn = does not exist.

And it's off topic for this thread anyway.
by admin
Fri Mar 11, 2011 8:39 am
Forum: General Discussion
Topic: Question about I-frames in h.264 files
Replies: 9
Views: 18393

Re: Question about I-frames in h.264 files

The first 4 bytes before the packet sync 0x47 make a 32-bit word. Discard the first two MSB bits and you have an arrival timestamp. For more details you'll have to have a look at the bluray spec.
by admin
Thu Mar 10, 2011 9:44 pm
Forum: DGAVCDecDI
Topic: [OPEN] DGAVCDecDI audio out of sync problems
Replies: 17
Views: 49126

Re: [OPEN] DGAVCDecDI audio out of sync problems

I'll move this up in priority as I know you've been waiting for some time.
by admin
Thu Mar 10, 2011 9:47 am
Forum: DGAVCDecDI
Topic: [OPEN] DGAVCDecDI audio out of sync problems
Replies: 17
Views: 49126

Re: [OPEN] DGAVCDecDI audio out of sync problems

You're asking for a new feature. When it is done you will know from the release notes. I can tell you it is not my highest priority at this time.
by admin
Thu Mar 10, 2011 8:59 am
Forum: General Discussion
Topic: Question about I-frames in h.264 files
Replies: 9
Views: 18393

Re: Question about I-frames in h.264 files

Thank you for pointing out this deficiency. I will add two things:

1. A frame number on the FRM lines in the DGI file.

2. Show IDR and I instead of just I in the DGSource() debug output.
by admin
Tue Mar 08, 2011 11:23 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV is dropping frames at the end
Replies: 14
Views: 18377

Re: DGIndexNV is dropping frames at the end

Canon should a) not stop a clip with an IDR, or b) increment idr_pic_id.

That is the correct resolution.
by admin
Tue Mar 08, 2011 10:39 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV is dropping frames at the end
Replies: 14
Views: 18377

Re: DGIndexNV is dropping frames at the end

Variable length coding means you may have to expand or shrink the field's number of bits to change its value. There's a lot to love about AVC video, but also a lot to hate. One possibility is to add the non-standard picture boundary detection to both my parsing and CUVID. I can ask Nvidia what they ...
by admin
Tue Mar 08, 2011 9:35 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV is dropping frames at the end
Replies: 14
Views: 18377

Re: DGIndexNV is dropping frames at the end

Yes, you understand it correctly. I'll look into implementing some kind of workaround. It's not easy to do what you say because the field is variable length coded, so if I change it from 0 I have to insert data in the bitstream; that's not a minor thing given my current architecture. I have to alter...
by admin
Tue Mar 08, 2011 1:41 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV is dropping frames at the end
Replies: 14
Views: 18377

Re: DGIndexNV is dropping frames at the end

When you cut the file so that there is just an IDR frame at the end, you will create an illegal H.264 stream if you append a file that starts with another IDR. The H.264 spec requires that two IDRs in a row must have different values of idr_pic_id. That might normally be done by the encoder if it cr...
by admin
Mon Mar 07, 2011 9:44 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV is dropping frames at the end
Replies: 14
Views: 18377

Re: DGIndexNV is dropping frames at the end

Thank you for the file via email. I have duplicated the issue and am investigating.
by admin
Mon Mar 07, 2011 7:02 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV is dropping frames at the end
Replies: 14
Views: 18377

Re: DGIndexNV is dropping frames at the end

Hi, I found out DGIndexNV is dropping frames: I recorded several short clips with a Canon EOS 550d (AVC Baseline profile, no B-Frames) and tried to open them with DGDecodeNV/AviSynth (demuxed to raw h264 before indexing), but found out it refuses to open more than 2 files in a script at the same ti...
by admin
Mon Mar 07, 2011 8:21 am
Forum: DGAVCDecDI
Topic: [RESOLVED] Cannot load diavc.ax
Replies: 2
Views: 18189

Re: Error Mesage as AVATAR

Do you have diavc.ax in the same directory as DGAVCIndexDI.exe? Is it properly licensed?
by admin
Mon Mar 07, 2011 8:17 am
Forum: VirtualDub Filters
Topic: [RESOLVED] Logo 1.7 will not load in VirtualDub
Replies: 14
Views: 44192

Re: Logo 1.7

Thanks for the status update and I'm glad you got it working.
by admin
Sun Mar 06, 2011 10:03 am
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22985

Re: Hardware-generic DGDecodeNV/DI AVS script?

laserfan wrote:I suppose too Donald from your POV it's desirable to manage/maintain/store/distribute one package if possible.
Yes, of course. That's one reason I called it a brilliant thought. :lol:
by admin
Sat Mar 05, 2011 9:52 pm
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22985

Re: Hardware-generic DGDecodeNV/DI AVS script?

Not sarcasm. I'm thinking less than 2 weeks.
by admin
Sat Mar 05, 2011 7:34 pm
Forum: General Discussion
Topic: Hardware-generic DGDecodeNV/DI AVS script?
Replies: 10
Views: 22985

Re: Hardware-generic DGDecodeNV/DI AVS script?

@Deadeye

That's a brilliant thought. Thank you for sharing it with us.

It's such an obvious thing to do that we all overlooked it. :)

My suggestion is that following your suggestion, I can make a merged executable, and I'm now thinking about the best way to do it.
by admin
Wed Mar 02, 2011 3:56 pm
Forum: DGDecNV
Topic: [RESOLVED] Best way to decimate...
Replies: 47
Views: 56965

Re: [RESOLVED] Best way to decimate...

magic144 wrote:(which also means resizing is out of the question)
No it doesn't.
by admin
Tue Mar 01, 2011 11:44 am
Forum: DGDecNV
Topic: [RESOLVED] Best way to decimate...
Replies: 47
Views: 56965

Re: [OPEN] Best way to decimate...

Marking resolved as all evidence points to idiosyncracies of srestore.
by admin
Tue Mar 01, 2011 11:42 am
Forum: DGDecNV
Topic: [RESOLVED] Help identifying bottleneck
Replies: 11
Views: 19595

Re: [OPEN] Help identifying bottleneck

Marking as resolved due to no-response by the OP.
by admin
Tue Mar 01, 2011 11:41 am
Forum: DGDecNV
Topic: [RESOLVED] Suddenly encoding fps is very slow
Replies: 8
Views: 11700

Re: Suddenly encoding fps is very slow

Since you have apparently some system problems and not any specific problem or bug with DGDecNV, I will mark this resolved. If you later identify any DGDecNV issues, feel free to re-open this issue.
by admin
Mon Feb 28, 2011 2:23 pm
Forum: DGDecNV
Topic: [RESOLVED] Suddenly encoding fps is very slow
Replies: 8
Views: 11700

Re: Suddenly encoding fps is very slow

The speed changed "suddenly" without you making any changes to your system or process?

I don't know how to help when magic is involved.
by admin
Sat Feb 26, 2011 8:43 pm
Forum: General Discussion
Topic: Blending issues.
Replies: 3
Views: 11491

Re: Blending issues.

Well, this forum is for support of my tools, not general video questions. For the latter, use Videohelp.

Have you tried SRestore()?