Director controlling external quicktime video?

Hi,
I am trying to develop multi-screen (4 screen) director piece that displays quicktime videos and animation. I am wondering if it is possible to have quicktime video playing externally (not inside director but on quicktime player) but using cuepoints, can be controlled using director lingo. This is so both the director movie and the quicktime plays in sync. I heard that doing this will make the video perform better and smoother. Anyone has done it before?
Thanks... Jeff

It sounds like your older Mac can't keep up with the data rate found in the files.
They are probably .dv files and they are never intended to be used (viewed) as a playback format. They are an editing file format with very high data rates.
Your archives will still work when you buy a newer Mac that has more "oomph".

Similar Messages

  • Control quicktime video loading external with lingo

    Hello:
    I have a director 11.5 movie in wich I need to show several quicktime videos. When the user click button  one (5 buttons) the video 1 plays. Is possible in the same Director movie to loadthe requested video changing the cast or sprite in fly?
    can you tell me how, please?
    Thank you very much.

    You can swap video sprites on the fly, just like images. If you had "video1" and "video2" in your cast, and sprite channel 1 was video1 you could do something like this:
    on mouseUp me
      myVideo = sprite(me.spriteNum).member.name
      if myVideo = "video1" then
         myVideo = "video2"
      else
        myVideo = "video1"
      end if
      sprite(me.spriteNum).member = myVideo
    end
    If you have a lot of videos you could handle them like this:
    property pMyList, pNum
    on beginSprite me
      pMyList = ["video1", "video2", "video3", "video4"]
      pNum = 1
    end
    on mouseUp me
      -- increment list value
      pNum = pNum + 1
      if pNum > pMyList.count then
        pNum = 1
      end if
      myVideo = sprite(me.spriteNum).member.name
      -- use list element to determine which cast member to display
      sprite(me.spriteNum).member = pMyList[pNum]
    end

  • How to load and display the external flv video files in dynamicly and the how to control the flv fil

    How to load and display the external flv video files in dynamicly using AS 3.0
    and  How to control the flv file  add the play paus button and add seekbar.
    I have using to load the flv file following code
    var flvPlaceHolder1:MovieClip = new MovieClip();
    var vid1:Video = new Video(734, 408);
    flvPlaceHolder1.addChild(vid1);
    addChild(flvPlaceHolder1);
    flvPlaceHolder1.x = 1059;
    flvPlaceHolder1.y = 152;
    var nc1:NetConnection = new NetConnection();
    nc1.connect(null);
    var ns1:NetStream = new NetStream(nc1);
    vid1.attachNetStream(ns1);
    var listener1:Object = new Object();
    listener1.onMetaData = function(evt:Object):void {};
    ns1.client = listener1;
    ns1.play("GV-1600 TURNING.flv");
    ns1.addEventListener(NetStatusEvent.NET_STATUS, statusChanged1);
    function statusChanged1(ns1:NetStatusEvent):void
             trace(ns1.info.code);
            if (ns1.info.code == 'NetStream.Buffer.Empty')
                 trace('the video has ended');
                 removeChild(flvPlaceHolder1);
                 //trace('removeChild');
                gotoAndPlay(1786);
    then how to add the play,paus ,full screen button    and   seekbar,volumebar.

    I have to Create the flash presentation for our company product
    In this presentation the left  side the text animation are displayed then right side the our product video is displayed.
    In this presentation i need the following option :
    1, The first product video and animation is finished then the next product is played
    2, then the video displayed  (size width and height 400x300) , I click this video to increase the size(ex:1000x700)
    3, then the playing video i control  it play, stop, paus button and volume bar, seek bar.
    4, then this presentation is displayed on 42 inches LCD TV so this full presentation is run full screen.
    I have finished first two steps 1 and 2
    the following are the screen short and code:-
    code :-
    var count=0;
    var flvPlaceHolder2:MovieClip = new MovieClip();   
    var vid2:Video = new Video(734, 408);
    flvPlaceHolder2.addChild(vid2);
    addChild(flvPlaceHolder2);
    flvPlaceHolder2.x = 1059;
    flvPlaceHolder2.y = 152;
    var nc2:NetConnection = new NetConnection();
    nc2.connect(null);
    var ns2:NetStream = new NetStream(nc2);
    vid2.attachNetStream(ns2);
    var listener2:Object = new Object();
    listener2.onMetaData = function(evt:Object):void {};
    ns2.client = listener2;
    ns2.play("GS-4000.flv");
    this.addEventListener(Event.ENTER_FRAME, BtnFadeIn2);
    function BtnFadeIn2(event:Event):void
        if (this.currentFrame == 387)
            /*flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            trace('Screen size is changed');*/
            if(count==0)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            count++;
    ns2.addEventListener(NetStatusEvent.NET_STATUS, statusChanged2);
    function statusChanged2(ns2:NetStatusEvent):void
        trace(ns2.info.code);
        if (ns2.info.code == 'NetStream.Buffer.Empty')
                trace('the video has ended');
                 removeChild(flvPlaceHolder2);
                 //trace('removeChild');
                gotoAndPlay(433);
    flvPlaceHolder2.buttonMode=true;
    flvPlaceHolder2.addEventListener(MouseEvent.CLICK,home2);
    function home2(e:MouseEvent):void
        if(vid2.width==734 && vid2.height==408)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
        else
            flvPlaceHolder2.x = 1059;
            flvPlaceHolder2.y = 152;
            vid2.width=734;
            vid2.height=408;

  • Volume control in quicktime

    I have a quicktime video in my director file. Is there a way
    for the user to control the volume other than their computer volume
    controls?
    thanks

    Take a look at this example, it should show what you need to
    know:
    http://www.ddg-designs.com/downloads/videoVolume.zip
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • Firefox Embedded Quicktime Video does not seem to be working

    Hi,
    I am having trouble with Quicktime Videos that run using the Quicktime plug-in in the Firefox browser. I am not having similar problems with Safari and much of what I have been reading seems to talk about the Flash problem (which is not the same). I am on OSX 10.4.11 (852167), kernel Darwin 8.11.1, Firefox version 2.0.0.9, and Quicktime plug-in version 7.3.
    The videos I was trying to play are on the startrek.com site (specifically, http://www.startrek.com/startrek/view/series/TOS/episode/68730.html then click on the "Remastered Episode Preview" link -- it is a JavaScript popup from that point). The result is a pop-up with a white box where the video should be and all of the quicktime controls at the bottom. At first it seemed intermittent (maybe one out of three times the video played). Now, it doesn't seem to work at all (could just be that I cleared the cache and it was picking that up).
    I did try it with Safari and this video (and the others, of course -- that is just a test case) always works. I dug through the Apple support forum and the mozilla forum for firefox, but couldn't find anything specific to this problem.
    Thank you for your help,
    Jim

    HI and I am perplexed.
    I have the newest update for Quicktime on my Powermac Yosemite, 1gb ram and Flip4Mac installed. I have configured the prefernces for both the system prefs part and the QT prefs but I can not see the video...I can hear the music which this makes the 4th time I have installed it and I finally hear it but no pictures.
    I don't know what to do. I have OS 10.3.9, updated QT to the latest version, installed Flip4mac, fixed the prefs and even rebooted to the Panther 10.32 cd and used the Disk Utility to repair all hd's and repair permissions to the OS partition.
    As I said I can now hear the vid but no images appear. We are trying to use the vids (.wmv) to show off our members chosen each month but the few of us mac users only get moozik...lol
    I have tried .avi, .wmv and .swf, the latter I can see and hear but very choppy. In OS 9 I knew there were several codecs that needed to be installed but I thought they were installed with Panther.
    The url of the movie is Stormi's Artist of the Month Video ***may contain some nudity but it is not real people it is 3d art***
    Message was edited by: MaryW

  • Can't get Quicktime videos to play once uploaded - using iWeb 08

    Please help. I just updated my work website and uploaded a few quicktime videos of my TV spots. These same spots were uploaded and played fine on my last website update last year. But this time around, they're not working so well. Once uploaded, if you click on the controls under the screen, they don't respond. If you double-click the actual screen, the video starts and stops playing.
    How can I get my quicktime videos to play like they're supposed to on my site? I'm using iWeb 08 and my version of Safari is 5.0.2.

    Thanks for the suggestion. I checked. However, it's three different videos on three different pages, and each video is pretty much the only thing on each page.
    That would be great if you would take the time to access my site and see if you can find what the problem is. My URL is www.haleyturner.com. Click on the first square, the second square, and the last square to access the quicktime video pages.

  • Quicktime Video Output Components equivalent in QTKit?

    I need to output video frames to external devices such as Firewire cameras and Digital Cinema Desktop. This used to be handled with Quicktime Video Output Components, but I'm not seeing an equivalent with QTKit. My application is 64-bit, so I cannot use Quicktime directly. Is this available in QTKit or another 64-bit compatible framework?

    Benjamin: The Digital Cinema Desktop is a Final Cut feature, even if implemented as a Quicktime Video out component. As you can see (by the lack of options) is not really meant to be invoked from other applications which use standard Quicktime video out for external previews. That requires a device with a proper QT video out driver. You could use an inexpensive device, like a Blackmagic Intensity with an HDMI to DVI cable, to feed the second display.
    Or you could just ask AE to play RAM previews at full screen, in which case you don't need to enable video previews at all. Together with the ability to take into account a calibrated display's profile, this should make for very high quality previewing on computer monitors.

  • QuickTime video in standalone app

    Hi, I've noticed that I can publish Director desktop apps
    that play Flash content with no player required on the user's comp.
    Is this the same with QuickTime video? Or do the users need to
    install QuickTime player. If so, what QuickTime version does the
    included Xtra support up to?
    Thanks

    Yes, to use a QT file, your end user will need to have
    Quicktime installed. The QT xtra can work the current version of
    Quicktime.

  • Stopping QuickTime video on Apple's homepage

    How do you stop the Quicktime video on Apple's homepage from running? I can't seem to find any Quicktime controls in Safari or by ctrl-clicking.

    You mean there's no way to STAY on the Apple page but stop the video? That's obnoxious. I realize that Apple doesn't do that when they post the video on other websites as an ad -- you deliberately have to start it, or at least turn on the audio. And I realize that if you're on the Apple homepage, you've come to see things Apple. Nevertheless, perhaps you went to the Apple page to see some detail of something and didn't plan on having this ad run right in front of you.
    Apple should put controls to oeprate Quicktime right on the page.
    Hrumpf.
    Thanks.

  • Quicktime Video hangs while audio plays fine

    I have tried everthing to configure Quicktime to play videos with looking like a set of flashcards. I have upgraded to all the latest versions. I unchecked the "Enable direct3d video acceleration" in the Control Paned Quicktime Preferences and have set it to safe mode (GDI only) per the FAQ. But still I get halting video from video files on my harddrive (not from internet) while the audio plays just fine. Can anyone expain this and tell me how to correct it. My PC system is more than adequate so I do not understand why this occurs. Flash Player video plays just fine and only Quicktime video is a problem. PLEASE HELP! I've paid for the whole first season of "Heroes" on iTunes and am unable to watch it!
    PC   Windows XP   2GHz 1024 GB with Radeon 9000 128 MB video card/driver

    I have tried everthing to configure Quicktime to play
    videos with looking like a set of flashcards. I have
    upgraded to all the latest versions. I unchecked the
    "Enable direct3d video acceleration" in the Control
    Paned Quicktime Preferences and have set it to safe
    mode (GDI only) per the FAQ. But still I get halting
    video from video files on my harddrive (not from
    internet) while the audio plays just fine. Can
    anyone expain this and tell me how to correct it. My
    PC system is more than adequate so I do not
    understand why this occurs. Flash Player video plays
    just fine and only Quicktime video is a problem.
    PLEASE HELP! I've paid for the whole first season
    of "Heroes" on iTunes and am unable to watch it!
    PC   Windows XP
      2GHz 1024 GB with Radeon 9000 128 MB video
    card/driver
    I am getting really SICK and TIRED of forums where pleas for help are ignored and are never receive a reply. Just like the player, your support STINKS! I cannot believe my problem has not occurred to hundreds of quicktime subscribers and that no one has a clue to this flashcard-like halting video problem.

  • What happened to the controls in QuickTime?

    I like the new look of QuickTime, but what happened to the controls for editing video? I used to be able to hit the "I" key for inpoint, and the "O" key for endpoint, and then hit delete to remove that section. Now, I have to drag the selection tool around to do the cut. This is very awkward, especially when I need to fine-tune the areas where the cut is to be made.
    Are there any tips on doing some more fine-tuned edits in QuickTime?

    I second SwagMeyer's request. He's not asking for any advanced trimming feature that would make things more difficult for the simple user: the IN and OUT shortcuts were presents and "invisible" also in QuickTimePro 7 and they would not affect that easiness of the application.

  • After Effects warning: Couldn't open Quicktime video output component????

    Hello,
    I was wondering why this warning is coming up every time I open After Effects-
    (After Effects warning: Couldn't open Quicktime video output component.)
    It also reappears every time I go to a different program then back into After Effects.
    I am currently on a-
    MacBook Pro running OS 10.5.5
    2.6 GHz Intel Core 2 Duo
    4 GB 667 MHz DDR2 SDRAM
    After Effects CS3
    Quicktime 7.5.5
    GeForce 8600M GT
    2 external storage drives (Western Digital, Lacie)
    Matrox MX02
    I just upgraded quicktime and this started appearing.
    ANY IDEAS.

    Sorry,
    Here;s another. I have Quicktime Pro installed. I have CS3 installed. I also have AE v7 which runs a few plugins I am still thinking work in v7. CS3 runs OK but in version 7 it gives me the "Couldn't open Quicktime Video Output Component " notice. I had a client working in v7 so I tried to work in v7, it was a bad idea. I lost days of work and finally just went to CS3 to get the job done but couldn't use one anothers files between versions.
    What can I do to get the AE v7 Couldn't open Quicktime video output component fixed. Make it simple if you can... I'm an artist.
    Thanks
    jm

  • Couldn't open Quicktime video output component.

    I was able to find 2 other posts in regards to the error. The one didn't have enough information to be answered and the other had a link to an apple page that no longer exists. Sorry for the repeat but I can't seem to find an answer that applies to me.
    The "After Effects warning: Couldn't open Quicktime video output component." message appears when I open AFX and is waiting for me when I come back to it from another program. In AFX's Preferences window under Video Preview I have set my Output Device to Digital Cinema Desktop. No options ever show up in the Output Model drop down. As you can probably guess I am trying to get my second display to preview the composition full screen.
    For other reasons, I just had to reinstall OSX (10.5.7). Then I installed Adobe Production Premium CS3 and the Final Cut Suite HD.
    My computer is a 4 core Mac Pro with 7GB of memory. I don't have any Matrox hardware. Actually I don't have anything except the 2 DVI monitors, battery backup, analog speakers, mouse and keyboard plugged into the computer.
    I have held down apple + option + shift while starting up AFX to reset the Preferences as well as replaced the DesktopVideoOut.component file with one from another working computer in the /Library/Quicktime folder finally I have tried Repairing Disk Permissions.
    Any help on this would be greatly appreciated. Thanks in advance.

    Benjamin: The Digital Cinema Desktop is a Final Cut feature, even if implemented as a Quicktime Video out component. As you can see (by the lack of options) is not really meant to be invoked from other applications which use standard Quicktime video out for external previews. That requires a device with a proper QT video out driver. You could use an inexpensive device, like a Blackmagic Intensity with an HDMI to DVI cable, to feed the second display.
    Or you could just ask AE to play RAM previews at full screen, in which case you don't need to enable video previews at all. Together with the ability to take into account a calibrated display's profile, this should make for very high quality previewing on computer monitors.

  • How do I backup Quicktime videos to DVD?

    For some reason, my digital camera records movies in quicktime format.  I also recently purchased an iPad and I have started taking short home videos on that as well.  I want to back these movies up onto a DVD (or by any other method that people might suggest) but for some reason I cannot burn the quicktime videos. My main reason for wanting to do this is to preserve the movies (they are movies of my kids that we'll want to watch many years from now, long after my computer and iPad are dead).  The second reason is to free up space on the iPad.
    An alternative question would be:  What is the best way to backup home video to preserve them (forever) and free up space on my devices?

    Buy an external hard drive and copy the files to that.  It will be cheaper in the long run than burning to DVD, a lot easier and faster to do, and optical media can go bad with time.  If this is the only copy of these movies, buy two drives because hard drives can suddenly die on you too.
    Look into gettting something like the http://newertech.com/products/voyager_index.php which lets you use multiple bare drives for archiving purpurses rather than having to buy multiple enclosures.

  • Quicktime video file burned to disc plays back skipping

    I'm burning quicktime video files from an external hard drive onto DVD through an external burner, soley as the file for archival purposes. When I put the disc in the computer drive, it plays back improperly - it is all there, but it skips and doesn't play clean.
    I have succesfully burned many of these discs, but this problem has suddenly arisen. I have since gotten a brand new burner, have tried different batches of discs, switching out cables, even plugging the external drives into THREE different computers.... etc. I feel like I've tried everything.
    Is this maybe the external hard drive not communicating properly? I know the file is not corrupt, as I have successly burned it in the past. I thought it might have been a burner issue, but I tried burning the disc through a laptop internal burner, and the same thing happened.

    It sounds like your older Mac can't keep up with the data rate found in the files.
    They are probably .dv files and they are never intended to be used (viewed) as a playback format. They are an editing file format with very high data rates.
    Your archives will still work when you buy a newer Mac that has more "oomph".

Maybe you are looking for

  • Using values in the right side of the shuttle on another page.

    Hello All, On page 1 I have a shuttle item. I select some values and move them to the right side of the shuttle. Now I need to navigate to a second page (currently I'm controlling the navigation with a button) and pass the values from the right side

  • What "Type" to use for Short Term TPMs?

    Hi, I am working on Trade Promotions Management and was curious to know what promotion type is usually associated with Short Term Promotions? Thanks

  • Ibot report restricted to display Limited records

    Hi Gurus, Pl help me in understanding this ibot report , when i run this report in analytics, i can get the full data, however when i schedule this report, not able to get that full report ithat i receive thru email. It is limited to 250 records in i

  • Exited Abnormally

    last night i was downlading updates for my macbook pro. this morning when all the programs were downloaded and i restarted my computer it didn't restart. the screen only displays a black background with white text. the text says: exited abnormally: B

  • SAP AutoId scenario

    Hi All, Could you please tell me how many days it will take to do RFID scenario, if the landscape are ready... Landscape : RFID, SAP AutoID, XI and R/3 System. Scenario : RFID -> SAP AutoId -> XI -> R/3 System. Do we need to do any coding in AutoId?