Making client previews..

Since the mp4 encoding option was removed It's quite a detour make client previews using AME.
Rendering to to lossless format and let AME pick that up is quite a waste and  sending AE comp to AME directly takes a lot of time, memory and longer encoding times among other problems.
Can something be done to fix that workflow?  Are there 3th party mp4 encoders other then quicktime?  I've tried moving the encoder files from cc to cc2014 but no luck there..

I have used the AME to render client previews directly from the AEP project files since AME was introduced. This works because I have never produced a project for a client using Ray-traced rendering. It also works because I can send a comp to the AME, start it rendering, and keep working in AE on more projects. This results in NO down time waiting for renders. The days are long gone when you could bill a client for rendering previews. For final delivery and for archiving I set up the Render Cue to render to a 10 or 12 bit lossless 444 master and drop those in a watch folder for the AME when I leave the office at night and render my deliverables while I sleep. AME is, if properly utilized, a great addition to the workflow. It's the only way to render things from Premiere Pro, which is where most of my final deliverables come from because I use AE to create shots and composites and almost never produce a comp that is more than a few seconds long. All editing is done in Premiere Pro, sound mixing is done in Audition via dynamic link, and the final color grade for the most part is done in Premiere Pro or Speed Grade.
If AME rendering directly from AEP files slows down AE or is really slow in AME then you need to check your memory settings. If you happen to be creating a project that would seriously benefit from MP rendering in AE then you are better off rendering a lossless production master or DI in AE because AME does not use MP rendering.
I have found very few projects that did not benefit from this workflow. Any projects that do not benefit from this workflow are rendered directly in AE to a DI (digital intermediate) using a frame based 10 or 12 bit codec and 444 color at a minimum. BTW, as much of a fan as I am of Apple, Quicktime, in it's current version is a mess and I don't use it for any rendering or encoding or compressing. AME is almost as good as any of the third party compression software out there and it's free with PPro or AE so I have long abandoned use of 3rd party compressors but feel free to explore them.
BTW, the next version of AE and PPro are just around the corner. It sounds like you can expect some major speed increases with these new versions.

