Aperture missing from Media

I used to select photos from Aperture in the Finder under the "Media" category, but suddenly I only see iPhoto (which has nothing of note in it).  How can I restore Aperture.  I'll need to be able to find it to use Adobe's Carousel.
Aperture v 3.2.1
OS 10.7.2 (Lion)

Hello Alice,
that is a pity.
Then quit Aperture, remove the Aperture preference file from your Library, maybe that file is corrupted, log off and log on again.
To remove the preferences:
To open your hidden Library select:  Finder -> GO -> (hold down the opt/alt key) and select "Library"
In the Library open the "Preferences"  folder and remove "com.apple.Aperture.plist"
Hope that helps
Léonie

Similar Messages

  • URL missing from Media tag

    I am trying to stream a live video from Adobe Media Server. I am sending  a video to the server from Adobe Flash Media Encoder 3.2. On Adobe Media Server I open the sample video player (videoplayer.html) in a browser. In the STREAM URL field I put: http://localhost/hds-live/livepkgr/_definst_/ liveevent.f4m. When I click the PLAY STREAM button I get the error message: URL missing from Media tag. What do I need to do?

    What is the stream name that you are publishing from FMLE? If it's "livestream?adbe-live-event=liveevent" then the url should be http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m .

  • F4M document contains errors - URL missing from Media tag

    I feel like I'm getting close to finally get a live stream to work correctly in 4.5
    I can see the streams being recorded in the following directories
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent1
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent2
         C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent3
    Each directory contains five files: bootstrap ,control, meta, f4f, and f4x.
    I have a single file called Event.xml in the directory: C:\FMSHOME\applications\livepkgr\events\_definst_\liveevent
    <Event><EventID>liveevent</EventID>
    <Recording>
    <FragmentDuration>4000</FragmentDuration>
    <SegmentDuration>16000</SegmentDuration>
    <DiskManagementDuration>3</DiskManagementDuration>
    </Recording>
    </Event>
    However the client player receives the exception F4M document contains errors - URL missing from Media tag.
    If this file is dynamically generated on the fly by the server what do I need to change to resolve this issue?
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=10,0,0,0"
                width="600"
                height="409">
                <param name="movie" value="StrobeMediaPlayback.swf"></param>
                <param name="FlashVars" value="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m"></param>
                <param name="allowFullScreen" value="true"></param>
                <param name="allowscriptaccess" value="always"></param>
                <embed src="StrobeMediaPlayback.swf"
                       type="application/x-shockwave-flash"
                       allowscriptaccess="always"
                       allowfullscreen="true"
                       width="600"
                       height="409"
                       FlashVars="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m">
                </embed>
    </object>
    Thanks Again!
    Dave

    I will suggest you to go through this doc for complete implementation details. It is pretty comprehendable and would help you understand http live streaming better.
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSeb6b7485f9649bf23d103e5512e08f3a33 8-8000.html#WSd391de4d9c7bd609a95b3f112a373a7115-7ff6.
    As per your questions -
    1. "I try to access the stream using the local player at http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m" - This should be http://localhost/hds-live/livepkgr/_definst_/liveevent/liveevent.f4m.
         The name of the f4m is the name of the event you are referring to. In your case, the live event - liveevent is associated with all your three livestreams- namely livestream1, livestream2. livestream3.
    2. "Do I need to create BOTH a 'manifest.xml' and a 'event.xml'? And do both of these files need to be in the event directory like below?" - Yes. If you are using mbr you need both these files at the exact place you mnetioned.
    For simple single bitrate streams, mainfest.xml file is optional.
    3. "If I need to manually create a manifest.xml file would this file and directory be correct?" - Yes, you are right on track. Create the file Manifest.xml and place it inside events directory at the place you mentioned.
    4. "Do I need to use a absolute url in the streamid field in manifest.xml to resolve the error msg 'The F4M document contains errors URL missing from Media tag'?" - No. This is not needed. StreamId is not the content path, that is taken care of by the url path in the output manifest. You streamIds will be - livestream1, livestream2, livestream3.
    After all this, I would suggest you to check one more thing. If you are publishing the way you mentioned above, there would be '.stream' files (For eg - 'MTYxMjAzMzAzMg=.stream' ) created in your events folder - "C:\FMSHOME\applications\livepkgr\events\_definst_\liveevent\". You should check that there are 3 and only three files formed. It somehow happens that when you publish and republish again without deleting these files, FMS creates multiple copies and tries to map each one to the actual content written at - C:\FMSHOME\applications\livepkgr\streams\_definst_\livestream1\ etc.. So there should be three files and each one should point to one of the streams directory. If there are more, please delete these files, delete your hds streaming content (if possible) and republish again the same way.
    This should solve your problem. If still you are facing some issues, do let us know.
    Thanks,
    Apoorva.

  • OSMF Player Error: URL missing from Media tag - HTTP Live

    When I try to play an HTTP Live Stream using OSMF Player, I get "URL missing from Media tag" error.
    I installed Flash MS4.0 with Apache2.2.
    My live manifest file (f4m) is below.
    http://localhost/live/events/livepkgr/events/_definst_/liveevent.f4m
    <manifest>
    <id> livepkgr/events/_definst_/liveevent </id>
    <mimeType> </mimeType>
    <streamType> live </streamType>
    <duration> 0 </duration>
    <media streamId="livestream1" bitrate="100">
    <metadata> </metadata>
    </media>
    <media streamId="livestream2" bitrate="200">
    <metadata> </metadata>
    </media>
    <media streamId="livestream3" bitrate="350">
    <metadata> </metadata>
    </media>
    <bootstrapInfo profile="named" url="../../../../streams/livepkgr/streams/_definst_/livestream%i1/livestream%i1.bootstrap" id="bootstrap2386"></bootstrapInfo>
    <media streamId="livestream%i1" url="../../../../streams/livepkgr/streams/_definst_/livestream%i1/livestream%i1" bootstrapInfoId="bootstrap2386">
    <metadata>
    AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAMYXVkaW9jb2RlY2lkAgAEbXA0YQAFd2lkdGgAAA AAAAAAAAAABmhlaWdodAAAAAAAAAAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAUIAAAAAAAAAI YXZjbGV2ZWwAQD4AAAAAAAAABmFhY2FvdAAAAAAAAAAAAAAPYXVkaW9zYW1wbGVyYXRlAEDfQAAAAAAAAA1hdWRpb2 NoYW5uZWxzAEAAAAAAAAAAAA52aWRlb2ZyYW1lcmF0ZQD/+AAAAAAAAAAJdHJhY2tpbmZvCgAAAAIDAAZsZW5ndGgA AAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACX RpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkADXNtcHRlVGltZUluZm8DAAtzbXB0ZU9mZnNldAAA AAAAAAAAAAAACQAHY3VzdGRlZgoAAAAAAAAJ
    </metadata>
    </media>
    <bootstrapInfo profile="named" url="../../../../streams/livepkgr/streams/_definst_/livestream%i2/livestream%i2.bootstrap" id="bootstrap6801"></bootstrapInfo>
    <media streamId="livestream%i2" url="../../../../streams/livepkgr/streams/_definst_/livestream%i2/livestream%i2" bootstrapInfoId="bootstrap6801">
    <metadata>
    AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAMYXVkaW9jb2RlY2lkAgAEbXA0YQAFd2lkdGgAAA AAAAAAAAAABmhlaWdodAAAAAAAAAAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAUIAAAAAAAAAI YXZjbGV2ZWwAQD4AAAAAAAAABmFhY2FvdAAAAAAAAAAAAAAPYXVkaW9zYW1wbGVyYXRlAEDfQAAAAAAAAA1hdWRpb2 NoYW5uZWxzAEAAAAAAAAAAAA52aWRlb2ZyYW1lcmF0ZQD/+AAAAAAAAAAJdHJhY2tpbmZvCgAAAAIDAAZsZW5ndGgA AAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACX RpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkADXNtcHRlVGltZUluZm8DAAtzbXB0ZU9mZnNldAAA AAAAAAAAAAAACQAHY3VzdGRlZgoAAAAAAAAJ
    </metadata>
    </media>
    <bootstrapInfo profile="named" url="../../../../streams/livepkgr/streams/_definst_/livestream%i3/livestream%i3.bootstrap" id="bootstrap1"> </bootstrapInfo>
    <media streamId="livestream%i3" url="../../../../streams/livepkgr/streams/_definst_/livestream%i3/livestream%i3" bootstrapInfoId="bootstrap1">
    <metadata>
    AgAKb25NZXRhRGF0YQgAAAAAAAhkdXJhdGlvbgAAAAAAAAAAAAAMYXVkaW9jb2RlY2lkAgAEbXA0YQAFd2lkdGgAAA AAAAAAAAAABmhlaWdodAAAAAAAAAAAAAAMdmlkZW9jb2RlY2lkAgAESDI2NAAKYXZjcHJvZmlsZQBAUIAAAAAAAAAI YXZjbGV2ZWwAQD4AAAAAAAAABmFhY2FvdAAAAAAAAAAAAAAPYXVkaW9zYW1wbGVyYXRlAEDfQAAAAAAAAA1hdWRpb2 NoYW5uZWxzAEAAAAAAAAAAAA52aWRlb2ZyYW1lcmF0ZQD/+AAAAAAAAAAJdHJhY2tpbmZvCgAAAAIDAAZsZW5ndGgA AAAAAAAAAAAACXRpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkDAAZsZW5ndGgAAAAAAAAAAAAACX RpbWVzY2FsZQBAj0AAAAAAAAAIbGFuZ3VhZ2UCAANlbmcAAAkADXNtcHRlVGltZUluZm8DAAtzbXB0ZU9mZnNldAAA AAAAAAAAAAAACQAHY3VzdGRlZgoAAAAAAAAJ
    </metadata>
    </media>
    </manifest>
    It seems to me that it is a configuration issue, but I have no clue.
    I compared above manifest with a sample manifest that I found on Adobe's site, the attributes are same but the structure is not. Maybe that is causing OSMF to fail.
    Thanks for any suggestion!

    I am using other encoder than FMLE. I am publishing 3 streams.
    rtmp://x.y.z.w/livepkgr
    H264 BL3.0 60kbps, 160kbps and 310kbps & AAC-LC Stereo 32kHz 40kbps & Fragment duration 4 sec
    >>> matches C:\Program Files\Adobe\Flash Media Server 4\applications\livepkgr\events\_definst_\liveevent Event.xml and Manifest.xml files.
    <FragmentDuration>4000</FragmentDuration>
    <media streamId="livestream1" bitrate="100" />
    <media streamId="livestream2" bitrate="200" />
    <media streamId="livestream3" bitrate="350" />
    (e.g. 60kbps video + 40kbps audio for the 1st stream)
    I have Common output parameters > Stream Name configuration on my Live Transcoder and I write the following:
    livestream%i?adbe-live-event=liveevent&adbe-http-streaming-ver=1.0
    Then Admin Console > View Apps > Live Log includes the following:
    Stream name is: livestream%i1 and live event is: liveevent
    Stream name is: livestream%i2 and live event is: liveevent
    Stream name is: livestream%i3 and live event is: liveevent
    As you say, it seems %i above causes the problem, but how to fix it?
    My f4m includes the bitrates:
    <id> livepkgr/events/_definst_/liveevent </id>
    <mimeType> </mimeType>
    <streamType> live </streamType>
    <duration> 0 </duration>
    <media streamId="livestream1" bitrate="100">
    <metadata> </metadata>
    </media>
    <media streamId="livestream2" bitrate="200">
    <metadata> </metadata>
    </media>
    <media streamId="livestream3" bitrate="350">
    <metadata> </metadata>
    </media>
    Thanks!

  • OSMF: URL Missing from Media Tag: Adobe HDS

    Hi,
    I have an encoder publishing 2 streams livestream1 and livestream2 to the FMS livepkgr. I have a set-level manifest for the 2 bitrates, but I get the URl missing from media tag error. What is causing this ?
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
        <id>myVideo</id>
        <baseURL>http://172.16.3.60/hds-live/livepkgr/_definst_/liveevent/</baseURL>
        <dvrInfo offline="false" windowDuration="600" />
        <streamType>live</streamType>
        <media url="livestream1.f4m" bitrate="300"/>
        <media url="livestream2.f4m" bitrate="800"/>    
    </manifest>
    I resorted to downloading the OSMF source code but cant fathom out why it thinks this XML is invalid and that the media url doesnt exist. 
    The streams play back indiviually no problem.
    Anyone got any ideas ?
    Mal

    Got it thanks Ed ! Downloaded 1.6 from:
    http://sourceforge.net/projects/smp.adobe/files/Strobe%20Media%20Playback%201.6%20Release% 20%28source%20and%20binaries%29/
    and used this manifest
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">   
        <baseURL>http://172.16.3.60/hds-live/livepkgr/_definst_/liveevent</baseURL>
        <dvrInfo offline="false" windowDuration="600" />
        <streamType>live</streamType>
        <media href="/livestream1.f4m" bitrate="300"/>
        <media href="/livestream2.f4m" bitrate="800"/>   
    </manifest>

  • Music is missing from Media files

    So I have many CD's I have copied to iTunes.  I copied them years ago.  I'm now trying to copy some of the music files from media to my phone (non-Apple) which requires me to do it from the media file location on my windows.
    I noticed music is missing from my music on iTunes.  I have not found a way to update/backup whatever to get the missing music to the media files?

    "Not sure how or what caused the Compilations folder in the file path."
    iTunes will put any songs for which the "Part of a Compilation" flag is set into the Compilations folder.  Unless you have an older type of iDevice there's really no need to ever use "Part of a Compilation" (and even if you do, its only necessary for "Various Artists" compilations).  In this example, if you select the album in iTunes, right-click > Get Info >  Summary tab and set Part of a Compilation to "No" (and assuming that you have configured iTunes to manage your library) the media will be moved to C:\Users\RS Desktop\Music\iTunes\iTunes Media\Music\.38 Special\Flashback_ The Best of .38 Special.
    "So after I moved a few songs over, went to iTunes to play.  It says it can't locate the songs."
    Ah, that may be the problem ... based on what you're reporting you have these two options set under Edit > Preferences > Advanced:
    This means that iTunes determines where to store media based on Artist and Album information - if you start moving files around yourself it will inevitably lose track of it (indeed, iTunes lacks any capability to keep track of media when moved by anything else, irrespective of its settings).
    "How do if I click on a song a pop up asks if I want to locate, then I can go to the media files folder and get the song, but that if individually."
    iTunes does sometimes automatically fix related links when you do this - however, it can't be guaranteed to do so and there is no "bulk fix" capability built into iTunes itself.
    If possible, restore your iTunes Media using a backup taken before you started moving files around.  Turingtest2 has a useful script (http://samsoft.org.uk/iTunes/scripts.asp#FindTracks) that may help to resolve further issues (as always, before you start running any scripts that may modify the content of your library take a backup first).

  • Aperture is missing from media browser!

    All of the sudden, aperture went missing and I cannot seem to get it back! Anybody please help!

    Check this link for a possible solution.
    http://www.it-enquirer.com/main/ite/more/iwork08_mediabrowser/

  • ITunes missing from Media Browser -- "open itunes to populate list"

    I am on a MacBook Pro 10.7.3 running GarageBand '11 6.0.4 and all of the sudden no tracks will display under Audio in the Media Browser (Photos and Movies still appear). No tracks from either iTunes or GB show up. This is confusing as I have been using GB to make podcast/music mixes for more than 5 years and I haven't changed any settings or done anything different, but now I get the message "open itunes to populate list" or "To see GB songs here, open GB to edit and save your music."
    Also, for quite some time I have been unable to go the alternative route of dragging tracks directly from iTunes and dropping them on to the timeline in GB -- that used to work, but mysteriously stopped, so I am dependent on the Media Browser for importing music.
    I read thru the forums and tried the advice given to someone this was happening to in Final Cut -- recreating iTunes .xml file. Did that, still no tracks display.
    Other advice says to reinstall GB or iLife altogether -- I hope to avoid this, but if I need to go this route, how do I reinstall GB w/o a disk? Can I do it through App Store and will it recognize that I have already purchased it?
    I am dying to be able to get back in to my music mix making in GB, so thanks in advance.

    moontroll wrote:
    unable to go the alternative route of dragging tracks directly from iTunes {...} I am dependent on the Media Browser for importing music.
    another way:
    http://www.bulletsandbones.com/GB/GBFAQ.html#importfromitunes
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    moontroll wrote:
    how do I reinstall GB w/o a disk?
    you can't, you'd need to find the DVD
    moontroll wrote:
    Can I do it through App Store and will it recognize that I have already purchased it?
    no, it'll only recognize your purchase if it was through the app store

  • Aperture Reading From Media Card?

    I use a Panasonic FZ30, which is nowhere to be found on the Aperture camera support pages. So, if I use an external media card (sD) reader, will Aperture import the files? RAW would be great, but JPG would do if the issue is Aperture not liking Pan RAW files.
    Anyone know?
    TIA,
    Maury

    Ok Maury, a quick test on your part. If you open finder and browse to a folder with your Panasonic files in it, can you see thumbnail pictures of those files? If not, then Aperture probably won't import those files. I've read taht there seems to be some correlation between what the OS can handle and what Aperture can handle.
    This is only conjecture on my part, but should be a quick and dirty check that you can do.
    Jeff Weinberg

  • Disks missing from media:/ kde3.

    Some of my disks doesn't show up on media:/. They are mounted and I can point Konqueror to their location.
    My fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/sr0 /mnt/sr0 auto ro,user,noauto,unhide,exec 0 0
    /dev/sr1 /mnt/sr1 auto ro,user,noauto,unhide,exec 0 0
    /dev/mapper/VolGroup00-lvolHome /home ext3 defaults 0 0
    /dev/mapper/VolGroup00-lvolSwap swap swap defaults 0 0
    /dev/mapper/VolGroup00-lvolSys / reiserfs defaults 0 0
    /dev/mapper/VolGroup00-lvolStor1 /mnt/storage1 ext3 defaults 0 0
    UUID=d8945910-d01d-427f-b0a9-a1c2439b4bfd /boot ext2 defaults 0 0
    /dev/sda1 /mnt/windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
    /dev/sda5 /mnt/windows/E ntfs-3g ro,users,gid=users,umask=0002,nls=utf8 0 0
    The disk that doesn't show up are:
    /dev/mapper/VolGroup00-lvolStor1 /mnt/storage1 ext3 defaults 0 0
    /dev/mapper/VolGroup00-lvolSys / reiserfs defaults 0 0
    /dev/mapper/VolGroup00-lvolHome /home ext3 defaults 0 0
    Does anyone else faces the same issue? I suspect that it has to do with dbus. Any ideas?

    No, Hot plug works just fine.
    In media:/ I can se for example the device sda1 witch in fstab is /dev/sda1 /mnt/windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
    I can see sda3 (UUID=d8945910-d01d-427f-b0a9-a1c2439b4bfd /boot ext2 defaults 0 0)
    I can see the usb disk when I connect them, but I cant for example /dev/mapper/VolGroup00-lvolStor1.

  • Some Aperture photos and projects missing from iLife Media Browser

    Good evening - having a little bit of trouble getting Aperture to work smoothly with my iLife media browser (i.e., inserting photos into Mail, Pages, Keynote, etc).
    I currently have 5699 photos and 131 projects in Aperture. But the iLife Media Browser only shows me 5131 photos and 130 projects; when clicking on individual projects in the browser, anywhere from 3 to 70 photos per project are missing. Tried repairing permissions, repairing the database, and rebuilding the database - this improved the issue, but didn't completely resolve it as 5679 photos now show in the Media Browser, and 20 remain missing. Also tried deleting, and generating previews for all my photos in the library. No change.
    My library is mostly referenced, with a few photos managed.
    Obviously in the grand scheme of things 20 photos missing in the Media Browser not that big a deal. But wanting to get to the root cause though because without solving this issue, I'm concerned about a larger underlying problem that may only get worse as my library grows.
    Has anyone had, or resolved a problem similar to this? And can anyone offer any additional suggestions? Are there any specific files that feed the iLife Media Browser that I can delete and rebuild that may solve this issue?
    thanks,
    Mark

    I think I've ironed this out. Several intertwined issues. I took a moment to type out my notes; hopefully it helps you guys solve this quickly if you get a call from someone else on this down the line.
    [1] original problem of several hundred items missing in Media Browser: probably an issue of previews not being built. Mostly fixed when I regenerated previews for my library, but repairing permissions and repairing the database may have helped too.
    [2] Residual problem of 20 items still missing (5698 items displayed in Aperture when selecting Inspector > Library > Photos; 5677 items displayed in Mail Photo Browser). My issue wasn't as much with 20 missing items in a browser as it was with trying to understand the root cause and whether I had an underlying Aperture, Aperture Library, or OS problem that would bite me later. Turns out several things were causing this problem:
    [2a] In Aperture, when you select Inspector > Library > Photos , all your content is displayed: photos, videos, and any audio clips you may have imported (e.g., a recorded audio clip on your camera narrating shoot, location, client, exposure value etc). So even though you've selected "Photos", your "xxx items displayed" count on the bottom of the screen reflects all your imported content. This is not the case in the Media Browser - of which there are two variants in Mac OS:
    [2a.1] Mail has a Photo Browser, which behaves much like a "Media Browser Lite: the title bar says "Photo Browser", it only accesses your Aperture and iPhoto Libraries, and only shows photos and video.
    [2a.2] iWork applications have a more comprehensive Media Browser, where you can select between Audio, Photos, and Movies. If you select Audio the iWork Media Browser will show any audio files present in your Aperture or iTunes library. If you select Movies, the iWork Media Browser will show any movie clips present in your Aperture or iMovie libraries. Photos behaves the same way as "Photo Browser" in Mail, showing any photos present in your Aperture (or iPhoto if installed) libraries.
    Turns out I had three audio clips in my Aperture library. When selecting "Photos" in either the Mail or iWork browsers, the total item count will only show photos and videos - no audio clips. So now 17 missing items remain.
    [2b] Stacks - one project contained nine photos grouped into a stack. Only the key photo of a stack is previewed/shown in Media Browser. So a stack of nine photos will only show as one in the browser - unstacking the photo will allow them all to appear. So now nine missing items.
    [2c] Seven photographs somehow had broken links to their referenced masters, and needed to be reconnected. Down to two missing items.
    [2d] One photo simply wouldn't cooperate - no matter how many times I regenerated the preview, or deleted the preview and then regenerated it, nothing worked. I deleted it from the library and reimported it. One missing item remains.
    [2e] Final missing item was a photograph I rejected. Makes sense; as media browser does not display rejects.
    Problem solved!! Hopefully this might be of help to somebody in the future.
    cheers,
    Mark

  • MPEG-2 option missing from Adobe Media Encoder (ver7.2.0.43)

    Hi all,
    Having an issue getting the MPEG-2 option for our Creative Cloud installation, specifically in Media Encoder's presets.
    The following steps were recommended on another Adobe forum addressing this issue:
    1.Uninstall Adobe Premiere Pro or the Creative Suite.
    2.Run the cleanup script found here: http://www.adobe.com/support/contact/cscleanertool.html
    3.Reinstall Adobe Premiere Pro or the Creative Suite.
    4.Launch Adobe Premiere Pro.
    5.When prompted for activation during launch, ensure that the computer is online and complete activation.
    If the computer cannot be brought online, complete the offline activation during the first launch of the software. Do not choose to activate later.
    6.After Activation, close and restart Adobe Premiere Pro.
    We have been able to run through steps1 to 4, however the Activation option in #5 does not appear at all (must be activation is included as part of our CC license).
    Without the option to deactivate/activate Premiere how can we go about getting the MPEG-2 option to appear?
    Thanks again

    Hi Jim,
    I'm having the same problem of the mpeg 2 codecs missing from adobe media encoder.  I have 2 computers and on both of them the mpeg 2 options for encoding have disappeared today.  Can you please help? 

  • Aperture 3 save PDF to folder as JPEG option missing from PDF services?

    I have Aperture 3 downloaded from the App store in a MAC OSX 10.6.7 but the save PDF to folder as jPEG option is missing from the print menu? I do not have discs to re-install Aperture so can I add a workflow directly to the PDF services library and if so where can I get a copy of this workflow?

    Hi frank, thanks for the advice, I am very new to Apple and Aperture. I think I am looking at the second print menu, I am basically trying to add text to a phot and have followed this online guide
    http://photo.rwboyer.com/2010/02/07/aperture-book-tool-screen-cast-take-two/
    I can do everything except the last part which is save PDF to folder as JPEG. My version of aperture does not give me this option and I only have access to the following:
    Open PDF in preview
    Save as PDF
    Save as Post Script
    Mail PDF
    Save as PDF-X
    Save PDF to iPhoto
    Save PDF to web receipts folder
    Pictures
    Edit Menu
    There is no option to Save PDF to folder as JPEG and I cannot add this function from the Edit menu? Previous discussions suggest re-installing Aperture 3 but I downloaded this from the App store so do not have discs to reinstall?
    Thanks
    Mike

  • After loading the latest Aperture 3 update, aperture will not load and it appears to have corrupted 10.6.  10.6.7 now appears to be missing from the computer and my administrator status has changed to standard.

    After loading the latest Aperture 3 update, aperture will not load and it appears to have corrupted 10.6.7. and now appears to be missing from the computer and my administrator status has changed to standard.  Update Software says I need to do update to 10.6.7 which I can't do because administrator privileges are gone.   I didn't back-up with Time Machine ,BAD, but I have all files backed-up on another hard drive.  Should I just reformat and start over?  Any ideas or help would be appreciated.

    PROBLEM SOLVED! For me at least!
    Apple Support gave me the clue - I had run Migration Assistant, and it had obligingly replaced a system file (/Library/Frameworks/PluginManager.framework/Versions/B/PluginManager) with the equivalent from my old system.
    I reinstalled 10.6.7 using the DVD supplied and all is well.
    The moral is - don't use Migration Assistant.
    Along the way Apple Support provided me with a link to download Combo update 10.6.7: this could not be installed on my iMac.
    Hope this helps.

  • I just find out many images missing from my most important project for no reason and don´t know what to do!

    I was checking my SDHC cards to see which ones had already been downloaded to my computer and sudenly after I inserted one of the cards an anouncement poped out telling me Aperture had trouble importing many files... since this card had already been downloaded in one of my projects and had been working on some of the pictures I did not mind and took the card out and formated it in my camera (as I said before all the pictures had been downloaded before!) and I went to work on Apperture. When I opened the project I was going to work in I found lots of pictures missing!
    I don´t know how to recover this pictures or if it can be done!
    This is my most important project to date!
    I will greatly appreciate any help.
    Alberto Ayala

    Hello Léonie,
    I will try to be more specific:
    I inserted my memory card and opened Aperture. I Pressed import and chose an existing project as a destination after choosing only the pictures I wanted to keep for imediate use (done this same precedure before). The importing procedure started and everything was "normal" but the "procesing" indicator (the spinning circle in the low left corner) never stoped (even the day after) so I quit Aperture,turned of my computer and took out the memory card.
    Later I restarted my computer, oppened Aperture and saw all the pictures I wanted there, I even made versions and worked on some of them and everything was fine so far... The big problem came when I was cheking my memory cards -days later- to erase some of them for reuse and to make a back up copy of the full card in a diferent folder on the desktop of my computer (as I told before In Aperture only downloaded some pictures) and inserted the card that presented the continus "procesing" inconvinience: Somehow it created a link to Aperture and a notification poped telling me that some files where unable to download...
    Since I had already seen and worked with the files in Aperture I thought the message was a mistake (the files had been imported ok before!) so I took out the card and reformated it in my camera (BIG MISTAKE!) and for my surprise when I wanted to work with this files and their versions and opened Aperture all of them were gone as If they had never been imported!
    I opened the back up folder on my desktop just to find none of the files was saved there even though the downloading had run fine...
    I tried to restore my Aperture library from Time Machine this morning but I think I made another BIG MISTAKE when answered to replace my library instead of keeping both... I found some files replaced, none of the diferent versions I had done, some files missing, some foulty tumbnails and God knows what else...
    I´m very frustrated and disapointed and don´t know if there is anything I can still do to recover my files...
    I don´t know if I should blame Apple´s Aperture or the card´s manufacturer for the origin of this problem but how can I trust my work to this combination of factors?
    Thanks for your concern Léonie and have a good new year!

Maybe you are looking for