Click here to Skip to main content
15,891,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any multiple streams splitter?
I have got mensioned splitter for wmv.
I need this splitter, because IAMStreamSelect interface on Haali splitter works bad: shows more streams, then present.
Microsoft splitter works good.
May be it is only in my programs, because i use update of _TDVD_TITLEINFO for video streams:
class CDVDTitleInfo : public TDVD_TITLEINFO
{
public:
    DWORD m_dwVideoNum;
    TDVD_STREAM_INFO m_VideoInfo[ 20 ];
	CDVDTitleInfo(){
		ZeroMemory(this,sizeof(*this));
	}
};


I would like to get open source multiple streams splitter with binary file or only binary file.
Posted
Updated 26-Jan-11 6:58am
v3

1 solution

I have found "avisplitter.ax". It is perfect.
 
Share this answer
 
Comments
Yusuf 26-Jan-11 14:37pm    
Nice of your to post your solution. Good work! +5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900