Similar Messages

  • Client preview versus viewer

    Hello all,
    I'm interested to know which report settings are customisable by report users/in the report viewers.
    For that purpose I have downloaded a trial version of CR.
    Are their the same customization possibilities in the CR viewer as in the CR2008 client preview?
    Thanks in advance for your feedback,
    regards,
    Edited by: Herman Riegelhaupt on Jun 17, 2008 4:16 PM

    Hi Curtis,
    > I was wondering if there's a way to have my client
    preview the progress of
    > a site design without it being live?
    How about in a folder off your own site? That's what I do.
    Aloha,
    Jerry
    http://MauiWebDesigns.com

  • Cant Capture Screen Recordings with QuickTime Player for making  App Previews

    cant Capture Screen Recordings with QuickTime Player for making  App Previews
    went into that page:
    https://developer.apple.com/app-store/app-previews/imovie/Creating-App-Previews- with-iMovie.pdf
    upgraded to quick time 7 pro
    got stuck here:
    " 4. In the window that appears, select your iOS device as the Camera and Microphone input source".
    the window appeared, no selection is possible

    The instructions in the Developer page you link contemplates that you are using the QTX version instead of QT7 Pro:
    vs.
    QT7 Pro does not allow selection of iOS devices as the Camera and Microphone
 input source.
    QTX is the QT version included with Mac OS X v10.6 Snow Leopard and later.  However, as explained in the Developer page you linked above, if your Mac is not already using it, you need to upgrade to the current (OS X 10.10 Yosemite) OS X Version to use iOS devices as the recording sources in QTX.
    Message was edited by: EZ Jim
    Mac OSX 10.10.2

  • How can my client preview the new site I'm making for him?

    Without taking print screens. Is there a way I can send him a 'staging' address for his site?

    Same way .... you can still upload to Business Catalyst for viewing and then once you are done delete the test site and Export your site as HTML and upload to his server.
    Or if you have your own third party host you can upload to there. It has to be hosted somewhere for your client to access it.

  • Client Preview in After Effects

    I'm running After Effects ver.8 (CS3) on a nearly new 2.93 GHz Quad-Core Intel Xeon Mac with 6GB RAM. I'm using an AJA ioHD for output to my broadcast monitors. I'm primarily a Final Cut Pro/Avid editor and am back on a rather large AE project after a few years hiatus other than doing minor animated type overlays and such for import back into my editing program.
    The project is a little over 2 minutes and has dozens of layers - mostly type, photos and vector files. Very little footage-wise. My question is how to preview the entire 2 minute project at high quality for my clients who are behind me. Is there any way to just render it out in the timeline like you would in FCP or Avid and play it? I can preview sections of it or I can do the whole thing at half-res or skipping frames. I know that I can render out a movie to the finder and then import it back into FCP, but I would think that AE now has a way to render it and just hit "play" in the timeline.
    Is there a way to do this? Or should I be getting more throughput with 6GB of RAM? Are my scratch disk settings maybe wrong?
    Thanks in advance,
    Eddie

    No, no and no (mostly). RAM previews are the only way to get guaranteed realtime playback and prevciewing 2 minutes at a time is simply impossible with a 32bit app that can only address 4GB of RAM such as AE is. Sorry, you are really out of luck on that one. The only thing you can do is to try and use the disk cache. Cached frames may play fast enough from disk, if they are fast enough, but there is no guarantees, either. Also note, that AE will weigh your processor performanceagainst the disk performance, so if it thinks it can calculate something faster than read it from disk, it will not cache. Inm addition, caching realyl only takes off if the project is structured accordingly, meaning there are sub-comps that can be cached and are not invalidated with every small change in teh parent comp.
    Mylenium

  • SecurityException after making client request

    Hi,
    I have a web application that makes an HTTPS client request to another server
    using SSL/certificates. I'm using WebLogic classes for the client calls and modelled
    my code off the WebLogic examples. After making the request (successfully), I
    get a SecurityException when instantiating an InitialContext (see stack trace
    below).
    The exception indicates that the user is "null", but if I call Security.getCurrentUser()
    just before and after the exception occurs, it reports my user correctly. If
    I remove the HTTPS call, I no longer get the exception.
    Is there a known problem, or is there something I could be doing wrong to cause
    this?
    Regards,
    Paul
    javax.naming.AuthenticationException. Root exception is java.lang.SecurityException:
    Authentication for user null denied in realm weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:522)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:338)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:211)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.asa.pcss.business.BeanDataUtility.getResources(BeanDataUtility.java:265)

    Hi Paul,
    I've just encountered exactly the same problem. Did you find a solution?
    Regards,
    Fran
    "Paul Canavese" <[email protected]> wrote:
    >
    Hi,
    I have a web application that makes an HTTPS client request to another server
    using SSL/certificates. I'm using WebLogic classes for the client calls
    and modelled
    my code off the WebLogic examples. After making the request (successfully),
    I
    get a SecurityException when instantiating an InitialContext (see stack
    trace
    below).
    The exception indicates that the user is "null", but if I call Security.getCurrentUser()
    just before and after the exception occurs, it reports my user correctly.
    If
    I remove the HTTPS call, I no longer get the exception.
    Is there a known problem, or is there something I could be doing wrong to
    cause
    this?
    Regards,
    Paul
    javax.naming.AuthenticationException. Root exception is java.lang.SecurityException:
    Authentication for user null denied in realm weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
    at weblogic.security.acl.internal.Security.authenticate(Security.java:125)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushUser(WLInitialContextFactoryDelegate.java:522)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:338)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:211)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.asa.pcss.business.BeanDataUtility.getResources(BeanDataUtility.java:265)

  • Making Client able to talk to other Clients

    so my sorta IM program have 3 major components: Server, ServerClient, and Client. th Server listens for incoming connection thru ServerSocket, and when a Client connects, a ServerClient thread is started. thus the Server can talk to the Client and vice versa. my question is, how should I make one Client talk to other Clients? the ServerClient threads are not aware of each other.
    Thanks!

    You can have a Vector for keeping all ServerClient threads. You could write a method that would find if the user is logged in and another that would send a message to him. I think some sort of simple protocol will be needed for transfering what the user wants to do (send a message to the server, find if a user is logged in, send a message to the user, etc.) with proper parameters, but this is irrelevant for now.
    Of course this is just a suggestion. Maybe someone will have a better idea.
    ...:: byElwiZ ::...

  • Seeking solution for css and js making client very heavy around  800KB

    I have developed GUI using web dynpro,
    deployed the application in enterprise portal,
    when i save the web page in local machine from browser(IE),
    the HTML + css+ js file size comes around 700-800KB.
    How can i reduce this so that i can use it in internet.
    For internet application noone can afford more than 40 KB in client, Please any solution to the above problem ASAP

    Dear jian
    The css and js are around 500 KB.
    These files get downloaded only when the request is for the first time.
    So first time hit will be time taking but from the next time it will be fast.
    If u can check and tell the file sizes of css and js of your application, then i can compare with mine.
    But generally web applications should be very light in size.so , should i go for struts and can u give me the
    advantages and disadvantages of web dynpro against struts.
    Web dynpro pages are rendered in client browser ? and which framework does it follow ? is it ajax or ?????

  • Making clients to communicate

    hi, i want that the clients who connect to the server made as follows can communicate with each other through text, so can anyone please tell me how can it be done?
    import java.net.*;
    import java.io.*;
    public class server4
            public server4(int port)
            Socket client_socket = null;
            ServerSocket serv_socket =null;
            try
            serv_socket = new ServerSocket(port);
            catch(IOException e)
              System.out.println("Could not listen! port busy");
            System.out.println("Server ready,waiting for client: ");
            try
                while(true)
            client_socket = serv_socket.accept();
            server4Thread tp = new server4Thread(client_socket);
            serv_socket.close();
            catch(IOException e)
               System.out.println("Failed to accept client");
            public static void main(String args[])
                throws IOException
                new server4(9999);
            public class server4Thread extends Thread
            Socket client_socket =null;
            PrintWriter out = null;
            BufferedReader in = null;
                server4Thread(Socket client_socket)
            {   super("New THREAD");
                this.client_socket = client_socket;
                start();
            public void run()
              try
            out = new PrintWriter(new PrintWriter(client_socket.getOutputStream()),true); // NOTE: here true flushes the outputstream
            in = new BufferedReader(new InputStreamReader(client_socket.getInputStream()));
            catch(IOException e)
                    System.out.println("Couldn't connect to client");
                    System.exit(1);
              try
            String str;
            String str_out;
            str = in.readLine();
            while(!str.equalsIgnoreCase("close"))
             System.out.println("Message received:"+str);
             str_out = str.toString();
             str_out=str.toUpperCase();
             out.println(str_out);
            str = in.readLine();
              catch(IOException e)
                  System.out.println("Error in reading or writing");
            System.out.println("Client disconnected!");
            try
            in.close();
            out.close();
            catch(IOException e)
                System.out.println("Error in closing streams ");
    }

    actually i want to build a system where in 'n' no. of clients can connect to the server and can then chat with each other (through text).... i have made the client program ..... I want to know that how do i link different input and output streams of the clients with the same server or rather how do i identify the different clients?

  • Authoring DVDs - making client in self-sufficient

    Hi. I delivered a sales reel to a client a few weeks ago. Now they want more DVDs, which I'm happy to make. But I'd like to leave the project in a place where the client can burn their own DVDs from now on. I'm not sure what's out there for them, though. They use Macs...
    Can they burn in iDVD using the masters (format 1280 X 720, DVCPRO HD, 720p60)? Or would they need the FC codecs? They are unable to play the masters, for example, in Quicktime on their computers because they don't have final cut.
    Another option...if I give them the Video_TS folders, can they simply drag the folders onto a blank DVD and burn using their mac's operating system?

    Hi,
    You could make a disc image and send them that, they could then burn from disc utility.
    DM

  • Making Preview default PDF application

    I had to install Adobe Reader to be able to view a document a while back. For some reason it wouldn't open in Preview. Unfortunately, when I installed it Adobe Reader became the default PDF application.
    How do I go back to making the Preview the default PDF application?

    Find and highlight a PDF file in the Finder. Click cmd-i to open Get Info.
    Go to "Open With", and change the associated application from Adobe Reader to Preview. Click "Change All" to make this change for all PDF files.
    You should see the file's icon change from Adobe to Preview to confirm this.
    Matt

  • Bridge CS5 preview / slideshow not working on 27" Apple Cinema Display

    I'm using my 2009 (black key) MacBookPro and Mac OS X 10.6.7 running Snow Leopard.
    2.4 GHz Intel Core 2 Duo
    4 GB 1067 MHz DDR3
    Adobe Bridge CS5 works beautifully on my MBP, my photography workflow depends on Bridge.
    However, when I attach my 27" Apple Cinema Display and try to preview images by hitting the space bar I get a gray screen. Likewise, the slideshow renders only gray.
    It's not the "black out other monitor". I've cleared the cache to re-render all the previews.
    I've scoured these forums as well as the Apple ones, and the helpful folks currently at Photoshop World in Orlando advised me that, collectively, the kind people here know everything.   I know I can't be the only photographer who uses this configuration. I'd like to use the display for client previews/ordering.
    I would so appreciate any tips you may have for me; thank you in advance for your time.
    Warmly,
    Darcy
    http://hisandhersphoto.net

    Yes, thank you. I found that post - among others when researching before I asked. I tried all the suggestions in that one and in the others.
    My issue isn't low quality rendering in the preview and slideshow - my issue is NO rendering at all in slideshow and preview. It's just blank. Gray.
    I deleted the cache in my library and through the Bridge program itself to rebuild the previews. I tried the various options of "software rendering" on and off, and different configurations in the preferences and none seem to make the preview or slideshow work. I have all the updates from Adobe and from Mac.
    I tried importing the photos I need to show my clients (who are coming to my studio this evening!) into Lightroom 3, and the LR slideshow works. But using LR and having to import photos into it is an extra step not in my workflow.
    Ideally, I can make Bridge work instead of making yet another resource-consuming copy of these photos on this computer via the Lr library.
    So - current state is unsolved.
    Lightroom 3 slideshow and preview works, but isn't ideal since it involves importing the images into Lr. Since that works - would that mean my video card is acceptable?
    Bridge can show thumbnails on the 27" display but no preview or slideshow.
    Bridge preview and slideshow works perfectly on my 15" MacBook Pro.
    I'm so disappointed since I bought the 27" Apple Cinema Display this week and was told it would work with my computer "out of the box" - I was sure to ask several times, "so there's nothing else I need to buy or do to make this work with my programs? Just plugin and go?" and several times I was assured, "Yes... plugin and go."
    I sure would appreciate anyone who's made Adobe Bridge work with a 27" display. Thank you!
    Darcy

  • Do you use scripting methods to initiate previews?

    If you ever use a scripting call to initiate a preview, respond to this thread with details about how you do this and why.
    We're in the middle of making some preview changes that have implications for scripting, so your answer will inform when and how we make certain changes.

    I don't think any of my clients has ever asked for a script-generated preview.
    Dan

  • Help, Preview doesn't work in InDesign!!!!

    I'm working on creating an interactive multipage/spread document for web use in InDesign CS6 for mac. My issue is that when I create buttons, e.g. a textbox who's feature is 'go to next page', and then try it in preview - nothing happens. I have tried opening my document in InDesign on a PC, and all the features work in preview there, but for some reason it will not work on my mac. Basically I need help in making my preview work as it is hopeless without it. Also, when I try 'test in browser', it just opens a grey page in my browser.

    I haven't exported it, as I am still working on the project. I mean the SWF Preview in InDesign - I have made all the buttons and animations correctly but for some reason they do not work when tested in this SWF Preview on my macbook pro. I have tried opening my project on a PC and all the buttons and animations work when I test it in SWF preview (in InDesign) there.
    I have updated Adobe Flash but don't know if the issue may lie there still?

  • "Anyconnect client profile" option missing in ASDM

    Hello,
    I'm in the process of setting up Anyconnect on the ASA, and have successfully updated the licensing, as well as uploaded the anyconnect pkg for web deployment. I enabled anyconnect on the outside interface and can now have the ASA push the client to the machine. Works fine. However, I want to add backup servers that the client will attempt to reach in the event the primary is down. I understand that "client profiles" can be created to customize settings like this. Problem is, when I follow the configuration guide with instructions for making client profiles at this location:
    http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect30/administration/guide/ac02asaconfig.html#wp1289905
    It shows that I should have an option for Anyconnect Client Profile and Anyconnect Client Settings.
    I don't have either of those options in ASDM. Here's what mine shows:
    I have another "SSL Client profiles" option, but it doesn't seem the same as the options above.
    Can someone assist with what I need to do to get the Client Profiles option to be available so I can add backup server information to the client? Thanks!

    Thanks for the response Marvin,
    It shows the ASA and ASDM versions are 8.2 and 6.2 respectively.
    Result of the command: "sh version"
    Cisco Adaptive Security Appliance Software Version 8.2(1)
    Device Manager Version 6.2(1)
    Result of the command: "sh act | i Ess"
    AnyConnect Essentials        : Enabled 
    I don't have the premium license, just the Anyconnect Essentials and Mobile licenses. I would imagine essentials should have the same profile configuration options, though. If it is in fact because I'm running an older version of ASDM, do I need to update both the ASA IOS and ASDM together, or can I just upgrade ASDM on its own? Thanks again.

