Using Movie Score and Exporting to iweb

Hi all
I had previously editing with imovie, and exported the film to iweb no problem, just dragging into the iweb movie page. Now I'm gone over to adding sound effects and music in garageband ("movie score") and have nearly completed the project. I may be being very dim, but I am having problems exporting the film now in a way that iweb likes. I went to Preferences, and changed the export settings, and one time it came out really low quality, the next I got a warning the film would be too big for many web viewers.
Is there an easy, foolproof way to export, like in imovie? Thanks in advance. Hope question makes sense.
Ed

Just export from FCP via Compressor (FILE>EXPORT). Choose QUICKTIME 7 STREAMING. Bring this into iWeb.
Shane

Similar Messages

  • Use of Import and Export script

    Hi,
    Can any one tel me what is the use of Import and Export script.
    After moving the pages from / into server what is the need of giving the import / export command.
    export /oracle/apps/ap/setup/webui/customizations/site/0/SetupPG -rootdir <destination path> -username <data base user name> -password <data base password> -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp)(host =<hostname> (port = <port id>)))(connect_data = (sid = <sid>)))".
    Thanks in Advance,
    Jegan

    And Export/Import is also used to move personalizations and substitutions from one system to another system.
    You can also use Functional administrator UI to export and import pages.
    Functional administrator in turn uses export/import internally.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Office365 - Move Mailbox and Export to PST

    Hi Everyone
    So we have moved all our Mailboxes to Office365 and I am in the process of setting up our service desk checklists etc.
    One issue that i have came across is that it is not possible to directly export mailboxes from Exchange Online to PST.
    We are in a Hybrid Environment so it is still possible to migrate mailboxes off to a local Mailbox Server and export from there.
    In order to streamline this as much as possible i have written the following (UnTested!) script.  I will be using it from the Azure Powershell Module already connected to our online tenant and so that section of code has been removed.
    If anyone had any thoughts in regards to this - or can point out any glaringly obvious mistakes that would be great!
    #Script to Move User MailBox from Exchange Online to OnPrem and Export To PST
    #Created By: Joe McGrath
    #Created On: 17/12/2013
    #Mailbox move
    $OnpremCred=get-credential
    $User= Read-Host 'Enter the username of the user'
    new-moverequest -identity $User -OutBound -RemoteTargetDatabase 'YOURDB' -RemoteHostName ‘mail.YOURDOMAIN.com’ -RemoteCredential $OnpremCred -TargetDeliveryDomain ‘YOURDOMAIN.com’
    #The Next Section Checks the Status of the move every 60 seconds
    $MoveStatus=""
    $MoveStatus = Get-MoveRequest -Identity $User
    do
        Start-Sleep -Seconds 60
        $MoveStatus = Get-MoveRequest -Identity $User
    While ($MoveStatus.Status -ne 'Completed')
    Write-Host "Mailbox Move Completed."
    #When the Move has completed we now clear the move request
    Remove-MoveRequest -identity $User
    Write-Host "Move Request Cleared from System"
    #This next section will carry out the Export to PST
    #We need to call the Exchange 2010 Powershell cmdlets and connect to the On Premises Exchange Infrastructure to Export to PST
    Write-host "Connecting to On Premises Exchange"
    $ExchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "http://Server.YOURDOMAIN.local/PowerShell" -Credential $OnpremCred
    Import-PSSession $ExchangeSession
    $filePath='\\Server\Share\'
    #This First Command Exports the Users Primary Mailbox to PST
    Write-Host "Beginning Primary Mailbox Export to PST for "+$User
    New-MailboxExportRequest -Mailbox $User -FilePath $filePath+$User+".pst"
    $MailboxExportStatus=""
    $MailboxExportStatus = Get-MailboxExportRequestStatistics -Identity $User
    Do
        Start-Sleep -Seconds 60
        $MailboxExportStatus = Get-MailboxExportRequestStatistics -Identity $User
    While ($MailboxExportStatus.Status -ne 'Completed')
    Remove-MailboxExportRequest -Identity $User
    Write-Host "The Primary Mailbox for "+$User+" Has been exported."
    Write-Host "Exporting Archive Mailbox for "+$User
    #This Command Exports the Users Archive to PST
    Write-Host "Exporting Archive Mailbox for "+$User
    New-MailboxExportRequest -Mailbox $User -IsArchive -FilePath $filePath+$User+"_Archive.pst"
    $ArchiveExportStatus=""
    $ArchiveExportStatus = Get-MailboxExportRequestStatistics -Identity $User
    Do
        Start-Sleep -Seconds 60
        $ArchiveExportStatus = Get-MailboxExportRequestStatistics -Identity $User
    While ($ArchiveExportStatus.Status -ne 'Completed')
    Remove-MailboxExportRequest -Identity $User
    Write-Host "The Archive Mailbox for "+$User+" Has been exported."
    Remove-PSSession $ExchangeSession
    Write-Host "User Mailbox has been Removed from Online and Archived to file"
    Like I said this is not tested yet - I need an account to test with - after I manually migrate the data first :) - so use at your own risk etc

    Hi,
    You can not export the Office365 mailbox Data in to PST, you must have to bring the mailbox to on premises and then export, once done again move back the mailbox to office365,
    another way is from in-place hold, search the mailbox and take users PST, or user third party tool such as messageops which is quite good.

  • Error message using SQL import and Export Wizard with Excel spread sheet

    I am trying to import an Excel spreadsheet using the Import export wizard that is provided with SQL 2014.  
    Everything seems to set up OK but then when I go to do the transfer "error message" comes up saying:
    External Table is not in the expected format.(Microsoft Jet Database Engine).   
    This is a spreadsheet and there is no database, that is why I want to import it into a database!!  So the reference to JET is a tad disappointing.
    So why the error and how do I fix the problem?
    As there are over 100 variables in the spread sheet rows, it would be great to have this automatically create the database and populate the fields.
    I am using SQL 2014  Express and Office Excel 2013.
    Thank you in  advance for taking the time to read this, and hopefully sheading some light on the issue.

    Hi AWlcurrent,
    When import a .xlsx file to SQL Server using SQL Server Import and Export Wizard, you see a “External Table is not in the expected format.(Microsoft Jet Database Engine).” error message. This error message seems that the Microsoft JET Database Engine is
    unable to handle something that is contained in the file.
    So please make sure there is no unsupported content in the Excel file. Alternatively, we can use ‘Microsoft Excel’ as the Data Source, then Select ‘Microsoft Excel 2007’ as the Excel version to import the excel file.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Using Color profiles and exporting for web browsers

    I've been trying to figure out the answer to this question. As I'm sure you're aware Safari supports color profiles while other web browsers like Firefox do not. I would like to setup Aperture so that it displays and exports images for the widest audience possible. Unfortunately it embeds a color profile and my images on the web only display correctly in Safari. I've tried changing the proofing profiles and export settings to no avail. I didn't seem to have this problem in iPhoto, a picture there looked the same on screen as it did in Safari and Firefox but I can't achieve the same with Aperture...

    Thanks for that information, unfortunately I'm not really any closer to solving the issue since I've already tried that. 1) by default, doesn't Aperture automatically embed the sRGB color profile? 2) if I set view>proofing mode to sRGB shouldn't what I see on screen match what a "dumb" application such as Firefox does when it ignores the embedded profile and display sRGB? I've tried going into the preferences>export settings and changed everything to sRGB IEC61966-2.1 but I see no difference in the final image between that and the default setting.
    I guess my question is more specific to Aperture since I don't have this problem with other applications. For example, in photoshop if I do Export for Web it strips out any embedded profile and when I open that image in Firefox and Safari side-by-side they are exactly the same. But not so when I export an image from Aperture, when opened in Firefox it is desaturated and flat and of course in Safari it honors the embedded profile and looks fine.

  • I'm using movie 11 and when i try to share with idvd it says user parameter error

    i'm using imovie 11 when i go to share with idvd it says user parameter error

    Share to iDVD only works if your original footage was AVCHD (or anything that gets converted to Apple Intermediate Codec, like HDV) or DV.
    If your original footage was h.264 or something like that, you should SHARE to the Media Browser and bring the movie into iDVD through the Media Browser there.

  • When to use import and export directives?

    I'm very confused about what the import and export language extensions do and when one should use them.
    I have a Bridge application with multiple source files. As long as I don't call code in another file from the startup execution path (before all source files are loaded) and only call across modules after Bridge is running (e.g. from events in Bridge), I don't seem to need import and export. All source files seem to be in the same namespace and all can see each other's global objects/functions.
    So, when would someone use import or export? And, what is the #engine that the manual discusses in relation to import and export? If some of my source files are library files that I intend to be used by multiple different files/applications, should I be using import/export for that use? Or is this only applicable when there are somehow multiple JavaScript engines involved? And when would that situation arise?
    --John

    John,
    The import and export directives don't really matter in Bridge. All scripts execute in the same namespace. That's why namespacing your scripts is crucial in Bridge.
    The #engine directive creates another JavaScript engine instance containing the script with the directive. If you then wanted to use stuff from that engine, the import and export directives would be needed. But even with that, in Bridge, the main engine will contain the script. There will just be a second engine (you can see this in the ESTK) containing the same stuff. Since it's in the main engine, there's no point in using the import and export.
    Some of the other apps, GoLive, for instance, each script executes in its own engine and namespace. And import and export are needed.
    This could change in future versions, and if it does, we'll be certain to make sure everyone knows about it.
    Bob

  • How can we do save and export operation in single step using Plugin?

    Hi all,
         I want to save and export a design in Adobe illustrator  to a specific folder using a plugin. For example i created a design called test , i want to save the test.ai and its converted jpeg form (test.jpeg) in to a specific folder using a plugin instead of using normal save and export operation (File ->Save, File->Export). I want to do the save and export operations in single step.
    Is it possible to do using the plugin?
    Thanks in advance
    Sreejesh K V.

    I have tried both option and still the file is not being saved
    This is what i tried:
    const char *fileFormatName="TIFF";AIDocumentSuite *sAIDocument;
    std::string abc =
    "D:\\Sreejesh\\test.tiff";ai::UnicodeString myString(abc);
    ai::FilePath aiFile1(myString);
    AIErr err = sAIDocument->WriteDocumentWithOptions(aiFile1, fileFormatName,
    kFileFormatExport | kFileFormatWriteAs | kFileFormatWrite ,
    false);
    SPBasicSuite *aBasic = message->d.basic;
    AIDocumentSuite *fSave;
    aBasic->AcquireSuite (kAIDocumentSuite,kAIDocumentVersion, (const void**)&fSave); 
    const char *fileFormatName="Photoshop PSD Export";std::string abc =
    "D:\\Sreejesh\\test.psd";ai::UnicodeString myString(abc);
    ai::FilePath aiFile1(myString);
    AIErr serror=fSave->WriteDocument(aiFile1,fileFormatName,
    false);

  • Newie question about movie score

    I've never really used sountrack before for a movie score and now that I am I have a quick question. In the left pane where the movie plays it allows you to make the movie 50 percent 100 percent and so on, but when I do that the pane stays the same size. How do I make it bigger so that the whole movie at 50 percent shows?
    null

    Grab the video tab and "tear it off", it becomes a floating window you can resize.
    If you leave it set to +Fit to Window+ it can be any size you want.

  • How to get the line in the template (smartform) with out using under score

    Hi,
         How to get the line in the template (smartform) with out using under score,
         and how to print the box (line the check box - small squre box (which is used ot mark the tick by the user in front of the item).
         Please provide the valueble answer as early as possible.
    Thanks,
    Ravi

    Hi Ravi,
    Line -
    Use a SMATSTYLE for this purpose.in the smartstyle create a paragraph or character with underline atribute.Then call the smartstyle in the text.
    Search SDN with Key <b>UNDERSCORE</b>.. will get few more posts on the same.
    For Checkbox - refer link
    Re: Quick Question on Smartforms
    Re: putting tick mark into check box in smartform
    Reward points if this Helps.
    Manish
    Message was edited by:
            Manish Kumar

  • Regarding import and export memory

    hi, currently i have encountered this problem when i am using the import and export memory statement. After i export my table name from program1 to program2, i do an import statement at program2 to retrieve the table name but there is a problem in retrieving the name. Below are the codes.
    PROGRAM1's codes:
    EXPORT IO_TABLE TO MEMORY ID MEM_STR.
    SUBMIT PROGRAM2 AND RETURN.
    PROGRAM2's codes:
    IMPORT IO_TABLE TO MEMORY ID MEM_STR.
    P_TABLE = IO_TABLE.
    FREE MEMORY ID MEM_STR.
    CLEAR MEM_STR.

    Check these programs they are working fine, the report ZCALLING calls the report ZCALLED.
    REPORT ZCALLING.
    DATA:
    BEGIN OF IO_TABLE OCCURS 0,
       MATNR TYPE MARA-MATNR,
    END OF IO_TABLE.
    IO_TABLE-MATNR = '38'.
    APPEND IO_TABLE.
    EXPORT IO_TABLE TO MEMORY ID 'MEM_STR'.
    SUBMIT ZCALLED AND RETURN.
    REPORT  ZCALLED.
    DATA:
    BEGIN OF IO_TABLE OCCURS 0,
       MATNR TYPE MARA-MATNR,
    END OF IO_TABLE,
    P_TABLE LIKE STANDARD TABLE OF IO_TABLE WITH HEADER LINE.
    IMPORT IO_TABLE FROM MEMORY ID 'MEM_STR'.
    P_TABLE[] = IO_TABLE[].
    LOOP AT P_TABLE.
    WRITE P_TABLE-MATNR.
    ENDLOOP.

  • SQL Server 2012: Import and Export Wizard - Exporting Multiple Result Sets at Once?

    I'm working in SQL Server 2012 trying to export some data from our database into an Excel file. My SQL statement has two separate Select statements. They are not joined by a union. When I Execute them inside of SQL Server Management Studio, with Results
    set to go to a Grid, I get two result sets back. Two full tables of data.
    However, when I use the Import and Export Wizard, the Excel sheet only has the first set of data.
    What do I need to do to have it so both result sets show up in the excel file?

    Why cant use merge them using union/union all if intention is to get them to same sheet? Is it like the metadata is different so that they cant be merged to single sheet?
    If that being the case you need to do it in two steps. 
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How can I select videos (only videos) and export them from iPhoto?

    I know how to export one movie at a time from iPhoto, but I want to export all (or a bunch) of videos at a time.  They are mixed in with photos, and on many many different dates.  Is there a way to find only the movie files and export them as original files?  I my macbook is full and if I export iPhoto stuff as a batch the videos end up being reduced to one frame only (the sidecar file).  Please advise.  Thanks!!

    MacBook Pro
    Moving Your iPhoto Library External Drive
    iMovie Tutorials
    iMove Unofficial FAQ

  • Using movies on iWeb

    I am still trying out .mac, seeing if it will work for me. I bought iLife 08, but found out that the new iMovie will not ruu on non-intel machines.
    I see the demos that people can have these amazing videos on their site. I made a 2 minute movie and exported it "for web" in imovie. I dropped it into my iweb page and
    1) the 2 minute movie ended up being 4.2 mb.. Isn't there a way to get this smaller? I use Flash encoder for my other sites, but it seems like this would be more efficient.
    2) I try to hit the "play" button in quicktime, but the movie doesn't play in either Firefox or Safari, although I see it loading on the screen

    Your link for browserweb.org gives me a blank page. If the PCs have Quicktime installed they should be able to view the movie. Also there's a lot more about an iWeb page that PCs running IE will have problems with.
    Roddy has gathered a number of tips on making iWeb more compliant with IE.
    "Basically, iWeb is way too sophisticated for Internet Explorer to handle.
