Re: How to read AVCHD in XMP SDK sample programs
Will you share the changes needed to support MTS files? I have the problem of not being able to parse the metadata for MTS files. Thank you, Bill Scully
View ArticleRe: Embedding data from xml file into metadata of a pdf
Hi Northern, I have modified the modifyingXMP sample for you. After this change, put your xmp file as sample.xml and also put pdf file in the same folder where ModifyXMP executable is. After...
View ArticleRe: simple xmp query tool
Hi Pantau, Could you elaborate your requirement? If possible, please send me some test file and output which you want. -Sunil
View ArticleRe: simple xmp query tool
I was traing to extract the clip marker comments of a sequence, as clip markers in premiere are not preserved when clips are added to a sequence. But in the meantime I found that exporting the sequence...
View ArticleRe: How to read AVCHD in XMP SDK sample programs
Prelude and PPro provide the XMP (for .mts files, and all others) through their panel API. Are you writing a panel?
View ArticleRe: How to read AVCHD in XMP SDK sample programs
No, I am writing a C# application which utilizes the SDK via a wrpper around the C++. I utilize the SDK to extract metadata for my program. Bill
View ArticleCustom File Info Panel: Bridge Locks Up (trials, tribulations, woes)
o/ all! So I've spent the better part of this morning trying (for what I think is the fifth time this year) to get a custom file info panel installed properly. I've managed to successfully install a...
View ArticleRe: Custom File Info Panel: Bridge Locks Up (trials, tribulations, woes)
Hi The_Mumm, You need to correct content fo the .cfg file (hope your .cfg file is at correct directory i.e. C:\Documents and Settings\<user name>\AppData\Roaming\Macromedia\Flash...
View ArticleCustom File Info Panels in PS Elements?
I've created quite a few custom panels for CS, but the question was recently put to me as to whether it was possible to incorporate a previously built custom panel into Photoshop Elements. Anybody know...
View ArticleMSVC solution files not generated
Edit 2The current problem has been resolved.It was due to a missing service pack for MSVC 2010.There are still other problems thoug after fixing this issue and I will start I new question for it....
View ArticleRe: How to read AVCHD in XMP SDK sample programs
I have found an interim soluton to reading/updating AVCHD metadata. http://www.sno.phy.queensu.ca/~phil/exiftool/index.html I am still hoping the SDK will cover this gap.Bill
View ArticleRe: CS 6 Generic File Info - not keeping checkboxes
I have Adobe Creative Cloud (CC) now and I can attest that the problem still exists and the workaround still works. This is very disconcerting however. I know guys who are not upgrading from CS5...
View ArticleInclude custom panel into the file
Hi I created custom panel. It works great. But is it possible to include scheme of this panel to the file, so that the file can be opened on another computer with this custom panel (without additional...
View Article"Cant fit into specified packet size" error when adding new metadata
I get a "Cant fit into specified packet size" when I add my own custom field in a different name space and use "myFile.PutXMP(meta);". The Schema example in SDK dumps RDF in separate files but I want...
View ArticleRe: Include custom panel into the file
Hi, You can create panels in two ways - Custom panels, which are created through Flex SDK and Generic Panels, which are created from XML files. In first case you have to keep the Custom Panel package...
View ArticleUsing latest FileInfo SDK, latest Flash Builder, new project crashes in...
I've been trying to create a custom panel in Adobe Bridge. I downloaded the XMP-FileInfo-SDK-CS6, loaded the jar file into Adobe Flash Builder 4.7 (latest version), created a new project with NO...
View ArticleProblems registering XMPCore and XMPFiles .dll
We have used the XMP SDK to generate both the XMPCore and XMPfiles.dll's. However they will not register using regsvr32. We built them with Visual Studio 2013, running on Windows 8.1 64bit.
View ArticleRe: Using latest FileInfo SDK, latest Flash Builder, new project crashes in...
Ok, finally got this working. Many hidden gotchas. 1. You have to make a Trust File for your custom panel. This is actually in the SDK, around page 53, so my bad -- but the problem is that there...
View ArticleXMPFilesStatic.lib(Host_IO-Win.obj):-1: Error:LNK2001
Hey, I get the following 6 builderrors and have no idea where to start fixing it: XMPFilesStatic.lib(Host_IO-Win.obj) : error LNK2001: unresolved external symbol...
View Article