Maybe you are looking for

  • Opening an OS 9 file (GMS calendar)

    Hi--Any suggestions as to how I can retrieve my calendar data file from GMS Calendar--an OS 9 application? I just purchased a Macbook Pro running Leopard and managed to migrate the file from my old iBook, but the old machine had died. Are there any u

  • The PLANNER_CODE specified is not a valid Planner in MTL_PLANNERS

    Hi All, I am trying to create an item using the API - inv_item_grp.create_item. We are giving one of the parameters as planner_code, but it gives an error as - The PLANNER_CODE specified is not a valid Planner in MTL_PLANNERS The same planner is bein

  • Opening of a form in oracle9ids

    I have problem to maximise my form window. I have 2 canvas and 2 window on the form. When I run form every thing ok. only on top of my form a default window is visible . I also have it removed from the forms properties menu module. but it still remai

  • Am I supposed to 301 redirect expired product catalogs?

    Once a product catalog has expired, am I supposed to redirect that expired URL?  If so, where would I do that in the ABC system?  I understand how to do it to an actual html page, but I can find no information about what happens to a product catalog

  • I need to create a folio field that increments itself everytime you open the acrobat form

    Hi, I have a very simple form with a some fields the user should capture. The first field is folio number, that should be filled automatically when the user opens the form, with the last used folio number plus 1.  The next number available. I have be