Hi!
I try to write metadata to a mp4 file. Because this is not possible with AutoIt alone, I found the taglib-sharp.dll (Windows) that should be able to do this.
Now Im struggling on how to use it - to be honest, I really don't get this dll thing at all despite of reading for hours and days!![:(]()
I tried already a lot (DllOpen, DllCall,...) but so far I thought this should be the way how to do it (which does not work obviously - well, even reading the property does not work...):
It fails, stating that $tagFile must be of type "Object"...?
I copied the taglib-sharp.dll into the folder of the au3 script without registering it (what I want to avoid).
If someone could point me to a direction, I'm willing to read and learn. Thanks!
I try to write metadata to a mp4 file. Because this is not possible with AutoIt alone, I found the taglib-sharp.dll (Windows) that should be able to do this.
Now Im struggling on how to use it - to be honest, I really don't get this dll thing at all despite of reading for hours and days!
![:(](http://aut1.autoit-cdn.com/forum/public/style_emoticons/autoit/sad.gif)
I tried already a lot (DllOpen, DllCall,...) but so far I thought this should be the way how to do it (which does not work obviously - well, even reading the property does not work...):
[ autoit ]
It fails, stating that $tagFile must be of type "Object"...?
I copied the taglib-sharp.dll into the folder of the au3 script without registering it (what I want to avoid).
If someone could point me to a direction, I'm willing to read and learn. Thanks!