Manage MetaData from same photos in different formats like it was one

For example - I import photos in RAW and than export in into JPEG. Id like to manage them later like one photo. Now When I want to see also the JPEG I need to import it once again - so I have the same photo twice in different format. When I change metadata I want automatically to change it in both formats. Something like stack into one photo, but with this future - when I change metadata - it will change in both.

Hi Xiaojing,
Thank you for your answer. It is useful.
The problem is: My application is not going to play music or video, it just needs to browse over the disk and create a list of available music files including info like song name, album, artist. All this info is kept in meta-data. Some users can have a lot of music of their computers. That's why I don't want to load the whole file and wait for onMetaData event - it can take a long time. I just want to read the meta-data from the file, but not to load the all file as I need for listening the music of playing the movie.
I already applied extracting meta-data for MP3 files exactly the way you mentioned, it works fine. I only have to wait for Event.ID3 – I implemented Timer to wait until all my files are processed. Probably, if user has a lot of music on his computer, it will take a lot of time.
I can try to read AAC the way you advice.
I am really looking for implementation of your advice for reading the music file as a ByteArray and extracting meta-data. In this case we don't need to load all the file, but just to read part of it.
Do you have some code implementation?
Thank you again for your response,
Elena

Similar Messages

  • Help!  Can't figure out how to store the same photo in different events

    I know that this is just a user error problem, but I can't figure out how to store multiple versions of the same photo in different events. For example, I use Aperture as my main photo library, so I have a big folder set-up by year and then by events within those years to organize and maintain my library. I'm currently working on a project where I would like to pull out certain pictures for other uses. I tried creating new events and then moving the pictures to those events (like I would have in iPhoto) expecting for a new version of the picture to be deposited in the new event. That didn't work - it moved the picture out of my "main library" folder and as far as I can see it now only exists in the new event. Next, I tried creating "new versions" of the pictures I wanted to move and then just selecting those and moving them. In one folder I selected three photos, clicked "New Versions", then in the browser display I could see two of each picture (for a total of six), I selected ONE of each photo and moved those three to the new event. At which point all six disappear from the "main library" and end up in my new event. I don't understand why that happens. Currently the only way I've been able to do what I need to do is by using the flag field, but as far as I can tell there is only one of those - it's on or off that is really not serving my purpose. What do I need to do???

    Like Jim said, you most likely want Albums for what you describe. Albums simply consist of "pointers" to a single compilation of image data. Albums can be created and deleted at will, because they are just pointers; an important concept.
    Also learn to use Keywords - and unlearn "folder" organization, which is not the way digital asset management works. The power of Albums and Keywords is huge once we lose the film-think of folders organization.
    HTH
    -Allen Wicks

  • Can the printer CM1312 MFP print in double face (same paper) with booklet format, like Canon 4850

    Can the printer CM1312 MFP print in double face (same paper) with booklet format, like Canon PIXMA 4850

    I can't help with your color proplem -- don't know the printer -- but you can use a script to impose your booklet in a new file, then export that to PDF.
    The two I use are by Dave Saunders. The first, http://pdsassoc.com/downloads/Buildbooklet.zip merely shuffles the pages in a new file. You then export that as spreads. It's very fast and easy, but cannot handle objects that cross the spine.
    The second is at Dave's CS3 Booklet Script and works by placing pages into a new spread-size document. This one does do cross-spine objects, but neither one handles creep. It's been awhile since I used either, but I think bleeds may be an issue for the second script, too.
    There are also imposing plugins for Acrobat...

  • HT4890 can i backup my photos in iCloud? Like it was in idisk.

    Can i backup my photos in iCloud? Like it was in idisk.

    No, you cannot backup your photos like it was in iDisk. iCloud has no usual folder system like any other hard disk. iCloud uses its storage capacity for backups of photos and videos in the Camera Roll, Zdevice settings (for example: Phone, favorites, Wallpaper, and Mail, Contacts, Calendar accounts), app data, home screen and app organization, messages (iMessage, SMS, and MMS), ringtones. That means other applications can use iCloud's storage space to store files, but there is no general folder system which you can access to store files.

  • I see the same photos with different resolutions in my iPhoto library

    I am trying to organize my photos in the iPhoto library by deleting those are stored twice or more. However in many doubles I found out that some of them exist in my library in different resolutions. My photos are imported either from my camera, or from my iphone, or from my iPad or from the shared photo streams which include photos imported from various apple devices.
    What I see for example is some photos taken from an iPhone exist in both 2048x1536 and in 3264x2448 resolution and some others in 1224x1632 and in 1536x2048 (I guess these 2 resolytions are for the vertically taken thotos while the other 2 for orizontical).  For iPad photos I see 2056x1536 and 2592x1936 for the same photos. All doubles have different names (eg. IMG_007 and IMG_1056 for the same photo). Furthermore some doubles include info about the camera (eg. iPad back camer 4.28mm f/2.4) and some others don´t (only info about the device eg. iPad).
    Why is this mess happening in my library? Apparently I want to keep in my library the photos only in the maximum available resolution for better quality.
    In relation to that I have the following questions:
    1. When a photo or a video is shared in a photo stream, is its resolution decreased to a lower one?
    2. Is there any way to see what the resolution is of the original photo stored in the iPhone or iPad, so that I can compare with the the same ones I have on my computer´s iPhoto library?
    3. Is there any way to see the resolution and other info for the Photos in a shared Photo stream which are not yet imported localy on my computer?
    Thanks in advance.

    Happy New Year to all!
    I made a test and I confirm what I was suspected at first place.
    I uploaded a photo taken from my iPhone to the shared photo stream. Then I imported this photo from the photo stream to my iPhoto library on my Mac. The resolution in which this photo is stored locally is 2048x1536 and its size 961 KB.
    Then I sent the same photo from my iPhone via e-mail. I opened the email on my computer and downloaded the photo. Then I imported it to my Mac´s  iPhoto library. I checked the info out and the resolution is now 3264x2448 and size 2.2 MB.
    Therefore the quality and resolution of the photos that are uploaded to the icloud photo stream is NOT the same as the original one.
    I don´t know whether there is somewhre an option to change that, but this is what happens to me right now.

  • Routing JMS message from same queue to different channels.

    From a given adapter module, is there a way of calling different communication channels?
    The scenario: The sender of the data is JMS. One single queue contains desperate text format. Based on the content of the first 4 characters , PI has to parse it differently in its own corresponding MT. The target IDoc structure remains the same. I have multiple messageTransformBeans set up, one for each MT assuming that the data would arrive in different JMS queues. However since the data is now all heaped on to a single queue, the challenge of routing the data now lies in SAP PI.
    HowTo - Send Test Messages to the Adapter Engine (to an Integrated Configuration) - This solution does send message directly to the IE (using 7,1), but not to the adapter engine where the messageTransformBeans exist.
    Any solid pointers in the direction will be really helpful.
    Regards,
    Keerti

    Hi,
    you can go for end to end testing.
    if jms not available use file adapter in the sender side and fetch the text file and test it.
    Regards,
    Muni

  • How to manage credit for same customer in different sectors

    Dear Gurus,
    Here is the scenario,
    My client   have four different sectors but a customer can buy from multiple sectors.The credit management for the same customer must be handled  differently for each sector.The credit exposure for all sectors should be different
    So how can we segregate this in sap credit management for only one customer master
    Regards,
    Sam Ahmed

    Credit Control Area Is set at 2 places:
    - @ Company Code (OBZK)
    - @ Sales Area (OVFL)
    You need to have different Credit Control Area based on your requirement, align with the sales areas you want differentiate. 
    To do so, follow IMG in following path or use TCode OVFL.
    SPRO - Enterprise Structure - Assignment - Sales & Distribution - Assign Sales Area to Credit control area
    Also, make sure in
    - Customer Master (XD02) for the desired sales areas you need specify the credit control area in the sales area data.
    - And in FD32, maintain different credit limit based on Customer & Credit Control Area.
    For reference you can refer consulting for configuration SAP Note 18613 - Checklist for Credit Management.
    And SAP Note 425483 - Consulting note collection: Credit checks.
    With Best Wishes
    JP

  • How do you import media and metadata from Windows Photo Gallery database?

    How do you import videos and photos and their metadata from a Windows Photo Gallery database into the Elements Organizer, especially metadata that is only contained in the Photo Gallery database file (pictures.pd6) and not embedded in the video and photo media files themselves?
    And when you import the metadata into Organizer, do you get all of these available elements?
    Ratings
    Tags
    Captions
    People tags
    Geotags
    Also, if the media files in Organizer are ever moved to another PC, is there a way to migrate all of the Organizer's metadata with the files to use with another instance of Premiere Elements?

    OK.  I think we're getting close to the answer.
    The reason I'm asking about this is because for Photo Gallery, media files can NEVER be moved without losing all database metadata.        I'm sorry I didn't know this when I started with Photo Gallery and I think I've learned an important lesson:  Be sure you can move your work BEFORE you start.
    So, to clarify Organizer's behavior, let me ask the question another way.  Let's say that in a few years, after I've added tags, people, places, etc. to hundreds of media files in Organizer, I decide to get a new PC.   When I move all that stuff to my new petabyte drive on the new PC, do we know if Premiere Elements Organizer on the new PC would be able to read the original Organizer's metadata?

  • I just upgraded to Lion. When I import photos it imports the same photo over and over. Not even one of the photos selected!! Do you know how to fix this?

    I just upgraded to Lion. I just installed iLife'11 last night. When I import photos into iMovie (version 9.0.4.) , it imports the same photo over and over as if it were the ones I selected. Not even one of the photos selected!! The thumbnais show that unselected photo,  if I preview then I just see the preview screen all black.
    I even tried making an iPhoto album and importing straight from there. Exact same thing. I have restarted the application, restarted the computer, and googled half-to-death. No answers.
    Do any of you know how to fix this?
    I am working on OS X Lion (10.7.1) , a 2009 15" MacBook Pro. 4GB Memory. 2.4 GHz Intel Core 2 Duo. 4GB Memory 1067 MHz DDR3.
    Hope someone can help!!!

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

  • Manage site with same IP but different port

    My computer was updated from Windows XP to Windows 7 and I'm still using CS6.  I can not manage two different sites with the same IP address but one has a different port number.
    I have it set on Docuemnt Root but apparently it doesn't matter because I'm having the same issue if I change it to site root.
    This is what I get to preview:
    file:///B:/Admin/facility-management-leasing/facility-management/forms.shtml  instead of
    http://168.40.15.60:81/Admin/facility-management-leasing/facility-management/forms.shtml
    I have the same IP address with out a port to another location
    I'm getting file:///W:/news/Announcements.html instead of http://168.40.15.60//news/Announcements.html
    Please help this is past frustrating!!!!!
    Debby

    Make two different site definitions.

  • How do I save multiple copies of the same photo with different edits

    I want to make several photos (each with different crops and enhancements) from one existing photo and also want to keep my original as is for future edits.. Is there a save as feature or a way to copy paste to different albums.

    Sha the original to itunes or the Camera Roll. Make the edits you want the share the photo to the Camera Roll or more per able iTunes. The make more edits and share again. To go back to the original photo you can use the Revert to Original function.

  • VBA:comboboxes to present same date in different formats...ADAPT WITH CHANGE IN DATE

    Hi all, 
    I'm very new to VBA and excel development, so please take that into consideration as you read on.
    I'm trying to create a work form for a database that (should) collect various information in comboboxes, including the date, the weekday, and the month... Note: most of the time, the data will be inserted the day after it's been collected. So, I wanted to create
    one combobox for the date, one for the weekday, and one for the month, because I want columns for each of these in the database (If this is not necessary/efficient, please help! :) ) . 
    Here's what I've got so far:
    'worksheet setup
    Dim ws As Worksheet
    Set ws = Worksheets("LookupList")
    'Date dropdown setup
    Dim cDateToday As Range
    For Each cDateToday In ws.Range("DateList")
    With Me.cboDate
    .AddItem cDateToday.Value
    End With
    Next cDateToday
    'If today is Monday, then set date to last friday, if any other weekday, set it to day before that
    If Weekday(Date - 1) <> 2 Then
    Me.cboDate.Value = Format(DateAdd("D", -Weekday(Date) - 1, Date), "Medium Date")
    Else
    Me.cboDate.Value = Format(Date - 1, "Medium Date")
    End If
    Problem #1: Right now, I am getting the date values from the list
    DateList in the worksheet LookupList...is there a better way of doing this?
    Problem #2: When the user form is run, the correct date and format shows up. However, if I change the date, the dropdown list in the combobox starts from the initial date in given list...is there anyway to bring the list closer to the current
    date? Think Calendar View
    Problem #3: I want the weekday and month values to be directly correlated to the date value discussed above, so hypothetically when the user form is run the correct date, weekday, and month all show up (based on the same date value), then if
    I change the date, the weekday and month automatically update. Is this possible, if so how?
    The reason I want this functionality is so that on a Monday, I can run the work form and it will automatically have Friday's date, weekday, month info as it opens. When I'm done with Friday, I can run it again, switch the date to the Saturday's
    date (weekday and month automatically update), then repeat for Sunday.
    I have tried running the same code for the weekday and month as I have for the date, and they work
    until the date is changed. Once the date is changed, I have to manually change the weekday, which leads to format change, and same for month, which all leads to :( and confusion
    Again, I am very new to vba and don't know much about it all and appreciate any/all help!
    Thanks in advance!
    /Alex

    I can give you a little advice but I don't understand your comment "if I change the date, the weekday and month automatically update" Where do you want them to update?
    I am assuming that your entire question is referring to a Userform with the Combobox. Is this correct?
    The code can be much simpler to populate the combobox list. You already have a named range for the Dates so you can use that directly to populate the RowSource. (RowSource if the combox is on a Userform or ListFillRange for a combobox on a worksheet).
    Then the WorksheetFunction Workday can be used to get the previous workday without weekend days. It also looks after the previous day when the actual date is mid week. Look up the function on the worksheet Help because you can also have a separate list
    of holidays that will be excluded like weekend days.
    If you are new to VBA then a tip about Help. You need to be on the worksheet and click Help to get worksheet help and in the VBA editor you click Help to call the VBA help. Don't just select Help off the taskbar when changing between the worksheet and VBA
    because you will finish up with the incorrect Help file.
    Example of code to assign a named range to the RowSource of a ComboBox. Named range needs to be Global and not scoped to a worksheet otherwise the worksheet name is also required. 
        Me.cboDate.RowSource = "DateList"
    Example of code to assign the previous workday to the combobox value.
        'Following line sets value to previous workday (Mon to Friday)
        Me.cboDate.Value = WorksheetFunction.WorkDay(Date, -1) 
    Then there is another problem with ComboBoxes and dates. If the Dates are real dates on the worksheet (Not Text)  then the dropdown list displays in the same format as the worksheet but when the date is selected, it displays as a serial number. This
    can also be rectified with code but first I need to know what the format of the data is on the worksheet.
    Can you upload a copy of your workbook because it is like a picture is worth a thousand words. Same goes for having a copy of the workbook. If it has sensitive data then create a copy and remove the sensitive data.
    Regards, OssieMac

  • Exporting from iMovie '09 in different formats

    Does anyone know how to export from iMovie to a more acceptable format than .m4v because it doesn't appear to work on a powerpoint presentation and I would like to export it to .avi or .wmv or .mp4
    PD I'd need it to be no more than 10 MB even if it looses quality
    THANKS

    .m4v and .mp4 are the same thing, just modify the extension manually (or set up an Automator process if you need it frequently) and you should be all set.

  • Error -50 while exporting from iMovie 08 in different formats...3gp is OK !

    Also I got problems at Eye TV - export. If I choose the "iPod"-Export-Settings, the exportet file will not be played in quicktime. Maybe there are some Quicktime problems? I use the latest updates for all.....
    many thanks for your help in advance!!!!

    If you are exporting from EyeTV in order to be edited in iMovie 08, the best format is .dv.

  • Managing dbs with same names on different hosts in GC 10.2.0.3

    I saw this post: Ideas needed - monitoring same DBName in manual standby
    But my issue is we have an environment that keeps the same db names for production, development, uat etc... Dbs are 10.2.0.3 on Solaris 10. GC is 10.2.0.3 on windows.
    e.g. i have a cluster database HRMS, running on two nodes. On another server, i have a standalone instance HRMS and Grid Control was able to detect it. Weird, it looked like it didn't care about the same name here (may be there is a difference between a database instance and a cluster instance). However, if i were to discover another target on another node, it will complain saying there is another instance. I have used the workaround to manually add it as say HRMS_hostname. All is good.
    I'm curious though as to how when you create a standby database using GC, it creates a different unique name. (DB_UNIQUE_NAME). The latter seems to be the solution in having dbs with the same name in GC with different db_unique_name parameter. However, this parameter is not modifiable.
    Comments anyone?
    Thanks.

    Try this and rediscover the database in GC and see what you get.
    C:\>sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Oct 25 10:34:56 2007
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> connect /as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  130023424 bytes
    Fixed Size                  1288148 bytes
    Variable Size              88082476 bytes
    Database Buffers           37748736 bytes
    Redo Buffers                2904064 bytes
    Database mounted.
    SQL> show parameters unique
    NAME                                 TYPE        VALUE
    db_unique_name                       string      testdb
    SQL> alter system set db_unique_name=testdbq scope=spfile;
    System altered.
    SQL> startup force
    ORACLE instance started.
    Total System Global Area  130023424 bytes
    Fixed Size                  1288148 bytes
    Variable Size              88082476 bytes
    Database Buffers           37748736 bytes
    Redo Buffers                2904064 bytes
    Database mounted.
    Database opened.
    SQL> show parameters unique
    NAME                                 TYPE        VALUE
    db_unique_name                       string      TESTDBQ
    SQL>
    Note: I used startup force to restart my test database quickly. Do not do it on your database. Do a shutdown immediate followed by startup

Maybe you are looking for