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.

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

  • 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 burn a DVD of photos from my iPhoto that will be viewable on a Windows computer?

    Why can't I burn a DVD of photos from my iphotos that will be viewable on a PC using windows?

    Darned if I know. What exactly are you doing?
    The general answer is to select the photo(s) in iPhoto and export to a desktop folder (file menu ==> export). In the finder right click on that folder and burn to disk
    LN

  • 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

  • Why can't I export my FCP 6 sequence using Compressor 3?

    I am wondering if anyone can tell me why I can't export my FCP 6 sequence using Compressor 3.0.5. 
    I have an hour-long 1080p Pro Res 422 sequence that I am trying to export using Compressor 3.  Whether I export using the 'Pro Res 422' preset or the 'H.264' preset, transcoding commences but then stops abruptly 15 to 20 minutes later with an error message saying 'Quicktime Error: -50.'
    For what it's worth, I have an early-2008 dual quad-core Mac Pro desktop with 6 GB of RAM and two ATI Radeon 5770 graphics cards.  I am currently running OS X 10.6.8.  The media (including Motion graphics) and project file are on an external drive connected via Firewire 800.
    Any advice on how to properly export this sequence at the highest quality without getting the error message is greatly appreciated!
    Shaun

    Are you "sending" to compressor?  Probably not the best way to work.
    First step:  make sure the sequence is COMPLETELY rendered.  If you don't understand how to do that, post back.
    Then, I'd strongly recommend that you export a quicktime file with current settings (file:  export:  quicktime movie NOT quicktime conversion) and bring that file into compressor and chose the appropriate preset.
    This workflow isolates each step and makes it easier to troubleshoot.
    Here are a few user tips that might be helpful
    Some tips for using compressor
    Common FCP Troubleshooting tips
    sending to compressor from fcp - a few issues

  • 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/

  • Why can't I export iPhone photos from iPhoto?

    iPhoto recently started crashing whenever I try to export photos that have been imported from my iPhone.
    No problems exporting photos from other cameras, just the iPhone.
    In fact, If I mix photos from several cameras in one Event and try to export them all, the export goes smoothly until it hits the iPhone photo at which point iPhoto crashes.
    Any clue why and/or how to fix this problem?
    Any help would be greatly appreciated.
    FYI.  I'm using iPhoto '09 8.1.2 and OSX 10.9.3.

    the export goes smoothly until it hits the iPhone photo at which point iPhoto crashes.
    Is it just one particuar photo?  Have your photos been edited on the iPhone with iOS 7 effects? HDR photos, panoramic photos?
    and then I export the edited photos to the hard drive on my iMac so I can burn them to a CD.
    Does iPhoto only crash, when you export the photos with "File > Export > Edited" or also, when you export them with "File > Export > Original"?
    If you can export the originals, check, if the photos areo.k. and you can open them in Preview.
      I'm using iPhoto '09 8.1.2 and OSX 10.9.3.
    That is a risky combination. iPhoto 8.1.2 is not fully supported on Mavericks, and probably your current problem is due to the fact, that iPhoto 8.1.2 does not work well withMavericks.  Is there a reason, that you do not want to update to iPhoto 9.5.1 for full compatibility?

  • HT5103 Why can't you export on Final Cut Pro X the trial?

    I'm trying to export my video on Final Cut Pro X the 30 day free tiral but it is not allowing me to do so, why is that?

    Yes I have the project selected and when I hit share various options for where I want to share the video comes up so I hit one for instance the "Master File" I click on it and set my settings to quicktime and etc., then when I hit next it take me to a screen of where would I like to save the file at so I would put it on my extrenal hard drive. But when I got to check to see if it saved nothing is there. I tried to do Vimeo but nothing is there on Vimeo also.
    Can you save or export on the 30 day trial is that even a feautre?

  • Why can't I export albums or single photo's

    I have a G4 Power Mac 400mHz running 10.4.10. I have just installed iPhoto (iLife 08) and now I can't export any images. I'm trying to export to a folder on the desktop. After selecting the images I want to move - I choose File>export and nothing happens. Why is this so?

    most likely you have older third party export plugins that do not support iPhoto '08 - go to your applications folder and get info on the iPhoto application - look toward the bottom and remove any third party export plugins - this should fix your export issue
    Many third party vendors now have new export plugins that support iPhoto '08 - check with those that you are to export directly to.
    Larry Nebel

Maybe you are looking for