What's a good 3rd party iPhoto replacement?

I have a large number of slideshows which I’ve made with iPhoto 7.1.5 to which I have applied carefully-adjusted effects settings and music for each slide. They are as perfect as I can get them for my usage. I have tried both importing as well as totally re-doing some of  them from scratch in iPhoto 9.1.3 with no success. My settings will not stick in 9.1.3 (yes I have looked at all the other posts and tried the fixes offered in this forum but to no avail) and I do not like the theme based format at all. I like full screen slides with ONLY the settings and syncronization that I have applied to each slide, all of which has worked perfectly for me in 7.1.5.
My great fear is that although my present iMac has and is working perfectly, one day I will have to replace it and whatever new one I get might most likely not run iPhoto 7.1.5 so all of my work could be lost.
I am prepared to drop iPhoto usage altogether and work with a good third party application that will allow me to individually set my slides as I want them set without forcing me to use some theme or other (as the new iPhoto and some third party apps seem to do) and to which I can perfectly synchronize music to the flow of the slides just like I’m able to do in 7.1.5.
My question then is what would be a good third party application for this purpose? Again I am perfectly willing to redo all of the shows from scratch in that new app if it will work the way I’ve described.
Thanks to all for reading this lengthy post  :-)
Rick 

Hello Steven,
As promised I’m letting you know my decision on replacing iPhoto with Aperture for making slideshows. I’m going with Aperture. As a test I imported the iPhoto 7.1.5 pictures from two of my longest and most complex slideshows (no problem at all with that) so as to give Aperture a good tryout. Using the “Classic” mode when choosing themes (actually no theme at all) I was able to very easily rebuild the two shows I was testing. In those two shows each slide is individually timed to the phrases and tempo of the musical background, no easy task in iPhoto 7 but a cinch in Aperture. I noticed a close resemblance to iPhoto 11 ( the newest version) in setting those individual slides, but with Aperture all of the settings I made actually stuck!  That was my main frustration with the newest iPhoto and was the reason I was looking for a replacement in the first place.
All of the effects used for each individual slide were also easy to redo. So the remaking of slideshows from iPhoto is not at all difficult; that is once you’ve figured out the way things are done in Aperture. That took a little time and was occasionally frustrating. I found that just quitting for awhile and resuming the job later was very helpful but once learned, it’s just fine. There is a downloadable PDF manual, which is more or less helpful, but digging in and getting to work on a project is still the best way to learn the application . . . for me, that is ;-) 
Although I use Photoshop Elements for processing my shots before using them in slideshows I found that it’s really handy to use Aperture’s many photo retouching tools on the fly when building slideshows. Something that is very limited in iPhoto. It’s possible that some people may find that those built-in tools are all they need for spiffing up their photos with no need for other applications for that purpose. In my case, I’ll stick with PE for that if for no other reason than that I’m used to using it (and also already have it :-) ).
There are lots of other features available in Aperture that I haven’t yet checked out but that will be something for me to play with later once I get all my slideshows transferred over.
For TD, thanks again for the tip on PhotoToMovie. I gave it a try also but found that it played havoc with the quality of my photos. Once I saw that, I stopped checking it out. Too bad since it is about a quarter of the price of Aperture.
Rick

