Daniel
Admin
 Admin
| Posts: 44 |  |
|
Re:Decode Encode stream using filter - 2008/04/17 14:14
It might be harder than you think.
You should start by writing a source filter (most likely in C++) for your protocol. Then feed this into ffdshow with the appropriate mediatypes and, finally, dump this to some filewriter filter (most likely something that implement the IFileSink interface).
|