Make an embedded 5.1 QT

I have a prores movie in FCP. I've mixed a 5.1 soundtrack in soundtrack pro and imported the discreet tracks back to FCP.
Now I'd like to make a H.264 movie that will play from Plex (which I guess is the same as saying play from Quicktime?) as a movie with 5.1 sound in the same way as one of my files I have ripped from DVD using handbrake plays.
I can see ways to make two separate files but not one embedded file. I'd also like to keep the frame size 1080.
I've tried exporting a self contained movie to see if handbrake can open it and export it but handbrake wouldn't open it. Is there a way to do this in FCP Studio?

I'm just a FCE user. But what I do is using QT Pro for joining video and 5.1 tracks. Than I import the .mov files in iTunes. At this moment QT(7.6.2) lost ability for Dolby surround 5.1 playback with perian. iTunes still can, because Apple wants to sell their movies from the store.
Completely confusing situation.
I'm doing this with QT because FCE can not handle 5.1 files.
BTW, are the 5.1 files you wish to import AIF, Dolby or AAC tracks?
For Dolby 5.1 you have to use Compressor to turn AIF 6 track files into Dolby 5.1

Similar Messages

  • How do I make an embedded Javascript element(embedded MS Excel chart) automatically refresh so that viewers do not have to refresh the entire page to get updated information.

    I am creating a web page that features an embedded chart made by MS Excel. I would like the chart to automatically update(refresh) to show viewers live information without having to refresh the entire page. I have found that there is a way to enable this through Excel but with my current subscription cannot access that feature. I am hoping that there is a way to achieve this using Adobe Muse CC. If it is not possible, I would like to know if there is a way to add a "refresh" button that refreshes only the embedded section(Excel Chart) of the page for viewers to use manually. Thank you for your help.

    Update! The embedded spreadsheet is actually embedded using HTML rather than javascript.

  • How to make an embedded blog scroll.

    Hi,
    In my site, Deleteproductions.com/film.html, I have included an wordpress blog for my project (so i can easily update it whenever i want en where i want). But on mac the page automatically scrolls, which is great, but on ipad it does not. Can you set scoll on for mobile devises too with some sort of code?
    This is the code i juse for embedding the blog:
    <frame  name="Wordpress" data=http://deleteproductionsfilm.wordpress.com/ width="100%" height="1000" scrolling="yes" >
    <embed src=http://deleteproductionsfilm.wordpress.com/ width="100%" height="1000"> </embed>
    <object>
    As you can see, i already set scrolling to yes.
    is there any other thing i can do?
    I appreciate every kind of help.

    Replace everything you have now with an iframe.
    <iframe  id="WP" name="WP" src="http://deleteproductionsfilm.wordpress.com/" width="100%" height="1000" scrolling="auto" > </iframe>
    Nancy O.

  • JDeveloper 10.1.3.2 - Nullpointer in Embedded OC4J Preferences

    When I want to have a look at the jazn-data file holding the users and policies I'm getting the followin error in the dialog-screen:
    java.lang.NullPointerException
         at oracle.jdevimpl.xml.oc4j.jazn.PolicyPanel.onEntry(PolicyPanel.java:38)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.jdevimpl.xml.ModalEditor.showDialog(ModalEditor.java:112)
         at oracle.jdevimpl.xml.ModalEditor.showDialog(ModalEditor.java:88)
         at oracle.jdevimpl.runner.oc4j.EmbeddedServerAdminCommand.doit(EmbeddedServerAdminCommand.java:68)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:541)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    The only changes I've made in my application was unchecking the Extensions I'm not using in my application. After changing these Extensions (this is a tip regarding memory-consumption of jdeveloper) I'm getting these errors in the realm-dialog.
    Regards,
    Nathalie
    PS: I've unchecked the following extensions:
    - ADF Security 10.1.3.40.66
    - BI Beans Graph 10.1.3
    - Oracle Webcenter Preconfigured OC4J 10.1.3.2.0
    - Portlet Creation Extension 10.1.3.40.66
    - Versioning Support 10.1.3.40.66

    Hi,
    OC4J needs to be configured to support HTTP and HTTPS sessions. Because the embedded OC4J uses the default-web-app configuration during testing I am not so sure about configuring it for HTTPS. However, in this case I suggest you test it as a stand alone container in which case HTTPS configuration happen as described in the OC4J security guide.
    "How do I make the Embedded OC4J redirect http requests for secure web content to https automatically as required in the servlet 2.4 spec ?"
    I don't find this statement in my version of the Servet 2.4 spec. Can you point me to the line in the document?
    If you mean transport guarantee, then this is not exactly what you say:
    "The transport-guarantee element specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in
    such a way that it can’t be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a fashion that prevents other entities from observing the contents of the transmission. In most cases, the presence of the INTEGRAL or CONFIDENTIAL flag will indicate that the use of SSL is required."
    Servlet 2.4 spec
    This however doesn't mean automated redirect to https but says that this requires SSL, which means that a http error is thrown if https isn't used
    Frank

  • Slide Show embedded in the Home Page

    Hi. Does anyone know how or if iWeb can make an embedded slide show on a page? I want a series of images to cycle automatically on a page without a new window popping up or a user selecting the imges to change.

    http://discussions.apple.com/message.jspa?messageID=2863485#2863485

  • Get URL from embedded Flash AS3 movie

    I have a thumbnail scroller app built with AS3 on my website
    homepage. I have the class files but would like to know of any
    quick workaround to make the embedded Flash movie clickable without
    reworking the AS3 files. What I would like to do is if you click on
    a thmbnail or anywhere in the movie, the "portfolio" page loads. I
    asume this would use javascript? Any help is greatly appreciated.
    Thank you.

    I notice that when I click on the thumbnails in the browser,
    a "0" appears on top of each thumb. When i test in Flash preview
    clicking on an image generates:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL
    Not Found.

  • Add video without embedding

    Hi there. I have a very large Keynote presentation in which I'd like to place around 12 or so large video files. Each one is around 300mb and the resulting file size becomes huge and unmanageable if they are all embedded (about 5GB, just saving the file takes 5 mins or so.. not good). So instead I would like them to merely be 'linked' - that is, I'd like them in a folder along with the Keynote but not INSIDE the Keynote.
    The thing is, that when i go into preferences and uncheck 'copy audio and moveis into document', the result is exactly the same as if the box is checked, even after deleting all the movies, restarting the program and trying again with the box unchecked - the filesize increases in direct proportion to the movies being added, even though they are not supposed to be embedded.
    Is there something I'm missing? Is there another option that I haven't selected? Is there a problem with the format of the movies? They are all h.264 Quicktimes at 1920x1080, same resolution as the slideshow. I'm using the latest version of Keynote (9), on Snow Leopard.
    Any help on this would be greatly appreciated! Thanks in advance

    You have to choose from the very beginning whether you want to embed videos or not. To change this setting later, you need to create a brand new presentation, make sure embedding is turned off, select all the slides in the old presentation and drag them into the new. I believe it's better to delete the movie slides before doing this and add them back to the new presentation where they will only be linked, not embedded.

  • Embedded videos won't play on any browser (youtube will, though)

    Hi all, I'm at my wits end.  I have a fairly new computer running Windows 7 64 bit OS.   The problem is with non-Youtube embedded videos.  Flash has been playing them only on IE up until today, now it won't work in any browser (including Chrome).  (Youtube seems to work fine, embedded or not)  As an example, when looking at Facebook, any embedded Youtube video plays just fine, but all other videos only give me the black rectangle of doom.  I've just spent three hours following all the instructions here:  I've uninstalled, reinstalled, deleted the registry key in these instructions.   I've disabled ad blocking and turned off my only antivirus program (Microsoft Security Essentials).  I've tried downloading Flash Player using every browser and both 32 and 64 bit versions of the browsers.  Nothing makes the embedded videos play.  The Flash version I have is 11.6.602.171 and the little movie with the ball going by the screen shows fine, and the correct OS is showing.  I'm baffled and out of ideas.  Thanks for any help!

    There must be some other people who have encountered this same problem.
    Embedded YouTube videos not working: Apple Support Communities
    Safari suddenly stopped playing...: Apple Support Communities
    Safari stop playing embedded youtube...: Apple Support Communities

  • AS3 dynamic font embedding bug

    Hi all,
    Is there a known bug for the following case?
    Case:
    A project I'm working on doesn't seem to handle font embedding correctly when the font is added dynamically using actionscript. When I test my movie it does not display the embedded font at all. Curious about this is, that when I create an empty project using the same code and then embed the font and test the movie it displays the font without any problem.
    Sometimes a reboot of the machine I'm working on will suffice to make the embedding work again, but sometimes is not all the time. So I was wondering if there was a memory related bug that causes this behavior. If so, is there any sight on a solution for this bug? It's more than annoying to reboot eight times a day, just to test a movie.
    How did I embed the font:
    1. Create a "New Font" in the Library, set the properties and give it a classname.
    2. Using actionscript to embed the font in a dynamically generated TextField.
    package{
    import flash.display.MovieClip;
    import flash.display.text.Font;
    import flash.display.text.TextFormat;
    import flash.display.text.TextField;
    public class MyClass extends MovieClip{
    var myFont:Font;
    var myTextFormat:TextFormat;
    var myTextField:TextField;
    public function MyClass():void{
    myFont = new Font1();
    myTextFormat = new TextFormat();
    myTextFormat.font = myFont.fontName;
    myTextField = new TextField();
    myTextField.defaultTextFormat = myTextFormat;
    myTextField.embedFonts = true;
    myTextField.text = "Lorem Ipsum...";
    addChild(myTextField);
    Cheers!
    Do

    I don't have Flash IDE on this machine so I cannot say for sure but try to register font:
    public function MyClass():void {
         Font.registerFont(Font1);
         myFont = new Font1();
         // the rest...

  • Embedded youtube videos from accordion panel

    I'm trying to get embedded youtube videos to pop in from accordion panel
    the accordion panel would have the 'titles' with descriptions displayed when clicked on, and there in the description would be a link to make the embedded youtube clip appear beside the panel.
    go to each accordion panel selection and get a different embedded video to play.
    anybody know if that can be done and how ?

    Thank you for the suggestion,
    I already did try that, but didn't work.
    However after watching your swf, I figured out I must have had the wrong 'aspects' active when I was putting my embedded code in, so the results were all over the place.
    So I tried it again by your steps, and it does work, -- thankyou !  -- except for one thing.
    If the watcher does not finish or stop or pause one video before playing another, both videos are playing, even though one of them is 'hidden' in the closed panel, which is ok if there's no audio, however if they both have audio, the audio track of both play back.
    Darn, I don't think most people would realize if they don't finish a video before watching another, they have to manually stop the currently playing video before playing another.
    Even if I was to include instructions to say so.  :-(

  • Embedded Browser in 13.0.1 or 13.1

    Does anyone know how to make the Embedded Browswer into ORPOS 13.0.1 or 13.1 ?
    Also, what browser works best with ORPOS POS application besides ICE Browser?

    Never mind, I found it in Metalink site....there is a PDF which shows you how to do it with IE 6 and Firefox 2.0X.
    Here's the link.
    https://metalink.oracle.com/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(bmDocTitle=Configuring%20the%20%3Cb%3EBrowser%3C/b%3E%20Foundation%20on%20the%20Oracle%20Stack%20and%20IBM%20Stack&viewingMode=1143&bmDocID=879313.1&from=BOOKMARK&bmDocType=WHITE%20PAPER&bmDocDsrc=KB))

  • My embedded Flash video disappears when I relaunch MS Word

    I embedded a Flash video with a youtube URL into MS Word 2010 using the "more controls" button on the "developer" tab.  It worked perfect, exactly how I wanted it to, UNTIL . . . I saved and closed the document.  When I reopened the document, the embedded video was still there, but only as an invisible object.  I couldn't see it, let alone play it.
    I have replicated this in various editions of MS Word, on several computers, each time varying things like the location of the video (my hard disk instead of a URL), etc.  I also tried saving the document as "macro-enabled."  In every single case, the video works great when initially embedded, but once the file has been closed and then reopened, the video is still there but no longer visible, and therefore useless.
    Any ideas how I can make my embedded Flash video remain visible in my Word document, even after closing and reopening the document?
    Thank you!

    I suspect the best place for the question is over on the Microsoft Word forums, as you'll most like find a wider audience there that uses Word as HTML generation tool.

  • How to embed and play mp4 video in HTML AIR application?

    Adobe Air HTML / JS application compiled from SDK command line.  I am not using flash pro or flash builder to create the application.
    I was using dreamweaver but the dw air plugin seems to have stopped being developed so I switched to using the command line tools.
    I am creating desktop air application that has embedded mp3 audio and also I want to embed mp4 video.
    Using jQuery and the AIR js plugin I am able to play audio via buttons hooked up via jQuery and the AIR js plugin from the SDK.
    What I am doing is creating proofs for clients in AIR and sending link to the client to download the application.  I embed the media because I do not want to place them on a website where it could possibly be seen by non-clients and get picked up in the SE's.
    I am finding it hard to understand the AIR process for playing video.  I read that it is the same procedure as audio but it does not work.
    If it was hosted on youtube or somewhere embedding the web player would be simple, just copy paste some code and it works.  When actually embedding the video say mp4, f4v, mov, wmv or similar file formats I can't get AIR to play the video.  Audio, not a problem it works great.
    I would like to do the following with video.
    Embed the actual file in the AIR app.  I can do this, it gets embedded.
    Play, pause and stop the video - Can't get this to work
    Get the current stop point and be able to start the video by sending a start point - This is all working with audio I just want to do it with video.
    I have searched the forums, the search engines, youtube and read through the documentation on Air but the video does not work at all.
    I need code samples and direction on how to make an embedded video play inside of a desktop air application using the HTML / JS air model. I am using the command line tools to create the air package and test the air app.
    Please help if you have figured this out.
    Thank you.
    Not sure if this matters but I am using Windows 7 Pro 64bit as my development machine.

    In addition I also can not get html5 video to play in the adobe air app.  Would this issue be tied to the above?

  • Get link for placed image

    I am placing a graphic image file on a page in an InDesign (CS6) JavaScript script:
    var imageArray = page.place(imprintFile, [imprintImageLeft, imprintImageTop]);
    var imprintImage = imageArray[0];
    var imprintImageFrame = imprintImage.parent;
    var imprintLink = myDoc.links.lastItem();
    I want to get the link that is created when the image is placed. Is this the way to do it (reference the lastItem in the links array)?
    All I want to do is unlink the image to make it embedded. Is there a better way to do that?
    Thanks!

    Hi,
    call unlink() method with your image link property:
    imprintImage.itemLink.unlink();
    Jarek

  • How to solve "Error: Invalid Embed directive in stylesheet - can't resolve source" while building using mxmlc.exe on command prompt

    Hi,
    Currently, I am developing a powershell script for Flex build automation.
    I found some problem and have been trying to search any references and tried any ways to fix it but It did not work.
    I am using compc.exe for compiling the libraries and it works fine.
    I compiled css files into swf files using mxmlc.exe and it works fine.
    However, I have a problem while building my main application (mxml file).
    It complains about embedded resources.
    I run this command, it works fine:
    "C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" "C:\{somePath}\FlashClient\src\styleLang.css" -output "C:\{somePath}\FlashClient_deploy\styleLang.swf"
    However, when I tried to run these command on cmd for testing:
    "C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" "C:\{somePath}\FlashClient\src\FlashClient.mxml" -load-config "C:\{somePath}\FlashClient\src\dump_config_temp.xml" -output "C:\{somePath}\FlashClient_deploy\flashclient_test.swf"
    I got a lot of this error message:
    this is my folder structure:
      FlashClient
      |
      |---assets
      |---src
          |
          |---FlashClient.mxml
          |---FlashClient.as
          |---FlashClientStyleLoopup.css
          |---styleLang
    Already tried to add / at the beginning of the relative paths but It did not work.
    Also tried to compile one of the image to a swc file and include it on the dump_config, but also did not work. something similar with Tech Diary: Flex : Solution to Error: unable to resolve '/assets/icons/icon.png' for transcoding using Embed tag
    Does anyone know how flex builder resolve the relative path to make the embedded resources work? or how to fix this?
    I've been trying to work on it for days but haven't had any luck.
    Will be really appreciate it if someone could help me with this.
    Many Thanks.

    Hi,
    make sure you are using 32 bit Java JDK. Check that your systems variables CLASSPATH, JAVA_HOME are pointing to correct 32 bit Java JDK folder (e.g. CLASSPATH=C:\Program Files (x86)\Java\jdk1.8.0_25 and JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_25). Also make sure you have 32 bit Java JDK's "bin" folder in your system's variable PATH.

Maybe you are looking for

  • How do I block a phone number calling my iPhone?

    How do I block a phone number calling my iPhone, so it only hears a busy tone?

  • Form personalization - new custom function - how to pass parameters?

    Hi, My requirement is to call a custom mod pl/sql program (html page) from purchasing when the "approve" button is pressed. I have it working, but don't know how to pass parameters to my function. I have my function defined and registered. In the def

  • Oracle VM Server Guest Console

    Is it possible to access the guest console on the same system where Oracle VM server is installed? Or do I need to have a separate host with Oracle VM Manager to access the same? I'm planning to install Oracle VM server x86 version on a laptop, and i

  • Approver question for CUP

    Hi GRC guru's As we are in the process of customizing CUP ,I have couple of questions so kindly help me out here 1. When requestor select roles which belong different approvers how does the request gets processed   example roles selected are Z_XYZ  w

  • Yahoo calendar won't sync

    I've searched a couple of forums here and haven't found an answer to my issue.  My BB 8130 no longer syncs with my yahoo calendar.  My appointments remain on the BB, but they will not transfer over to yahoo.  I am connecting directly to my computer u