I am using both GraphEdit & GraphStudio to process videos. However, there are some filters which are vis开发者_运维技巧ible via GraphEdit only and vice versa. For example: ffdshow is available in GraphStudio but not in GraphEdit, MainConcept filters are visible inGrpahEdit but not in GraphStudio.
Has anyone come across this problem before?
Aliza
There might be a few reasons for this, most obvious is if you are confusing Win32 and x64 versions of the applications. Provided that there is no confusion, note that some filters are blacklisting themselves to be not available in specific applications/processes. For example, MainConcept might want to enable their filters for GraphEdit as a demo mode for developers, so that they could make sure the filters are good and pay for commercial version where filters are also available for applications.
In general, when there is no special intention to selectively disable filters for specific applications, fitlers are equally available to all applications using DirectShow API.
精彩评论