Thread: DGAVCDec 1.0.9
View Single Post
Old 26th February 2008, 11:16   #908  |  Link
halsboss
likes to tinker
 
Join Date: Jan 2004
Location: girt by sea
Posts: 635
Did a DGAVCIndex.exe over a .h264 file which successfully created the .dga file. Couldn't understand why my script poking the filtered video into HC failed, so created this simple script and tried to open it in Vdub
Code:
LoadPlugin("C:\SOFTWARE\DGAVCIndex\DGAVCDecode.dll")  
AVCSource("G:\DVD\NAB.Cup.Rd2.Adelaide.v.Fremantle\NAB.Cup.Rd2.Adelaide.v.Fremantle.dga", deblock=true) 
AssumeFPS(29.97) 
SetPlanarLegacyAlignment(True)
but it throws the error AVCSource: could not open one of the input files...
Top part of the .dga file:
Code:
DGAVCIndexFile6

G:\DVD\NAB.Cup.Rd2.Adelaide.v.Fremantle\NAB.Cup.Rd2.Adelaide.v.Fremantle_track1.h264
C:\SOFTWARE\DGAVCIndex\libavcodec.dll

STREAM 0
FO 0

LPOC 0
SPS 1 
PPS 30 0
IDR 663 
FRM 7 0
FRM 5 1
FRM 5 2
FRM 5 3
FRM 5 5
FRM 6 4
FRM 5 9
FRM 6 7
FRM 6 6
FRM 6 8
FRM 5 13
FRM 6 11
FRM 6 10
FRM 6 12
FRM 5 14
FRM 5 15
FRM 5 16
FRM 5 17
FRM 5 18
FRM 5 19
FRM 5 20
FRM 5 21
FRM 5 22
FRM 5 23
FRM 5 24
FRM 5 25
FRM 5 26
FRM 5 27
FRM 5 28
FRM 5 29
FRM 5 30
FRM 5 31
FRM 5 32
FRM 5 33
FRM 5 34
FRM 5 35
FRM 5 36
FRM 5 37
IDR 111700
any suggestions ?

Last edited by halsboss; 26th February 2008 at 11:27. Reason: added top part of the .dga file
halsboss is offline