dear community
I am trying to get the video duration of a rather big list of videos into one spread.
Inputing all the filenames into Filestream (EX9.Texture VLC) doesnt work for me, vvvv crashes.
So I followed this http://www.levibotelho.com/development/get-the-length-of-a-video-in-c/, trying to write a dynamic plugin. Both approaches use dependencies from the System32 Folder. e. g. when I trying to use shell32.dll, i get the following error:
Metadata file ´c:\Windows\System32\shell32.dll´ could not be opened -- ´An attempt was made to load a program with an incorrect format.´
of course I added the dll in the project… no success. google suggest its related to the systemarchitecture x86 or 64bit…
I´m using 45beta32.1 x86
any ideas?
thank you all