Similar Messages

  • What is the best 3rd party optical drive for my mac?

    What is the best 3rd party optical drive for my mac?

    I really like this drive, it reads/writes DVD's and CD's just fine on my mac and on my PC aswell also it has only 1 USB so it will only take up one of your 4 USB's
    Amazon UK link
    Amazon US link

  • Know of a good 3rd party app to sync Outlook Tasks with iPhone?

    Know of a good 3rd party app to sync Outlook Tasks with iPhone?
    Thanks,
    Monty

    This can not be discussed here I'm afraid.

  • What is a good third party program to organize my iTunes

    what is a good third party program to organize my iTunes

    TuneUp | Fix Mislabeled Song Info, Add Album Art & More

  • 3rd party unlocking replacement??

    Hello there.
    I'm just curious about something. If I unlock my phone through the carrier, and I go and get a replacement phone, one way or another, I'll be able to get a unlocked replacement.
    But, will this work if I unlock it through a 3rd party? Will apple see the phone is unlocked and give me a new one?
    iPhone 5, iOS6 16GB.
    Thank you in advance.

    No, they are not doing the same thing as the carrier. Carrier sends
    a message to Apple where a database of unlocked iPhones is maintained.
    The iPhone verifies itself against this database during activation.
    3rd party unlock hacks the software on the iPhone to temporarily appear as unlocked.
    This usually results in the iPhone being relocked to the original carrier
    during the next update or restore, and frequently results in the iPhone becoming
    a useless brick. Such hacks often prevent a legitimate unlock from
    completing successfully.

  • What on Earth does 3rd Party Software mean WRT BT ...

    Hi,
    As many of you will know BT Cloud is unable to backup Microsoft Outlook PST files.  According to customer support this is because Microsoft Outlook is a piece of "Third Party software".
    Does anyone understand what they mean by this?  And just how do PDF, JPG, XLS etc etc not qualify as 3rd party?
    Thanks
    CTBUK

    That explanation does sound illogical.
    Does it work if you copy the PST file into a ZIP file/compressed folder?

  • I lost my upgrade eligibility after activating phone bought 3rd party to replace broken phone to get me by until my upgrade date (2 months after phone broke), is this right?

    My Iphone 4 broke 2 months before my upgrade date and I bought another iphone 4 from a friend to get me by until then.  I activated it and thought all was gravy until I go to upgrade to an Iphone 5s.  It says my upgrade isn't for 2 more years from the activation date of the phone I bought 3rd party.  I'm very upset about this and would like to get to the bottom of this.  I've tried talking to sales reps both in person and at the store and they acted like deer in headlights about the issue.  Should I ask for a copy of my upgrade history?  I'm very tempted to end my contract if this cannot be resolved.

    How To: Direct Message  and  Joe L

  • What is the best 3rd party print API available with rich print capabilities

    Hi
    Our SWING based application is 6 years old and we have been using a third party print API that was available at that time.
    As it is a very old API, all the print features are not available and it provides just a minimal print features. Now we are thinking of migrating to a best available print API.
    What is the best third party print API available with robust print capabilities? OUR COMPANY IS READY TO SPEND SOME BUCKS TO BUY ANY ROBUST THIRD PARTY PRINT API.
    Thanks
    Reddy

    I just put this into my client class (removed the stuff i had that weren't needed):
    import java.io.*;
    import java.util.Scanner;
    public class ListClient
         public static void main (String [] args) throws IOException
             Friend[] friend = new Friend [20];
             List myPals = new List();
             Scanner s = null;
            try {
                s = new Scanner(new BufferedReader(new FileReader("myFriends.dat")));
                while (s.hasNext()) {
                    System.out.println(s.next());
            } finally {
                if (s != null) {
                    s.close();
    }my file (called myFriends.dat, in the same file this program is in) has 3 names listed in a column with their birthdays right next to each and phone numbers right next to the bdays.
    when i right click on the listClient class and "tell it to work", it does nothing... did i do it completely wrong? lol

  • What is a good third party display to use with the Mac Mini?

    The Acer monitor I bought simply doesn't work with my first generation Mac-Mini. When connected to the VGA connection I get a "input not supported" message. When I connect the DVI, the screen blacks out when I scroll and then comes back, at first I thought it was just with Firefox but soon discovered it was with any application I used. After some research on the internet I discovered that there is a problem with the firmware design on the DVI's on Acer Monitors. My new Acer monitor is enjoying it's new home in my sisters office, on her desk, connected to the VGA plug on her computer, enjoying Windows XP.
    At another web site for the Mac-Mini I was told that there are not that many displays that work for the Mac-Mini and I would be better off purchasing an Apple display, only problem is that the Apple displays are not within my budget. I would like some suggestions on this board from users as to what third party displays they use with a first generation Mac-Mini? I'm looking in the budget range of $200 to $250 dollars. I have a first generation Mac-Mini, Mac OS X Panther.
    PS I have tried setting monitor resolutions using both the VGA and DVI plug, they don't work.
    Thank you for any help I receive.

    Charles,
    I cannot speak on behalf of hooking this model of monitor up to a mini, however I do have a 19" Planar monitor at home hooked up to an old G4 tower via VGA, and the 19" Planar monitor that I have at work is hooked up via digital to my G4 15" PowerBook. I love both of these Planar 19" LCD monitors, and have absolutely no complaints. Planar's three year warranty is nice, and their tech support is top notch. I had an issue with the monitor at work, and I had a replacement on my desk in two days. Returning the bad monitor in the pre-paid box that the new one came in made things effortless. We have a few Planar's in the school district that I work in, and have no major issues with any of them.
    Not too sure what the most recent pricing is on this model, but CDW was selling them for around $225-$230 delivered right to your door.
    Hope this helps.

  • What's a good third party to use with an unwanted rarely used iPod Shuffle?

    Hello.
    I don't want to use Apple's iTunes. I have these updated operating systems (OSes): Debian (Linux) stable, Windows XP Pro. SP3, and Mac OS X (10.5.8 and 10.8.2). I noticed Windows asked me to format it since its FS was unreadable to it, but Debian could read its HPS (no write). I assume I could format it as FAT32 and use it as an 7 GB USB flash drive, but I'd like to use its screen too if possible.
    Thank you in advance and happy new year.

    Charles,
    I cannot speak on behalf of hooking this model of monitor up to a mini, however I do have a 19" Planar monitor at home hooked up to an old G4 tower via VGA, and the 19" Planar monitor that I have at work is hooked up via digital to my G4 15" PowerBook. I love both of these Planar 19" LCD monitors, and have absolutely no complaints. Planar's three year warranty is nice, and their tech support is top notch. I had an issue with the monitor at work, and I had a replacement on my desk in two days. Returning the bad monitor in the pre-paid box that the new one came in made things effortless. We have a few Planar's in the school district that I work in, and have no major issues with any of them.
    Not too sure what the most recent pricing is on this model, but CDW was selling them for around $225-$230 delivered right to your door.
    Hope this helps.

  • Looking for good 3rd party encoder

    Hi,
    Looking to encode my files before bringing them into Encore to try and stop the constant crashing that every version of encore has given to me.
    What do people recommend?
    Currently using TMPGEnc 3.0, does a good job, its quick, but I tihnk the audio encoding may be causing crashing, so looking to encode everything again with something else....
    Cheers,
    TBK.

    Encore doesn't crash for me when transcoding, either using its own transcoding engine (MainConcept), or using TMPEGEnc MPEG-2 files which don't need to be re-transcoded.
    Some advice: Encore prefers format-legal video encoding, and separate video & audio streams.

  • What is the best 3rd party dvd software

    I want to have video files as well as downloadable content like mp3's and pdf files. I may need to burn a two sided disk

    Hi
    Then there is no option to iDVD for not really big Pro Companies. Really.
    Roxio Toast are a great tool
    DVD-Studio Pro (if You can obtain a second handed one - and LEARN to master it)
    If there is no iDVD on Your Mac (and it's not on newer Macs as Apple discarded it) then You need a program that can do this.
    Your Mac can burn CDs and DVDs - BUT DVD as Data-DVDs not as Video-DVDs - they need a program to be encoded and STRUCTURED as such.
    • iDVD is part of the boxed version of iLife'11 and can only be bought outside Apple as on Amazon and e-bay
    • DVD Studio pro - Part of FinalCut Studio Pro bundle - this to has expired and can only be bought second handed. (High price and tough learning Curve - but best ever done.)
    • Roxio Toast™ - Not as elegant as iDVD - but has many other positive additions (I like it as 10-Pro incl BD-component) (now version 11)
    • Burn - only free alternative I know of on internet. Very simple - Just for doing a plain Video-DVD
    Burn http://www.digital-digest.com/software/Burn.html
    Fairly good resulting Video-DVD
    • Free DVD Creator.app - free from Apple Store
    (very simple - Quality ?? not sure - looked problematic reg. Interlacing)
    • FinalCut Pro-X which also can burn to DVD but without any nice themes.
    AppleMan1958
    You can also buy Compressor from Apple for $50 US. It will also create DVD and BluRay but without the nice themes.
    Yours Bengt W

  • What's a good third party email app?

    I'm looking for new email app that has more functionality than the native app.
    I use gmail and yahoo email as well as exchange occasionally.
    II'd appreciate any suggestions.

    Actually, I've already tried that route.  But, there are many to choose from.  Plus, I've already tried a few that didn't deliver as promised.
    I thought I might have better luck here.

  • Looking for a good 3rd party reporting tool

    I'm looking for a tool that I can use that will provide easy to read call detail reports that can be either PDF or Excel formatted. Quite often I get asked to pull reports for detailed call records of an extension for the last 3 months and it's a pain to run the query and then spend time in Excel to format it in such a way that another manager can understand it.
    Anyone have any recommendations? Not looking for the high end, do it all type of software.
    Thanks
    JIm

    http://www.isi-info.com/solutions/CiscoCallAccounting.htm
    this is the software our vendor recommened to us, as the reporting tool built into Unity isnt that great
    http://www.syn-apps.com/products/software/
    Call-Reply might also be something you might b e intreasted in.

  • SCUP2011 - SCCM2012 SP1 CU4: 3rd party updates fail to install with SoftDistHashMismatchEvent

    We publish 3rd party updates like Adobe Flash, Shockwave, Firefox with SCUP 2011 into WSUS.
    These 3rd party updates are imported/synchronized into our SCCM 2012 SP1 (CU4) environment and deployed to the clients/servers.
    But all of these 3rd party fail to install. Software Center returns the following error: The software change returned error code 0x80091007(-2146889721).
    The standard Microsoft Updates are downloaded and installed without any error.
    The 3rd party updates are downloaded by the client, but are deleted after checking the hash because of a hash mismatch (SoftDistHashMismatchEvent).
    As shown in the CAS.log:
    Submitted CTM job {5ACC812D-2126-4696-A852-AED288B4FEB0} to download Content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 under context System ContentAccess 26-03-2014 22:28:31 5956 (0x1744)
    Successfully created download  request {4F582B67-EDFC-486A-9762-96572A780CBC} for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 ContentAccess 26-03-2014 22:28:31 5956 (0x1744)
    Location update from CTM for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 and request {4F582B67-EDFC-486A-9762-96572A780CBC} ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download location found 0 - net:http://sccm.mydomain.local:8530/Content/32/04B9361CDC426D2DBC94B90A7BB0172CAE84D532.cab ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download location found 1 -
    http://sccm.mydomain.nl/SMS_DP_SMSPKG$/fea1aeb3-af1a-45aa-b464-4f90422b4720 ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download request only, ignoring location update ContentAccess 26-03-2014 22:28:32 3548 (0x0DDC)
    Download started for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Download completed for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 under context System ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    File 04b9361cdc426d2dbc94b90a7bb0172cae84d532.cab not expected in folder. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    The content on the local cache location is not available anymore C:\Windows\ccmcache\px. Try downloading later ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Download failed for content fea1aeb3-af1a-45aa-b464-4f90422b4720.1 under context System, error 0x80091007 ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Download failed for download request {4F582B67-EDFC-486A-9762-96572A780CBC} ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Raising event:
    [SMS_CodePage(850), SMS_LocaleID(1043)]
    instance of SoftDistHashMismatchEvent
     ClientID = "GUID:93FA6D8A-9689-46F4-BB57-256BE8995A7B";
     DateTime = "20140326212832.587000+000";
     MachineName = "SERVERNAME";
     PackageId = "fea1aeb3-af1a-45aa-b464-4f90422b4720";
     PackageName = "fea1aeb3-af1a-45aa-b464-4f90422b4720";
     PackageVersion = "1";
     ProcessID = 5124;
     SiteCode = "A01";
     ThreadID = 5956;
    ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Successfully raised SoftDistHashMismatchEvent event. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Error: DeleteDirectory:- Failed to delete Directory  with Error 0x00000003. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Error: DeleteDirectory:- Failed to delete Directory C:\Windows\ccmcache\px.BCWork with Error 0x00000002. ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    Releasing content request {4F582B67-EDFC-486A-9762-96572A780CBC} ContentAccess 26-03-2014 22:28:32 5956 (0x1744)
    The strange thing is that 3rd party updates are downloaded/installed succesfully when using the Windows Update Control Panel applet, while WSUS and SCCM2012 are installed on the same server!
    Our environment uses PKI only for communication/authentication, because we manage multiple untrusted networks
    All servers are virtual servers (VMWare ESXi 5.5) with Windows Server 2008 R2 SP1 + latest updates.
    I already performed the following trouble-shooting tasks without any success:
    - I reinstalled the different Site System Roles.
    - Removed the SCCM client from the SCCM database and client and reinstalled
    - Removed the anti-virus software
    - Redeployed the 3rd party updates
    - Replaced the E1000 NICs with VMXNET3 (server and client)
    - Ensured no proxy between server and client
    - Downloading and installing the 3rd party updates manually from the specified download locations
      (e.g.
    http://sccm.mydomain.local:8530/Content/32/04B9361CDC426D2DBC94B90A7BB0172CAE84D532.cab or
    http://sccm.mydomain.nl/SMS_DP_SMSPKG$/fea1aeb3-af1a-45aa-b464-4f90422b4720) succeeds without a error.
    I really don't know what's going wrong.
    Is it a bug?

    Hi,
    I recommend that you try uninstalling the following KB’s.
    Run the following command to uninstall:
    wusa /uninstall /kb:2735855 /quiet /norestart
    wusa /uninstall /kb:2750841 /quiet /norestart
    Meanwhile, here's one video for your reference.
    Managing Third Party Updates with System Center 2012 Configuration Manager SP1
    http://channel9.msdn.com/Events/MMS/2013/UD-B326
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for