http://www.progdigy.com/boards/index.php?s=ccb5d5ddf9610c6a29ddd6810efe249c&act=SF&f=1
可以到DSpack的论坛啊
声道我只会换"MPEG Audio Decoder"的跟多音轨的。
视频大小的方法多了,得到的结果不一定相同。
1: DSV.FDDXM.GetNativeVideoProps(VideoWidth, VideoHeight, AspX, AspY);
2:BasicVideo2.GetVideoSize(w, h);
3: VideoWindow.FWindowLess.GetNativeVideoSize(w, h, w, h);
4: MpegVideoDecoder.get_SequenceHeader(pSeqHdrInfo);
w := pSeqHdrInfo.Width;
h := pSeqHdrInfo.Height;
5: // dsMediaWidth :=
// Abs(TVIDEOINFOHEADER(dsMediaType.pbFormat^).bmiHeader.biWidth);
// dsMediaHeight :=
// Abs(TVIDEOINFOHEADER(dsMediaType.pbFormat^).bmiHeader.biHeight);
文件的信息是什么意思?