Convert FCE HD project into Flash for web?

I would like to use FCE HD to edit/create some footage and then convert it to Flash so anyone on any platform can view it on the web. Is this possible?

As an update, I have located the export->'Item Description' feature which exports a plain text description of the DVD project.
I changed the entry:
<key>DVDStandardVersion</key>
<string>HD</string>
To
<key>DVDStandardVersion</key>
<string>SD</string>
.. now I can open this file with DVD Studio Pro, and I have something similar to my project, but in SD. (I expect some things may be broken by the SD/HD conversion, but those should be quickly ironed out.)
Message was edited by: fredrickdakine

Similar Messages

  • Trouble Import Flash Builder 4 project into Flash Builder 4.5

    Hi,
    I have quite a lot of Flash Builder 4 Air project which I would like to convert all of them into Flash Builder 4.5 project. However, after I tried to import it into 4.5, the project got error and saying that "application descriptor not found".
    I am posting it here because I believe it is due to improper import of the air project into 4.5. Flash Builder 4.5 should be intelligent enough to solve the problem when converting the project. Hope there will be a fix for it soon
    Btw, how can I manually solve this problem so that I can get all my previous projects run on 4.5? Thanks.

    Hi Yue,
    I'm sorry you're running into problems with Flash Builder.  Would you mind reposting this over on the Flash Builder forums?  You'll probably have better luck over there.
    Thanks,
    Chris

  • How do I compress a 2 min FCP video into 100MB for web upload?

    How do I compress a 2 min FCP video into 100MB for web upload?
    I have FCP v.7 as a part of FCStudio
    OK, this may seem like a stupid question for most of you but I haven't used FCP for years.  I am trying to make and upload a 2 min video to the web and don't know how to turn it into a size of 100MB or less.
    Yes, I realize that I have Compressor but it does not work on my computer for some reason.  I think my laptop is too old for it or something.
    It needs to be in one of these formats and I would like to use the highest quality.  Suggestions needed for this also since this will be my first attempt at an uploaded video.
    .MOV, .WMV, .AVI, .MPG, .3GP, 3G2, .QTL, OR .MP4
    Any help would be wonderful!
    MacBook Pro, OS X Mountain Lion (10.8.3), 750GB HD, 2.2 GHz, 6 GB RAM

    First, let me apologize for the way we were chatting on your thread while waiting.
    Let me summerize what I think we have here:
    1. You have a 2 minute show you want to convert to some codec appropriate for high quality presentation, but under 100MB final filesize.
    2. You feel you don't want to use Compressor or a preset for YouTube.
    3. You're in a hurry.
    The fastest and highest quality method of making this conversion is using Compressor. It is designed to do precisely what you ask. The codec you want is H.264.
    The YouTube preset is being suggested not because we think you're going to upload the clip to that site, but because the YouTube preset is a remarkably easy way to get a HQ H.264 clip with acceptable filesize. I'm staring at a 3:40 clip of 1080p that would knock your socks off and it's 90MB!
    Even on a laptop the conversion is a matter of minutes.
    If you're OK with my arguement, I'll write out a step-by-step proc for you and you can be done with this in time for that primetime show you want to watch.  OK?

  • How can I keep the edited video which in project into Libray for re-edit ?

    How can I keep the edited video which in project into Libray for re-edit later ??
    As i used i movie 06 before....
    after i imported the videos in to the library, then i can drag the videos to the timeline(now is project)
    then edit it.
    After that i can just drag all the timeline clips which is edited to the library.So I can keep it for next time if i wanna re-edit.
    But Now if did all the editing at the library clips then drag to project, i can not drag the project clips back to library, so how can i keep it for my editing safty?
    I do not wanna to edit again the same clips from the library!!! as i need to edit many different short clips together then export to individual videos, and i may need to re-edit.
    or i can keep the edited video in project, then i can selected the clips which i willing to export, the rest video who in the project will not be export at the same video? I m wondering....
    please help!!! Urgent!!

    Just keep the project. Then you can just duplicate the project and make the next set of changes as needed. By duplicating the project, you are not duplicating the event, just the links to the event library.
    This way you are not eating up disk space.
    Does that help?

  • How to convert an NWDI project into a Local project?

    Hi Experts,
    Please tell me " how to convert an NWDI project into a Local project? "
    If you c

    Hi Srini
    1. Copy/Paste Webdynpro components in the new project as was suggested before
    2. Or create new project, copy _comp folder from old project to the new one. But, do not forget to update .dcdef & .project files manually after this. You have to set the correct project name in .dcdef and set the correct local project path in .project.
    BR, Sergei

  • Convert a M4V video into AVI (for free)

    Hi. I'd like to convert a M4V video into AVI (for free). Do you have any suggestions ? Thanks

    DO NOT DOWNLOAD ANYTHING! Here's what you do. Open the AVI file with QuickTime Player. Then go to SAVE AS. Then, name your file and be sure to save it as MOVIE. I did iPhone since I don't think it matters. It will automatically save as an M4V file! Yay!

  • Turn idvd project into movie for youtube

    How do you turn idvd project into movie for youtube

    if what you are seeking is simply adding the dvd presentation as a QT movie (no buttons or menus from iDvd) then look into DVDXDV > iMovie or iDVD.
    http://www.dvdxdv.com/
    Message was edited by: SDMacuser

  • Convert .mov to flash for web?

    Is there a relatively easy way to convert QT mov to a flash file for use on the web?
    I have Flash CS3
    thanks.

    Open your version of Flash and then the Help files. Enter QuickTime as the search term and see what comes up.

  • Importing Flex project into Flash CS5 for use with iPhone packager? Please Help.

    Hi all,
    I have been developing an application in Flex builder for the iPhone using the iPhone packager, where I've been using the Flex framework.
    Now I'm stuck at trying to use my existing libraries in Flash. It seems I can't add the UI components I used in Flex (class VideoExample) to the default Flash container. I need someone's help who has experience with that.
    I have created a .SWC file, but when I'm trying to add the container in Flash using addChild(new VideoExample) it doesn't work. I can't load the .SWF externally using loader.load() at runtime, because the application is for iPhone. Any solutions how could I import the project to Flash?
    I was thinking about changing the UI components classes from mx.* to fl.*, but I would have to change many code and I'm not sure if it would even work, and I don't want to loose compatibility with mxml.
    Please respond, help would be very much appreciated!
    Here's my mxml wrapper, from which I start the main application:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="EntryPoint.main()">
    </mx:Application>
    Then I have a class which creates the main container:
    package {
    import mx.core.*;
    public class EntryPoint {
        public static function main():void {
            var client:VideoExample = new VideoExample();
            var mxmlApp:Application = Application(Application.application);
            mxmlApp.addChild(client);
    Here is the main class VideoExample:
    package {
    import mx.controls.*;
    import mx.containers.*;
    public class VideoExample extends Canvas {
        public function VideoExample() {
            super();
            init();
            private function init():void {
            loadImage();
            loadText();
                    loadDisplay();
                    startConnection();

    This forum is for Flash Media Server Developers so most likely you migth get much traction here. I would recommend you to post your query on Flash Builder forum: http://forums.adobe.com/community/flash_builder/using_flash_builder
    Also you can try posting here:
    Flash Platform Services For Promotion - http://forums.adobe.com/community/promotion
    Flash : http://forums.adobe.com/community/flash/flash_general

  • Is there anyone that can convert a GB project into a MIDI file for me, please?

    I don't know how to convert a GB project to midi, and midiO doesn't work with my PSR-E433.
    Can anyone help me?

    I suggest you post your question on Microsofts own forums for their Mac software: http://www.officeformac.com/productforums as Apple discussions only provide support for Apple products

  • How to easily get an Adobe Flash CS5.5 Professional project into Flash Builder 4.5?

    Hey all,
    I am new and trying to do the following, can you please guide/help me do it:
    I have a video chat application that is done on Adobe Flash CS5.5. I had the problem of "echo" so I wanted to use "getEnhancedMicrophone()". When I replaced "getMicrophone()" with "getEnhancedMicrophone()", Adobe Flash CS5.5 Professional didn't recognize it. I knew I need Flex, so I installed Flash Builder. And then got lost. What I simply want is just import my "FLA" file (or if I need to convert it to something else using a specific tool, let me know.. I have Adobe Flash CS5.5 Professional and can install other required applications if needed) done on Adobe CS5.5, into Flash Builder, and then "support Flex" so that I compile with the flash-version argument required.
    I am totally new to MXML and Flash Builder, and even Flex. I don't know how to import a FLA and add "Flex" libraries into it simply to make "getEnhancedMicrophone()" work without the need to recreate the whole thing on Flash Builder. Can you guide me please? The output is for a web SWF file, not a desktop application.
    Thanks!

    I have the same problem here. I'm trying to do a stick animation on cs6, but to be more precise, i need to actually draw with a larger brush size. I suggest using the pen tool with the smooth option on. You can't see exactly where the stroke will be, but its better than nothing, and it more or less acts like the brush anyway.

  • How to split video into chunks for web?

    Hi all, I have a movie trailer that needs to be split into chunks for the web, to be played as a flash file, I have never done this, so my question is at what level do i do this, the timeline?, is there a program that does it?, can flash do it automatilly?, is there a good progam out there that does it?. It has music and very specific sound edit points, and like I said I never done this so any help would be great.
    Thanks

    The bandwidth of the website will dictate the picture size and the data rate the server will cope with. Full screen motion video at 25 fps is too much for most web sites.
    If you are supplying this to a web designer, ask them what size and data rate they want.
    If you are doing this yourself you would have to experiment with how the system copes when downloading the files in practice.
    For example, for one of the websites we have we use one of the Squeeze standad presets in the Flash Video section of 320x240 @250 mbps for 4:3 SD video. This is to fit on a page of text with buttons with a video image of about 1/8 of the screen.

  • Copy & paste into save for web color palette doesn't function on macs

    This didn't work in CS2 either on the mac side. Yet, you can copy a color hex code in the normal program, save for web and paste that color into the color picker for matte on a gif just fine on a PC. Get on a mac and you better get a pen out. Why?! Why can't I paste into the save for web/devices color picker?! Seriously? $600 and I can't copy and paste because I use a mac while at work on the PC I can do it without issue.

    Is this something that will be given to mac users in a future update?

  • How to add a Captivate 5 Project into RH for Word?

    I have to add a captivate simulation project into my Help project, and was wondering if anyone knows if it is possible. I searched Captivate's help, and they say you can with RH HTML, but I am currently using:
    1. RH for Word Build 8.0.0.203
    2. Captivate 5.0.0.596
    The Help project is a Single Source Layout with WinHelp 2000 primary layout. Any ideas?
    eangel

    Hi Rick,
    I did test the url from my browser's address bar, and it worked fine. I cannot get this to work from the help project.
    Hope someone can help.
    Thanks,
    eangel

  • Import AppBuilder project into Eclipse for Android

    Hello,
      I am trying to take an application developed in AppBuilder and load it into Eclipse.  How is this done?  I cannot find any resources explaining how to do this.  The goal is to deploy an application to an android tablet.  I have the development environment setup including Cordova and Kapsel plugins.  How does one load appbuilder files into Eclipse?

    Hi,
    I am trying same to import my appbuilder project into eclipse. I have created cordova project and then published to project directory from appbuilder. Then I opened the eclipse IDE and followed the steps File>New>Project>Android>Android Project from Existing Code> browse project directory. but it looks eclipse cannot recognise the project! I can see all the files I have project.jason and a www directory but there is no .project or project.properties! am I  misisimg anything in appbuilder or ineclipse?
    Regards
    Mohammad Sarker

Maybe you are looking for

  • Forms Web application is not working on FireFox Browser-with java plugin

    Hi All, We are running custom build forms application using forms 10g and application server 10 g Rel 2. We are using Java Plug-in 1.5.0_06. The application is working fine before recent update from firefox .Now it's not working and keep on asking ad

  • S400 Webcam problem on Windows 8.1

    Hi everyone! Since I've installed Windows 8.1 on my Lenovo IdeaPad S400, my integrated camera doesn't work anymore. I have been searching on the internet the other time, but can't find a resolution. Some things I tried: - Update all the laptops drive

  • Getting started with WebLogic Portal 11g

    Please can someone provide links to get started with Oracle WebLogic Portal 11g.

  • How to display double byte characters with system.out.print?

    Hi, I'm a newbie java programmer having trouble to utilize java locale with system io on dos console mode. Platform is winxp, jvm1.5, File structure is: C:\myProg <-root C:\myProg\test <-package C:\myProg\test\Run.java C:\myProg\test\MessageBundle.pr

  • Problem : Mac OS renames itself volumes on network

    Hello. I have 2 computers connected on a simple network : an iMac Tiger and a MacBook Pro Leopard connected by FireWire. Everything used to work fine (files and internet sharing) until yesterday. When I try to access to the iMac's files from the MacB