You have to "build down" your site for the World's Worst Browser.
Use web safe fonts.
Don't convert text to graphics.
Optimize all your images.
Don't use drop shadows, reflections etc.
Keep your page file sizes down to a minimum.
Run your files through an optimizing application"
    The site I've used is http://ipinfo.info/netrenderer/. I don't know how accurate it is though.
    OT

  • I exported a iphoto slideshow to desktop, converted it to mpg file by using BURN app, burned to DVD and exported to a USB flashdrive. The DVD looks great but flashdrive is extremely fuzzy. What is the difference and how can I make flashdrive sharper?

    I exported an iphoto slideshow to desktop, converted it to mpg file by using the BURN app, burned it to a DVD and exported it to a USB flash drive. The DVD looks great and very sharp but the slideshow on the USB flash drive is extremely fuzzy. What is the difference and how can I make the slideshow on the flash drive look as sharp as the DVD?

    Export the slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  For iPhoto 9.4.3 and earlier select Size = Medium or Large. For iPhoto 9.5 and later selct 480p.
    Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Follow this workflow to help assure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process.
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    If iDVD was not preinstalled on your Mac you'll have to obtain it by purchasing a copy of the iLife 09 disk from a 3rd party retailer like Amazon.com: ilife 09: Software or eBay.com.  Why, because iDVD (and iWeb) was discontinued by Apple over a year ago.
    Why iLife 09 instead of 11?
    If you have to purchase an iLife disc in order to obtain the iDVD application remember that the iLife 11 disc only provides  themes from iDVD 5-7.  The Software Update no longer installs the earlier themes when starting from the iLIfe 11 disk nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them.
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.

Maybe you are looking for

  • How can I access my iCloud account on the web from my phone

    how can I access my iCloud account on the web from my phone iPhone 5 iOS 8.3 I have iCloud turned on, location services on, find my phone works but when I try to access iCloud via Safari on the phone it takes me to a page Apple.com, iCloud then three

  • I tunes store in wrong language-- i have i tunes france instead of u.s.

    How can I re-download in order to have i-tunes in correct language and in correct prices. As of now, it shows the I-store in all french, even though all my settings and displays are in English. Additionally, all prices are in euros instead of dollars

  • How to declare a dynamic array in java

    I have to use a dynmic array of boolean and the size of this array will defiend throuh the run of the program to explian boolean[][] a; a=new boolean[number_of_ raw][number_of_ culm]; after the program run the number_of_ raw and number_of_ culm will

  • How do I reset my apple tv it is on a different language

    I have just got a new apple tv and when I have plugged it in it is on a different language so I can't use please help

  • Change the active microphone in AS3

    Is there a way to change the active microphone in AS3 without using the SecurityPanel.MICROPHONE?  All of my attempts stop all microphone activity, even if triggered by a button click. Using var mic:Microphone = Microphone.getMicrophone(); works fine