Thread: DGAVCDec 1.0.9
View Single Post
Old 9th April 2008, 00:26   #1024  |  Link
Hogan77
Registered User
 
Join Date: Aug 2006
Posts: 28
Bug found!

I found a bug that's getting annoying. "Old" frames return and replace the correct ones. Here is what DGAVCDec tells me about the source.
Code:
Stream Type: Transport [188]
Profile: Main
Level: 4
Frame Size: 1280x720
SAR: 1:1
Display Size: 1280x720
Frame Rate: 50.000000 fps
Colorimetry: BT.709 [1]
Frame Structure: Frame
Frame Type: B
Coded Number: 128454
Playback Number: 128454
Frame Repeats: 0
Field Repeats: 0
Bitrate: 0.756
Bitrate (Avg): 7.992
Bitrate (Max): 18.815
Audio Stream: 1104: MPA L2 2ch 48 256
Audio Stream: 704: AC3 3/2 640
Elapsed: 0:02:31
Remain: 0:00:00
FPS: 
Info: Finished!
My avs script consist of:
Code:
LoadPlugin("C:\Program Files\DGAVCDec\DGAVCDecode.dll")
AVCSource(".dga")
converttoyv12()
SelectEven()
When I open the avs script with AvsP and jump around the time line I can't find the error. And when I make a graph with haail and ffdshow instead of DGAVCDec I don't get this error. Like this:
Code:
DirectShowSource("Untitled.GRF", fps=50, audio=false, framecount=128454)
ConvertToYV12()
SelectEven()
Sample 1 & Sample 2(at the very end)

It would be great if I could let go of the graph building and only use DGAVCDec, because I like it's features.
Hogan77 is offline