搜索 社区服务 统计排行 帮助
  • 2512阅读
  • 2回复

[请教]DGAVC出dga,AVS加载,Failed to create video decoder.

楼层直达
级别: 侠客
注册时间:
2006-10-07
在线时间:
0小时
发帖:
587
DGAVC出dga,AVS加载

然后出Failed to create video decoder.:(
级别: 新手上路
注册时间:
2006-09-02
在线时间:
0小时
发帖:
41
只看该作者 1楼 发表于: 2009-08-01
What is This Index File and What Do I Do with It?
DGAVCIndex created an index file called *.dga. It is read by DGAVCDecode, which actually decodes the AVC and delivers the video. The index file just contains information that tells DGAVCDecode where each frame is located and some information about each frame.
But you can't just execute DGAVCDecode directly! It has to be done through Avisynth. We'll make a script file called mystream.avs using a text editor. Later in this document I'll show you how to configure DGAVCIndex to make the script automatically, but for now, you need to know the old-fashioned way. So put this text into a new text file you make called 'mystream.avs':

LoadPlugin("...\DGAVCDecode.dll")
AVCSource("mystream.dga")

Replace the path '...' in the first line with the path to the location where you placed DGAVCDecode.dll.

Finally, use VirtualDub to open the 'mystream.avs' script file just as if it was an AVI file. That's it! You have your video and can navigate randomly on the VirtualDub timeline. Does life get much sweeter than this?
级别: 侠客
注册时间:
2006-10-07
在线时间:
0小时
发帖:
587
只看该作者 2楼 发表于: 2009-08-01
loadplugin("E:\MeGUI\megui\tools\dgavcdecnv\DGAVCDecodeNV.dll")

AVCSource("h:\00006.dga").undot().undot().undot()

嘛 好像是RPWT……
快速回复

限150 字节
上一个 下一个