Draw NetStream from local video (flv) snippets

Hi,
The application is for iOS and plays FLV files on top of other graphic elements. While navigating through screens, a 'screenshot' is taken of the currentscreen  for a push transition. The image of the video should be part of that offcourse.
The videos are short and embedded into the application (client does not want to host them)
When drawing I get the infamous:
Error #2123: Security sandbox violation: BitmapData.draw: app:/WWWrapper.swf cannot access null. No policy files granted access.
I know about crossdomain.xml, and that some RTMP servers have settings for it, but I cannot find a way to do it here. To have access to the NetStream/Video for draw purposes.
Thanks in advance,
Manno

Did you end up solving this issue?

Similar Messages

  • AirPlay buffering from local video file [NOT WORKING]

    We have been trying to play videos on our Apple TV, (Actually 2 of them, neither worked). WE have a local video file on our mac (iTunes Version 11.3.1) and we have been trying to play the video n out Apple TV using AirPlay. We can select the Apple TV from the AirPlay list but when we go to watch it all it does is buffer. It buffers for ever. This happened on both our Apple TV's (one is a ten. 2 and the other a gen. 3). We have also tried using our other mac which also runs iTunes 11.3.1. Our network works fine, (Apple Time Capsule) we have backups going to it and everything. This issue only started about 3 days ago; before that everything worked perfectly for more then two years. (Across two different routers). Any suggestions would be very much appreciated.

    Hi,
    Just linking to the file won't work. You'll have to call
    navigateToURL with that file's path. This will load the file in the
    default browser.
    There's no other way to launch applications from AIR
    1.0.

  • Is there a way to use Illustrator to draw over a live video feed coming from my microscope?

    Hi, we use illustrator to draw (trace) over static images of mite specimens taken under a microscope. Although this works, it would be much better to be able to draw directly from the live video feed coming from my microscope. The specimens are dead, so they are not moving around, however, we need to focus down through the specimen in order to see all details. We normally take montage images, but because the specimens are clear there are many artifacts present and we frequently have to consult the specimen under the microscope to double check things. My students and I have hundreds of drawings to complete and are looking for a way to streamline the process. If we could avoid making montage images and draw direct from the video feed, it would revolutionize the way we approach our research. Is there a way to display the video feed and then overlay Illustrator so that we can directly trace over the image (we use a Wacom tablet, but that shouldn't make a difference) so we can focus at different levels and draw the entire organism?
    Thanks for your help
    Ashley 

    Maybe it's possible to have live video in Illustrator, but you would most certainly need to write your own plugin.
    So this community would be suitable:
    http://forums.adobe.com/community/illustrator/illustrator_sdk?view=discussions

  • Videoplayback.flv file downloaded from YouTube video via Safari will not play

    Hello All,
      Here is my question to you:
      Has Safari been altered in such a manner as to NOT allow you to download videos direct from YouTube to your Mac without some intermediary interface?
      Here are the steps I would use to download the source .flv video file from a video on YouTube to save it on my MacBook Pro:
    1. Open Safari.
    2. Go to http://www.youtube.com.
    3. Enter name of video to view/download in the search bar and hit 'enter'.
    4. Start video.
    5. While video is playing:
         A) Click on 'Window' in Safari's menu bar at the top of the screen.
         B) Select 'Activity'.
    6. A window will open showing data status of the video.
    7. Locate the largest loading file size and wait until it is finished loading.
    8. Double-click on that file size.
    9. A small 'Downloads' window will appear showing file download status.
    10. Navigate to your 'Downloads' folder and drag the file named 'videoplayback.flv to the desktop.
    11.  Double-click the aforementioned file to start the video in a suitable .flv player (I was using SWF & FLV Player originally).
    This process no longer works.  All I get is a black screen when I double-click the downloaded .flv file.
    Notes:
      The file size in Step 7 above would vary accordingly to the length of the video, but now every video I try to save as a .flv is approximately 1.7MB no matter how long the video is.  Something isn't right here.
      I had originally downloaded and used SWF & FLV Player to view my video when the above process used to work, but now it has upgraded itself to Elmedia Player and wants me to upgrade to the PRO edition to be able to download videos from YouTube.
    Any insight to this will be greatly appreciated!
    Thanks in advance for reading and responding to my question!
    Sincerely,
    - Austin C.

    Thank you for your timely response and suggestion, Mr. Davis!
      I did exactly as you said, made sure there was NO trace of the Elmedia player anywhere on my machine after the uninstallation procedure, but unfortunately this did not work.
      When I dropped the videoplayback.flv file into the VLC player, I get this error message:
      There is something deeper going on within Safari, I believe.  The fact that different length videos on YouTube all yield the same 1.7MB file size when I try to download them is puzzling.
    Thoughts?

  • Local videos not playing in Flash/Dreamweaver Air app

    Hi there. I am having trouble playing local video from an Air app created from Dreamweaver. I have found many similar [posts, but most are about Flex and so on. I need some help getting this working form Flash and Dreamweaver.
    What I did wat create a jQuery site that uses Flash to play videos. It will be packaged as a desktop Air app using the Dreamweaver Air plugin.
    From advice that I got here (http://soenkerohde.com/2008/06/playing-local-files-with-air/)
    I started a new Air Project in Flash as suggested. Using an Air flash app makes more sence I guess, but I still need to imbed it into an HTML framework.
    Here is the code I am using:
    import flash.filesystem.File;
    var myVideo:Video = new Video(stage.stageWidth, stage.stageHeight);
    addChild(myVideo);
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    var client:Object = new Object();
    client.onMetaData = function(metadata:Object):void {
    trace(metadata.duration);
    ns.client = client;
    myVideo.attachNetStream(ns);
    var f:File = new File("Special_Assignment_Title.flv");
    ns.play(f.url);
    When I run this I get the following error:
    <blockquote cite="">ArgumentError: Error #2004: One of the parameters is invalid.
              at Error$/throwError()
              at flash.filesystem::File/set nativePath()
              at flash.filesystem::File()
              at videoPlayer_fla::MainTimeline/frame1()[videoPlayer_fla.MainTimeline::frame1:17]</blockquo te>
    Any suggestions on how to fix my problem? Any help would be greatly appreciated

    Instead of using the File object, try URLRequest instead:
                                            var urlReq:URLRequest = new URLRequest("Special_Assignment_Title.flv");
                                            ns.play(urlReq.url);
    Chris

  • How to view local videos on iOS mobile device

    How do I view local videos on my iOS device running an Adobe Air app? I know how to view the CameraRoll for iOS in Flex on Adobe Air, but the CameraRoll class only brings up photos, no videos.  When I use:
    if (CameraRoll.supportsBrowseForImage) {
                                                      var roll:CameraRoll = new CameraRoll();
                                                      roll.browseForImage();
                                            } else {
      trace("Camera Browsing not available");
    The cameraRoll instance that is brought up only shows photos, no videos.  Any ideas?

    +1  I need this as well.
    It looks like it's simply not available in CameraRoll - is support planned?  What are other possibilities - File?  Navtive extension?
    Would AIR even be able to play typical phone video formats?  From a quick search, it seems that the iPhone captures h.264 in a mov container, while at least one Android phone captures MPEG-4 in a 3gp container.  I'll try transferring such videos to my computer and embedding them in a test app just to see if they play.
    Thanks for any insight!
    ETA: The docs for NetStream list h.264 and 3gp as supported formats.  From my testing, however, NetStream does play the iPhone .mov file, but does not play the Android .3gp file.  A Loader plays neither.

  • FCP Freezes When Exporting to Flash Video (FLV)

    Final Cut Pro 7.0.2 freezes when exporting to Flash Video (FLV). The resulting FLV file contains only a few seconds of the exported video. A 2009 Apple Support notice offers this re. FCP 6 and CS3 Flash Video Encoder...
    ===
    Final Cut Pro: May quit unexpectedly when exporting to Flash
    Last Modified: February 13, 2009
    Article: TS2593
    Symptoms
    Final Cut Pro may quit unexpectedly when you export using QuickTime Conversion if you choose Flash Video (FLV) from the Format menu.
    Products Affected
    Final Cut Pro 6.x, Adobe Creative Suite 3 Flash Video Encoder
    Resolution
    This can happen if you use the Adobe Creative Suite 3 Flash Video Encoder and Final Cut Pro together. This issue does not occur with the Flash Video Encoder in Adobe Creative Suite 4. To work around the issue:
    Choose File > Export > QuickTime Movie.
    Be sure to enable Make Movie Self-Contained.
    Open the exported movie in QuickTime Player.
    Export the movie to Flash from QuickTime Player.
    ===
    I just installed CS5, so I would think I shouldn't be bothered with an older, problematic Flash Video Encoder. I don't think I should have to convert an MOV file to an FLV file using QuickTime Reader or anything else. Why doesn't it export correctly out of FCPro 7.0.2?

    oh well.

  • Multiple RTP streams + local video Player - S.O.S.

    Hi guys,
    I ran out of ideas, so I need your help now. It's gonna be a long one...
    Given:
    MediaLocator(vfw://0) --> DataSource(video) --> Processor(video)
    Then I send processor's output (videoProcessor.getDataOutput()) over RTP to multiple destinations. Of course, I am using cloneable DataSources for this, cause there's no other way. So, now I also need to have a local video feed just for self-reference, but it seems to be a tough one! Let me go over what I've tried til now:
    1. Using DataSource clone from video processor, I tried to create a Player (i.e. Manager.createPlayer(clonedDS) ). BOOM!
    javax.media.NoPlayerException: Cannot find a Player for: com.ibm.media.protocol.SuperCloneableDataSource$PushBufferDataSourceSlave@126c6ea
         at javax.media.Manager.createPlayerForSource(Manager.java:1512)
         at javax.media.Manager.createPlayer(Manager.java:500)
         at org.interlab.mc.media.MediaManager.setVideoProcessorEnabled(MediaManager.java:2046)
         at org.interlab.mc.media.MediaManager.openVideoStreams(MediaManager.java:1807)
         at org.interlab.mc.UserAgent.callStateChanged(UserAgent.java:2516)
         at org.interlab.mc.call.Call.fireCallStateChangedEvent(Call.java:366)
         at org.interlab.mc.call.Call.setState(Call.java:244)
         at org.interlab.mc.call.CallManager.processInviteOK(CallManager.java:330)
         at org.interlab.mc.UserAgent.processResponse(UserAgent.java:1632)
         at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:288)
         at gov.nist.javax.sip.EventScanner.run(EventScanner.java:489)
         at java.lang.Thread.run(Unknown Source)So i checked. If I create a clone from my DataSource(video) then Manager would return this instance:
    class com.sun.media.multiplexer.RawBufferMux$RawBufferDataSourceBut if, like now, I want to create a clone from DataSource from video processor (i.e. Processor.getDataOutput()) then I get this instance:
    com.ibm.media.protocol.SuperCloneableDataSource$PushBufferDataSourceSlaveHope you noticed the difference. :) Now, from the latter one neither I can create a Player nor can I create a Processor. Too bad. So, I tried another one.
    2. I took my DataSource(video), created a cloneable (just like in Clone.java) and from there I finally got my precious Player! Yes!! But not so fast.... Player was working, but the rest now wasn't. Once I have my DataSource(video) cloned, my Processor(video)'s data output got starved - i could not send video anymore. What a life?! Fine... Let's try another one.
    3. Just like I send video remote I decided to send the video locally in a loop, for instance, from 203.159.2.3:25000 to 203.159.2.3:25002. And what do you think? Still doesnt work!! This "loop" stream is not detected (i.e. controller's update doest sense anything). But if i open JMStudio, and start listening (i.e. open RTP session) on 203.159.2.3:25002, i get my stream showing nice and clear!
    Someone, anyone, please, help! Point my nose to some document, piece of code - anything to make this work.
    Kind regards.

    I'd better post here, so everyone else can get it too. so here it goes:
    That's RTPSocketAdapter
    import java.io.IOException;
    import java.net.InetAddress;
    import java.net.DatagramSocket;
    import java.net.MulticastSocket;
    import java.net.DatagramPacket;
    import java.net.SocketException;
    import javax.media.protocol.PushSourceStream;
    import javax.media.protocol.ContentDescriptor;
    import javax.media.protocol.SourceTransferHandler;
    import javax.media.rtp.RTPConnector;
    import javax.media.rtp.OutputDataStream;
    * An implementation of RTPConnector based on UDP sockets.
    public class RTPSocketAdapter implements RTPConnector {
        DatagramSocket dataSock=null;
        DatagramSocket ctrlSock=null;
        InetAddress remoteAddress=null;
        int remotePort=0;
        InetAddress localAddress=null;
        int localPort=0;
        SockInputStream dataInStrm = null, ctrlInStrm = null;
        SockOutputStream dataOutStrm = null, ctrlOutStrm = null;
        public RTPSocketAdapter(InetAddress localAddress, int localPort,
                                      InetAddress remoteAddress, int remotePort) throws IOException {
             this(localAddress, localPort, remoteAddress, remotePort, 1);
        public RTPSocketAdapter(InetAddress localAddress, int localPort,
                                       InetAddress remoteAddress, int remotePort, int ttl) throws IOException {
              try {
                  if (remoteAddress.isMulticastAddress()) {
                        dataSock = new MulticastSocket(localPort);
                        ctrlSock = new MulticastSocket(localPort+1);
                        ((MulticastSocket)dataSock).joinGroup(remoteAddress);
                        ((MulticastSocket)dataSock).setTimeToLive(ttl);
                        ((MulticastSocket)ctrlSock).joinGroup(remoteAddress);
                        ((MulticastSocket)ctrlSock).setTimeToLive(ttl);
                  else {
                        dataSock = new DatagramSocket(localPort, localAddress);
                        ctrlSock = new DatagramSocket(localPort+1, localAddress);
              catch (SocketException e) {
                  throw new IOException(e.getMessage());
              this.localAddress = localAddress;
              this.localPort = localPort;
              this.remoteAddress = remoteAddress;
              this.remotePort = remotePort;
         * Returns an input stream to receive the RTP data.
        public PushSourceStream getDataInputStream() throws IOException {
              if (dataInStrm == null) {
                  dataInStrm = new SockInputStream(dataSock, remoteAddress, remotePort);
                  dataInStrm.start();
              return dataInStrm;
         * Returns an output stream to send the RTP data.
        public OutputDataStream getDataOutputStream() throws IOException {
              if (dataOutStrm == null)
                  dataOutStrm = new SockOutputStream(dataSock, remoteAddress, remotePort);
              return dataOutStrm;
         * Returns an input stream to receive the RTCP data.
        public PushSourceStream getControlInputStream() throws IOException {
              if (ctrlInStrm == null) {
                  ctrlInStrm = new SockInputStream(ctrlSock, remoteAddress, remotePort+1);
                  ctrlInStrm.start();
              return ctrlInStrm;
         * Returns an output stream to send the RTCP data.
        public OutputDataStream getControlOutputStream() throws IOException {
              if (ctrlOutStrm == null)
                  ctrlOutStrm = new SockOutputStream(ctrlSock, remoteAddress, remotePort+1);
              return ctrlOutStrm;
         * Close all the RTP, RTCP streams.
        public void close() {
              if (dataInStrm != null)
                  dataInStrm.kill();
              if (ctrlInStrm != null)
                  ctrlInStrm.kill();
              dataSock.close();
              ctrlSock.close();
         * Set the receive buffer size of the RTP data channel.
         * This is only a hint to the implementation.  The actual implementation
         * may not be able to do anything to this.
        public void setReceiveBufferSize(int size) throws IOException {
             dataSock.setReceiveBufferSize(size);
         * Get the receive buffer size set on the RTP data channel.
         * Return -1 if the receive buffer size is not applicable for
         * the implementation.
        public int getReceiveBufferSize() {
              try {
                  return dataSock.getReceiveBufferSize();
              catch (Exception e) {
                  return -1;
         * Set the send buffer size of the RTP data channel.
         * This is only a hint to the implementation.  The actual implementation
         * may not be able to do anything to this.
        public void setSendBufferSize( int size) throws IOException {
             dataSock.setSendBufferSize(size);
         * Get the send buffer size set on the RTP data channel.
         * Return -1 if the send buffer size is not applicable for
         * the implementation.
        public int getSendBufferSize() {
              try {
                  return dataSock.getSendBufferSize();
              catch (Exception e) {
                  return -1;
         * Return the RTCP bandwidth fraction.  This value is used to
         * initialize the RTPManager.  Check RTPManager for more detauls.
         * Return -1 to use the default values.
        public double getRTCPBandwidthFraction() {
             return -1;
         * Return the RTCP sender bandwidth fraction.  This value is used to
         * initialize the RTPManager.  Check RTPManager for more detauls.
         * Return -1 to use the default values.
        public double getRTCPSenderBandwidthFraction() {
             return -1;
         * An inner class to implement an OutputDataStream based on UDP sockets.
        class SockOutputStream implements OutputDataStream {
              DatagramSocket sock;
              InetAddress addr;
              int port;
              public SockOutputStream(DatagramSocket sock, InetAddress addr, int port) {
                  this.sock = sock;
                  this.addr = addr;
                  this.port = port;
              public int write(byte data[], int offset, int len) {
                  try {
                       sock.send(new DatagramPacket(data, offset, len, addr, port));
                  catch (Exception e) {
                       return -1;
                  return len;
         * An inner class to implement an PushSourceStream based on UDP sockets.
        class SockInputStream extends Thread implements PushSourceStream {
              DatagramSocket sock;
              InetAddress addr;
              int port;
              boolean done = false;
              boolean dataRead = false;
              SourceTransferHandler sth = null;
              public SockInputStream(DatagramSocket sock, InetAddress addr, int port) {
                  this.sock = sock;
                  this.addr = addr;
                  this.port = port;
              public int read(byte buffer[], int offset, int length) {
                  DatagramPacket p = new DatagramPacket(buffer, offset, length, addr, port);
                  try {
                       sock.receive(p);
                  catch (IOException e) {
                       return -1;
                  synchronized (this) {
                       dataRead = true;
                       notify();
                  return p.getLength();
              public synchronized void start() {
                  super.start();
                  if (sth != null) {
                       dataRead = true;
                       notify();
              public synchronized void kill() {
                  done = true;
                  notify();
              public int getMinimumTransferSize() {
                  return 2 * 1024;     // twice the MTU size, just to be safe.
              public synchronized void setTransferHandler(SourceTransferHandler sth) {
                  this.sth = sth;
                  dataRead = true;
                  notify();
              // Not applicable.
              public ContentDescriptor getContentDescriptor() {
                  return null;
              // Not applicable.
              public long getContentLength() {
                  return LENGTH_UNKNOWN;
              // Not applicable.
              public boolean endOfStream() {
                  return false;
              // Not applicable.
              public Object[] getControls() {
                  return new Object[0];
              // Not applicable.
              public Object getControl(String type) {
                  return null;
          * Loop and notify the transfer handler of new data.
              public void run() {
                  while (!done) {
                        synchronized (this) {
                            while (!dataRead && !done) {
                                  try {
                                      wait();
                                  catch (InterruptedException e) { }
                            dataRead = false;
                        if (sth != null && !done) {
                            sth.transferData(this);
    }See, how to create RTPManager in next post

  • Is there a way to obtain a thumbnail from a video in Lightroom?

    Is there a way to obtain a thumbnail from a video in Lightroom? i.e. a small jpeg file.

    I just remembered that there is an undocumented module LrPhotoPictureView:
    http://forums.adobe.com/message/4140432#4140432
    In a quick test, it shows a thumbnail for .mov files in the catalog:
    Shows a 400 x 400 thumbnail for the selected file.
    local Require = require 'Require'.path ("../common")
    local Debug = require 'Debug'.init ()
    require 'strict'
    local LrApplication = import 'LrApplication'
    local LrDialogs = import 'LrDialogs'
    local LrFunctionContext = import 'LrFunctionContext'
    local LrPhotoPictureView = import 'LrPhotoPictureView'
    local LrView = import 'LrView'
    local showErrors = Debug.showErrors
    local function main (context)
        local f = LrView.osFactory()
        local catalog = LrApplication.activeCatalog ()
        local photo = catalog:getTargetPhoto ()
        if #photo == nil then
            LrDialogs.message ("No photo selected")
            return
            end
        local pictureView = LrPhotoPictureView.makePhotoPictureView ({
              width = 400, height = 400, photo = catalog:getTargetPhoto ()})
        local result = LrDialogs.presentModalDialog {
            title = "Thumbnail test", contents = f:column {
                f:static_text {title = photo:getFormattedMetadata ("fileName")},
                pictureView}}
        end
    LrFunctionContext.postAsyncTaskWithContext ("test",
        showErrors (function (context) main (context) end))

  • Placing object over flash video flv

    Hi folks
    I am trying to place a link and an image over the top of a
    FLV component using css
    HOWEVER the objects are always covered by the flv
    I have achieved it before with CSS when working with an image
    (i.e. image in one DIV and positioned relative and the overlaying
    objects in another DIV positioned absolute to the image DIV) but
    never with an SWF or FLV
    Can anyone tell/advise me how to achieve this IF it is indeed
    possible.
    Or alternately another way apart from putting the flv in a
    swf with the link embedded in the swf
    Any help or advice much appreciated
    Cheers
    J

    IE6 playing at the same frame rate as Firefox.
    "julie.jenkinson" <[email protected]> wrote
    in message
    news:frcq50$ig3$[email protected]..
    > Hello!
    >
    > I've got a problem overlaying an image over a Flash
    Video.
    >
    > You can view a test page
    http://ll-lllll.com/essai_TEST.html
    > It's just a video playing, and when you hover over it,
    it displays some
    > info
    > on top of it.
    >
    > I'm using DIV layers in DW for both the video and the
    image, and I've
    > added
    > the wmode=opaque parameter in the code so that the
    z-order of the layers
    > is
    > taken into consideration.
    > Now, everything's look ok in Firefox, but in Internet
    Explorer the video
    > plays
    > at a very slow frame rate (the semi transparent info
    image isn't the
    > source of
    > the problem). Do you maybe know another way to do this,
    so that it works
    > fine
    > in all browsers?
    >
    > Thanks,
    >
    > Julie.
    >

  • Problem Inserting Flash Video (flv) File into Site

    Hi -
    I'm having problems inserting a Flash Video (.flv) into my webpage.  I'm using Dreamweaver 8.
    I'm going to: Insert -  Media - Flash Video, browsing to the .flv file that's in my local site folder, entering the settings.
    In Dreamweaver, there's a big gray box w/ flv icon in the middle.  But when I go to preview, the screen is empty, no video.
    I'm creating the .flv file w/ Screen Mimic (a screen capture recording software).  This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.  This is the first video that I've made that I'm trying to insert. 
    If anyone has any suggestions, I would be most appreciative.
    thanks!
    Stacey Stanley

    This could be a problem w/ the Screen Mimic file because I have no problem inserting other flv files supplied to me by others.
    That would my guess too. Here are few other things to consider:
    1)  Does your FLV filename contain any spaces or special characters?  If so, rename it without spaces as these can cause problems.
    2)  Output Screen Mimic project to a QuickTime MOV file.  Then use Adobe Flash Encoder to convert the MOV to FLV.
    3)  When you tested your page, was it a live page on remote server?  Did you upload the page and all supporting files to server (Scripts folder, SWF, FLV...)?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Batch export of multiple clips from one video in Premiere CS4

    Hello,
    I'm really in a bind and hope you guys can help me out. I have about 30 hours of video in about 30 mpg files..1 hour in each video. I need to splice out small clips from each video..anywhere from 10 to 20 clips in each and send them to Media Encoder to store as video files I can then re-use. In CS3 I can do this manually one clip at a time ..set In point, Out point and then export. This however takes a very very long time....set the ins/outs, then export, then wait, then repeat..very tedious
    In CS4 can i set multiple ins/outs for the entire video and then have premiere go to work and do a batch export? Or is there another way of doing this? I have about a week left to get this done and at a total of about 450 clips to export each 2-5 mins for encoding this will take forever...plase help!
    Stan

    It wont do exazctly what you want but.... But the batch encoding should save you some time since you can continue to work while it encodes/exports.
    Do you need to make more than one output type? Like DV, WMV, FLV... for each one? If so, I suggest this workflow:
    1. Open source file 1 in Source monitor set in and out, ctrl drag subclip to a folder in the project panel.
    2. Repeat step 1 for any other subclips needed from source clip 1
    3. When done with first source clip go into bin where you put your subclips click on them one at a time and do export/media to your lowest compressed need (like DV AVI for example); it will be added to AME queue
    4. Repeat step 3 for all subclips, then click start queue.
    5. While AME is exporting all the subclips for your first source clip, repeat steps 1-3 on source clip 2...
    When you are all done; if you need to make multiple output types for each file; Do (IN AME) File>New>Watch Folder
    Create a Watch folder for each output type you want. Then simply copy all the exported clips you want inot each of these folders and AME will process them all for you in batch.
    It doesnt do exactly what you wished for; but should save you a few buckets of time.
    Curt Wrigley

  • Local video files on native player - any examples or official response?

    Sorry to bring this up again as there are several posts in this forum asking the same questions but I figured now that Packager for iPhone is once again being actively supported it would be a good time to try and get some clarification.
    Playing local video files on the iPhone/Pad's native video player is a well documented feature of the packager but one that I have yet to get working or even see an example of. There are quite a few posts here and elsewhere with people asking how to get this feature working, especially with reference to the navigateToURL() function as described in the developer guide.
    Has anyone ever managed to get this feature working and are there any examples of code using navigateToURL() which have been successful for anyone? If not could one of the Adobe reps on this board give a response just to clarify if H.264 video playback is working as intended and documented.
    Many thanks for any incoming responses, I have been very happy to hear the news from Apple/Adobe over the last few days and getting this feature working would top off a few days of good news!

    I've tried that with no luck.  Here's a screenshot of the app.  You can see the many ways I've tried to play video files and it just doesn't work the way you suggested, or the way the documentation suggests.  What am I doing wrong?  Or does it just not work since no one can seem to get it to work?
    And yes, I did include the video:

  • View image from local

    Hi,
    I'm using J2ME wireless toolkit, and I want to know is it possible to view image from local(eg. C:\WTK22\appdb\DefaultColorPhone\filesystem\root1). I've written some code to view form the folder but it appear "error: null".
    mage storedImage = null;
              String picLink = "file://localhost/" + currDirName + fileName;
              try{
                   storedImage = Image.createImage(picLocation);
              catch(Exception e){
                   System.out.println("Error here: " + e.getMessage());
              }

    Yes, it is possible.
    They were demonstrating the RT display at NI Week. It is part of the RT features of Vision 6.1. You can route an IMAQ display window to the video output on the PXI chassis. Anything you display in that window will show up on your screen.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Exporting from FCP to FLV

    I have begun to produce multimedia features (audio slide shows, stills combined with audio, no video yet) using FCP. I bit the bullet and bought the whole Final Cut Studio because I figured I would need many of the programs in the suite.
    My first sizable client wants me to deliver the features not as QT files, but as .flv flash files. Is there a way to export my FCP project as an .flv file for this client with what I already have (all the FCP Studio apps) or do I still need to buy additional software? I have been researching this a bit and what I've come across so far are the following options:
    1. buying flash and thus being able to export via compressor (but this seems like overkill considering flash is very expensive and I don't need it for anything else)
    2. buy Sorenson Squeeze, but this also seems like an expensive option at $500 - 600.
    3. I read somewhere on this forum that you can export to H.264 using compressor, and then simply change the suffix from .mov to .flv. Does anyone know if this really works?
    To date most of my clients ask me to deliver content as QT .mov files, or in some cases make DVDs for them. I am unenthusiastic about spending $5-600 for Sorenson Squeeze unless there is no other good way, as this is the only client who has requested delivery in .flv files for their flash web server.
    Is there any other high quality, reliable way to do this within the Final Cut Pro Studio set of apps, or do I have to invest more money?
    Any thoughts or suggestions would be gratefully appreciated. Thanks in advance for any advice.
    Paula Lerner

    I have been doing some research and testing, and for anyone who's interested I have some new information, and also a few new questions.
    My One to One Apple trainer turned me on to something called MPEG Streamclip which is a free download (just google it for the link). I tested it and the result was pretty decent. I also discovered that there is a less expensive Squeeze option called Squeeze 5 for Flash ($199) and Squeeze 5 for Flash Pro ($299). Beyond the $39 Flix Standard that G. mentioned here, On2 also makes Flix Exporter, which is a plug in for Final Cut Pro, and costs $199. I will be testing it shortly.
    My question now is has anybody on this forum been using the Flix Standard, or either Squeeze 5 for Flash (pro or non-pro version), and have any opinions as to how they compare? I'm trying to figure out the relative pros and cons to each one so I can make an informed decision.
    Thanks for any feedback.
    Paula
    http://www.lernerphoto.com

Maybe you are looking for