hi there,
i’ve wasted hours now to figure out what’s wrong.
all i try to achieve is hardware accelerated video playback inside vvvv (which apparently should pose no problem with the right hardware but seems to be impossible for me to achieve).
here’s my setup:
. macbook pro with nvidia geforce 9600m gt (is dxva2 capable)
. codecs as explained here: Trying to get h264 to work on win7 64 bit - question - Forum (and 100ds of other combinations)
what works (checked with gpu-z and dxva checker):
. hardware accelerated playback of WMVs with windows media player
. hardware accelerated playback of H.264 with windows media player (using the ffdshow dxva option).
what doesn’t work:
. hardware accelerated playback of wmv/h264 inside VVVV (using FileStream->Videotexture). the media content subtype of the video texture is: Unknown: {3231564E-0000-0010-8000-00AA00389B71} - which might be the cause but cannot get rid of.
. hardware accelerated playback of wmv/h264 in graphedit (actually i’m using http://blog.monogram.sk/janos/tools/monogram-graphstudio/).
the graph reveals (for the wmv-file) a WMVideo Decoder DMO that is responsibly for decoding. after some reading i understood that the DMO playback chooses by itself whether hardware decoding can be used or not. i have no idea why it should work with wmplayer but not in VVVV or graphstudio.
any ideas?
i’d love to try one of these nice little AMD fusion (e-350) systems as a kind of extended video player soon, but for this little thing hardware acceleration in vvvv is crucial.
thanks for any hints!