Why can't Lr5 export large format slideshow in 1080p?

As a photo-hobbyist with somewhat limited computer skills I was sold on the idea of creating slideshows with videos by using Lightroom 5 software.  Now I've discovered that the slideshow module is extremely limited and will only export small batches of photos.
Ideally, I would like to export groups of 500+ photos (mixed with a few short videos) in 1080p.  When I have attempted to export this type of slideshow collection to my harddrive with Lr5 it takes hours and produces a video file that won't open.
Is there a current fix or workaround, or must I upgrade to a different product?  

They dropped this feature.

Similar Messages

  • How can I, or can I export my songs on my iPod back to my computer?    The songs on my iPod Video 5th Gen now, were at one time on my computer, but have since been erased. Why can't I export the songs from my iPod back on to my computer? I have this

    How can I, or can I export my songs on my iPod back to my computer?
    The songs on my iPod Video 5th Gen now, were at one time on my computer, but have since been erased. Why can't I export the songs from my iPod back on to my computer? I have this same problem with my other devices (iPad 3rd Gen and iPod Nano 6th Gen). I am really frustrated now, because it seems as if I have to start all over again. This will be a royal pain in the butt! I don't understand why Apple makes this so hard and impossible to do this. Please help, anybody!!

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Why can´t I Export my H264 file as a VMW file in quick time 7. The program only does 30 seconds?.

    Why can´t I Export my H264 file as a VMW file in Quick time 7pro. The program only does 30 seconds of the file?

    Why can´t I Export my H264 file as a VMW file in Quick time 7pro. The program only does 30 seconds of the file?
    The Windows Media codec you are using is running in the "demo" mode. To export full clips you must purchase or upgrade to one of the export capable codec components like those included in the "Studio" or "Studio Pro HD" software package.

  • Why can't I export a 4k ProRes movie in premiere?

    Why can't I export a 4k ProRes movie in premiere? There is no quicktime codec listed anymore...
    In all of the previous versions of premiere i was able to select my ProRes codec for exporting a movie.
    I'm strubling all day now. Please help!!

    I will move your message from the Cloud forum to the Premiere Pro forum
    And you need to provide a LOT more information when you ask a question
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

  • Why can't i export with OR without taking language into consideration ?

    Why can't i export with OR without taking language into consideration ?
    I'm from Denmark  and I need it just to convert into TXT with OCR with out looking af the language.

    You can't do OCR without knowledge of the language, because a crucial part of OCR is spell checking to test the possible text  extraction. Well, you could try claiming the language is English, but the result may be unhappy.

  • Why can't I export my newsletter from CS into a pdf file all of a sudden?

    Why can't I export my newsletter from CS into a psf file all of a sudden?

    We can't know. You are not providing any relevant details - program versions, system information, PDF settings used and so on.
    Mylenium

  • Novice here,,, Why can't we export to DVD ? Policy or Technology or ?   thx

    Novice here,,, Why can't we export to DVD ? Policy or Technology or ? thx

    Why can't we export to DVD ?
    Am afraid I don't quite understand your question since we can export and create/author DVDs. If you are asking why iMovie does not do so directly, then yes there is a problem of technology involved. QT is basically a "temporal" synchronization multimedia "engine" while DVDs are based on "spatial" compression and synchronization. Therefore, a different "engine" is required for processing the data -- Compressor alone for advanced compression and DVDSP for advanced authoring or a combined simple compression and authoring application like iDVD. If you are asking if it is possible to combine the capabilities of iMovie and iDVD into a single application, then I suppose it would be possible but probably violate the standing policy of Apple's normal "KISS" (Keep it Simple, Stupid) approach of doing things and likely create a whole new level of problems to add to the current ones already present.

  • Why can I not export my project to disc on this final cut pro trial?

    Why can I not export my project to disc on this final cut pro trial?

    Make shure that Share option in in the menu..
    Customize the Share menu in Preferences: Destinations!

  • Why can't I export a Medium/Large movie?

    Hi,
    Newbie here - be kind. I'm just joining clips to upload to youtube. I don't need to splice anything. I am having the following issues:
    1. When you put your clips in iMovie, is there a way to display the accompanying file name? Or since I don't need to splice anything, can I just display the clips in a text list format? It would make things a lot easier in terms of makin sure I'm putting the clips in the correct chronological order.
    2. When I try exporting the movie, the option for "Medium" and "Large" is greyed out. All I can export is mini, which is terrible resolution. My source clips are from a Sony HDD camcorder and are 720x480. Any idea why I can't export a higher resolution movie?
    Thanks. I really appreciate any help out there.

    I am having the same problem!! I have imported files that were .mov (though they were converted from VHS tapes I imported). I am thinking it is because the quality of the VHS was not good enough to export into a medium to large format. (Although when I plug the VCR into the TV the picture is clear) I don't know why it can go in as an mp4 or mov and can't also export as such. I really haven't done much to them except add some transitions and a couple of songs. I am afraid once I put them into iDVD, the picture will be very pixellated, even though it was clear with the original VHS.

  • Why can't I export to CSV (CRExportFormatType.crEFTCommaSeparatedValues)?

    Some basic info you may need from me:
    - I'm using Visual Studios 2008 (simple hello world windows application using C#)
    - I've downloaded and installed the 30 day trial of Crystal Reports 2008 (from https://www.sap.com/campaign/2010_CURR_SAP_Crystal_Reports_2008/index.epx?kNtBzmUK9zU)
    - I can generate an.rpt file
    - By adding the CRAXDDRT as a reference to my windows project, I can export the .rpt report to any one of the following formats:
    Adobe Acrobat (.pdf)
    Crystal Reports (.rpt)
    Rich Text Format (.rtf)
    Microsoft Word (.doc)
    Microsoft Excel (.xls)
    HTML 3.2 (.htm)
    HTML 4.0 (.htm)
    ...I know this because if I allow for a prompt for my export method (e.g. .Export(true)), I'm presented with a dialog box that allows me to export to any of the above listed items. However, programmability I can tell that a great deal more should be available to me. Most notable the crEFTCommaSeparatedValues option.
    Since downloading and installing the trial version of Crystal Reports 2008 I can perform the export using Crystal Reports 2008 (Start | All Programs | Crystal Reports 2008...and so on) so I imagine that my machine as a client has the necessary components to to do it. However, it seems I'm still missing something. Was I supposed to install an additional developer addition? If so where would I get that from? I've searched high and low but all trial download links take me to what I've shown above. Am I missing references? Your assistance is greatly appreciated.
    In case you're interested here is the code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using CRAXDDRT;
    namespace MyCrystalReportTest
        public partial class ExportCSV : Form
            CRAXDDRT.Application crApp = new CRAXDDRT.Application();
            CRAXDDRT.Report crReport;
            public ExportCSV()
                InitializeComponent();
                crReport = crApp.OpenReport(@"C:\_\Report\HANSCOM-PHReBills.rpt",1);
                crReport.ExportOptions.CharFieldDelimiter = ",";
                crReport.ExportOptions.CharStringDelimiter = @"""";
                crReport.ExportOptions.FormatType = CRExportFormatType.crEFTCommaSeparatedValues;
                crReport.ExportOptions.DestinationType = CRAXDDRT.CRExportDestinationType.crEDTDiskFile;
                crReport.ExportOptions.DiskFileName = "MyTestExport.csv";
                crReport.Export(true);

    See this [post |Crystal Reports in Visual Studio 2010;for more info...
    As of CR 2008 the RDC is no longer shipped and you are not licensed to use it or distribute the dll.
    Upgrade to CR .NET assemblies.
    You can find samples here:
    Root Page
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BusinessObjectsHome
    Non-Enterprise Samples
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsSDKSampleApplications
    Exporting Samples (RAS)
    http://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples#NETRASSDKSamples-Exporting%2FPrinting
    Thank you
    Don

  • PRE 9 - Why can I not use flv formats in it?

    There seems to be a fix or plug-in for every other version of PRE.  Why can't these fixes be used for PRE 9 - surely Adobe knows people want to use this format for editing - they let you load up to this format so why not include an editing function...?

    A rhetorical question, right? Otherwise, you won't get an answer from any of us. We're just fellow users.
    I'd recommend you contact Adobe and let them know how you feel. There's even a feature request area.
    Click the Contact button at the top of this web page.

  • Why can't I get MLP format from DVD

    <FONT face=Verdana color=#330066 size=>Hi!<FONT face=Verdana color=#330066 size=>
    Here's what I have on my custom built-by-me Win XP SP2 PC:SAMSUNG CDRW/DVD SM-352B Audigy 2 sound card (just plain A2, not ZS or Platinum)Klipsch Promedia Ultra 5. speakersPowerDVD 6 Deluxe
    <FONT face=Verdana color=#330066 size=>Why can't I get my DVD-Audio music to play in MLP format. PowerDVD will only play the DD or DTS tracks. I have PowerDVD set to 6 speakers so that it will do the decoding. Audigy 2 is set to pass through so that PowerDVD will decode. I thought this would work, but I still get just DD or DTS!! (PowerDVD will decode DTS, while the sound card can't, so why can't I get MLP?)
    <FONT face=Verdana color=#330066 size=>Do I need to upgrade the Audigy 2 to the ZS or Platinum or do I need a new DVD-Rom (or both)? :smileysurprised:

    Thanks Jeremy! I will try to see what the problem is with PowerDVD.
    I have been fiddling with this all morning. I had had problems with Creative's DVD-A player in the past, (crashed whenever it detected a DVD-A), but I thought I would work with it some more. I uninstalled the Creative DVD-A player and PowerDVD, then ran a registry cleaner to get rid of leftovers (there was a bunch). Reinstalled the Creative player - it didn't crash, but didn't recognize a DVD-A at all, no playlist, nothing. Reinstalled PowerDVD and played disk (still just Dolby Digital only). Started Creative player - it played the DVD-A!!!! (Sounds so much better in MLP!!!) I was pretty excited. So closed PowerDVD, inserted another DVD-A and started Creative player - same thing - no detection!
    Well, this is what I have to do to play DVD-A the way it's meant to be played (Adv. Res.):
    . Start play on PowerDVD.
    2. Start play on Creative DVD-A player.
    3. Close PowerDVD
    This is a real pain!!! Creative player needs a jumpstart from PowerDVD! Maybe there's a codec conflict?
    When I feel ambitious, I'll try reformatting the HDD, unless you have a solution if you think maybe it's a codec problem. I read somewhere how to determine this, but of course now I don't remember where I saw it :smileytongue:Message Edited by GadgetGirl on 0-26-2005 0:53 PM

  • Why can i not open mobi formats

    Why can i not open mobi files with adobe

    Adobe Reader can only open PDF (and AI) files.
    See http://blog.kowalczyk.info/articles/mobi-ebook-reader-viewer-for-windows.html

  • Why can't I play my Album slideshow?

    I recently upgraded to iPhoto '11 v9.5 on my new MacBook Pro laptop. Following the upgrade I can no longer play my complete slideshows that I created in "Albums"? Instead the initial photo is loaded and is then repeatedly loaded - the remainder of the photo's, which are clearly visible and in the correct sequence, are ignored? I didn't have this problem prior to the upgrade! How can I make all the photo's play when I select the "Slideshow" button? Very frustrating! Appreciate any help. Thanks.

    Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iPhoto folder (Snow Leopard and Earlier).
    or with Lion, Mt. Lion or Mavericks delete the contents the User/Library/Containers/com.apple.iPhoto/
    Data/Library/Caches/com.apple.iPhoto folder.
    3 - reboot, launch iPhoto, reset its preferences and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    If you're running Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.
    OT

  • Why can't I export as "large"?

    I have made a movie that I have shared to the media browser as medium. I would also like a "large" version but the option is greyed out. Where it is listed in the project library, the two smallest blobs are grey, the medium blob is white but the large blob is an open square.
    The other movie I have made, using the same DV camcorder, has the large option available.
    So why the difference?
    Rachel

    I've worked out what I was doing wrong.
    I was able to export my first (widescreen) movie as large without difficulty. In the subsequent movies I wasn't given the large option as they were 4:3. They were filmed when we'd just bought the camera and hadn't realised the widescreen button wasn't switched on. Goodness knows how I can have been working with iMovie for nearly a fortnight and not realised I was looking at 4:3 clips!
    Aaron, I just want to add, your blog is excellent. Today I found out how to make black spaces between scenes after searching the iMovie help in vain. Here's a link for anyone who's not read it yet.
    http://imovie08.blogspot.com/

Maybe you are looking for

  • Shuffle won't sync with ITunes

    My computer recently crashed. It ended up that I needed a new hardrive and memory. That's all taken care of, but now I'm in the process of rebuilding the programs. I downloaded ITunes because I have a first generation shuffle. However, now when I try

  • How to restore iTunes Library from Time Machine on Mavericks?

    Please, can someone give me the instructions on how to restore iTunes Library from Time Machine on Mavericks?

  • Dynamic image showing default image instead of requested image

    I'm using CR4E v2.0 to incorporate reports into my application which is built into an ear file and deployed with Jboss 4.2.2 at the moment. I have an image in my report that I am trying to set dynamically from a URL in a database,  but when the repor

  • Error from LOA Self service page for few employees

    Hi I have a problem in our production environment were few employees are receiving the following error when they enter absences from LOA SS. We did not make any security profile changes. Please advise. 1. java.sql.SQLException: ORA-20001: An error oc

  • How to install XI mail package?

    Hi, I wanna use the mail package I can download from SAP-Note 748024. I already read different HowTos (e.g. How To use the mail adapter of the Xi 3.0 J2EE Adapter Engine,...) but I cannot find an information about how to install the XSD-File? Do I ha