Need a little help with AE

Hi all, I'm having a small problem with After Effects. I'm a Design student computer games of second year and I'm trying to wrap my different modules for the year.

One of my modules 3D and animation, I made my last animation output as PNG. There are tired of running at 24 frames per second depending on the 22 second audio clip. When I put the images in After Effects as a sequence PNG sequence is only 18 seconds long and makes out in 18 seconds.

I put the composition 22 seconds long and do speed 24 seconds when I started the comp. I have a layer of PNG (images you will see) and a second layer of PNG (a rendered 3D Studio Max Zdepth) to create a depth of field effect.

How can I get these PNG to make out at the speed I want? They always make out too fast.

This will probably turn out to be something really simple, I apologize if this is! I tried to look online for other people asking, but I have too much time in the next week and can't afford to spend time looking around. I would be very happy if someone could give me a helping hand.

Thank you.

Make sure that you are interpreting the film sequence of still images at a good rate. Read this page.

Tags: After Effects

Similar Questions

  • need a little help with time calculation

    Hello

    I tried to implement oauth2 and youtube api. I can connect and can recover the access_token and other oauth required as expires_in json values.

    What I'm trying to do is drive if my access token is valid or not before making another call to their api - youtube gives a value - expires_in that normally contains 3600, which I suppose is seconds. I'm trying to add this time now using clock_gettime(), but I don't get correct values for my calculation - nowTime + expiresInt.

    Anyone can point out the problem with my code please? It could be a bad way to do it, but I thought that I spent a few hours on this subject before asking for help.

    Thank you.

    token = c.value("access_token").toString().toStdString();
        refreshtoken = c.value("refresh_token").toString().toStdString();
        saveValueFor("access_token", QString::fromStdString(token));
        string expires = c.value("expires_in").toString().toStdString();
        saveValueFor("refresh_token", QString::fromStdString(refreshtoken));
        struct timespec* start;
        clock_gettime(CLOCK_REALTIME, start);
        int nowTime = start->tv_sec;
        std::stringstream str(expires);
        int expiresInt;
        str >> expiresInt;
        nowTime += expiresInt;
        stringstream nowTimeString;//create a stringstream
        nowTimeString << nowTime;//add number to the stream
    

    Now you install milliseconds and seconds.

  • So I need a little help with the Flash colors

    I always use the red, green and blue gradient colors Flash below for metal stuff, but how do I get the effect of this red color in different colors like yellow?color.png

    If you want to use predefined gradients, what you could do is the first color any field you want with one of them, and then select the fill and use the color Panel to replace the Red some other color you prefer.   If you have never worked with the degraded section of the color Panel, you will be probably it find a bettter tool to create and fine-tune transitions.

    You just doubleclick, this little red square in the lower left and it opens a color sample as you have demonstrated to select another color

  • need a little help with acs2

    Hi, I have box_mc and box2_mc, and I have an animation_mc (I've marked it Flash)

    I would if I drop box_mc box2_mc animation should play.

    My codes: to box1_mc

    onClipEvent (load) {}

    this.tabEnabled = false;

    This ._visible = false;

    orig_x = this ._x;

    orig_y = this ._y;

    }

    on {(press)

    this.startDrag ();

    }

    on (release) {}

    this.stopDrag ();

    This ._x = orig_x;

    This ._y = orig_y;

    If (eval (this._droptarget) == _level0.box2_mc) {}

    _level0.animation_mc. Play() //it does not work

    }

    }

    If you help me I will be happy (sorry for eng)

    There is nothing wrong with the code as show you if all three items are on the same main timeline.

    Use the function trace() to ensure that the conditional test is being satisfied and that the subject of animation_mc exist.

    on (release) {}

    this.stopDrag ();

    This ._x = orig_x;

    This ._y = orig_y;

    trace (Eval (this._droptarget));

    If (eval (this._droptarget) == _level0.box2_mc) {}

    trace (Eval (_level0.animation_mc));

    _level0.animation_mc. Play() //it does not work

    }

    }

  • Need a little help with a code

    Hello adobe community!

    I've been fiddling around with FLASH MX and made a game VERY slowly.

    I picked up a lot since the beginning and you have restarted the game MUCH MUCH time = D...

    But I have now a copy which is neat and clean and works great BUT I came in a bit of a problem.

    I have _global.goldenticket = 0;   on my first image as well as other variables and I had one place where we can acquire a "goldenticket.

    now, things are starting to confuse me... ive added a button inside a clip which, if you click on 'must' check if I have a golden ticket and then let me go to the specified image...

    {We (Release)}

    {if(goldenticket=="1")}

    money-= 50;

    Energy-= 50;

    _root.gotoAndPlay ("enter");

    } else {}

    This.Enabled = False;

    }

    }

    However the button doesn't seem to see my ticket (even tho Ive added a dynamic text box to keep track of how I, 1)

    Ive tried different ways to get around this, but I can't make it work...

    Please someone help me... relatively simple answers please =------im only a few days of learning flash and codeing. but im enjoying what im doing so im learn quickly.

    will have my face on the screen waiting = D

    Thanks to everyone who took a glance at my son!

    If it's a variable _global then send it as a...

    {if(_Global.goldenticket=="1")}

    Also, if it is a number you should not use quotation marks around it.

  • I need a little help with the INSTR function

    Hello everyone,

    im still new to pl sql and experienced an issue with the INSTR function. I need to analyze some values of a CLOB containing the xml code and use INSTR to determine the beginning and end of the value, I would like to analyze.

    the data I need is in a <!-[CDATA [[Some Text]]]-> block. up to this point, I managed to take the start of the word, but I can't seem to capture the end of the CDATA block. I use this statement:

    POS: = INSTR (TO_CHAR (input_clob) [,'] ', pos2 + 6, 1);

    but it doesn't have the desired effect. [It seems to sort of go back to the length of the string, while the]-sign is actually in the xml file. my result would look to "Some Text]]--> < xmlxml >... < / xmlxml >...» ». [I tried to escape by writing ' \] "but if I do, the function returns zero and my parsed string is left blank.

    Unfortunately I can't use regular expressions, because I work with oracle 9.2i. Anyone know what I'm doing wrong?

    Thank you

    Edited by: user8719779 the 25.08.2009 02:23
    with my_tab as (select ''||chr(10)||
                           '  '||chr(10)||
                           '   '||chr(10)||
                           '  '||chr(10)||
                           '' col1 from dual)
    -- end of mimicking your data; USE SQL below:
    select substr(col1, instr(col1, '', 1, 1) - instr(col1, 'Hello guys I have a small question and seems to have struck a written block and I was wondering if someone can help me.
    I have the tables as such
    CREATE TABLE "JAMTESTTRANS"
      (
        "LITERAL1" VARCHAR2(6 BYTE),
        "AMOUNT"   NUMBER(17,2)
      )
      
    
    
      CREATE TABLE "JAMTEST"
      (
        "LITERAL1"      VARCHAR2(6 BYTE),
        "LITERAL1_PRED" VARCHAR2(6 BYTE),
      )
    
    
    --here is the data
    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('67120',  '6712')
    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('6712',   '671')
    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('67130',  '6713')
    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('6713',    '671')
    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('671', '67')
    
    
    INSERT INTO "JAMTESTTRANS" (LITERAL1, AMOUNT) VALUES ('67120', '50')
    INSERT INTO "JAMTESTTRANS" (LITERAL1, AMOUNT) VALUES ('67130', '90')
    INSERT INTO "JAMTESTTRANS" (LITERAL1, AMOUNT) VALUES ('67120', '20')
    INSERT INTO "JAMTESTTRANS" (LITERAL1, AMOUNT) VALUES ('67120', '10')
    now I want to do is end up with the sum of 67
    Since 67120 and 67130, both have the predecessor of 671 I would look for a level and get the $ 67.
    Can't seem to get it.
    Any help would be grateful.


    desired output
    LITERAL1                AMOUNT
    67                          170
    
     
    I know I have to use connect by before somewhere, but how? »

    Hi, Miguel.

    mlov83 wrote:
    Frank, good to see you answer this question. you are brilliant my friend but what if I did

    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('40500', '4050')
    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('4050', '405')
    INSERT INTO "JAMTEST" (LITERAL1, LITERAL1_PRED) VALUES ('405', '40')
    

    Be sure to post the results desired from these sample data.
    Did you mean view all additional lines for jamtesttrans? The solutions I posted earlier will only display nodes that have descendants in jamtesttrans. If you want to include these lines in the output (list NULL until the amount total, perhaps), then do an outer join between the two tables.

    Do you need to CONNECT BY, or you can, just by looking at the values of literal1, if one is one descendant of the other?
    If you really need to CONNECT BY, then you might want this:

    WITH     got_tree     AS
    (
         SELECT     CONNECT_BY_ROOT     literal1_pred     AS root
         ,     literal1
         FROM     jamtest
         START WITH     literal1_pred     IN ('40', '67')
         CONNECT BY     literal1_pred     = PRIOR literal1
    )
    SELECT    t.root
    ,       SUM (j.amount)  AS total_amount
    FROM               got_tree       t
    LEFT OUTER JOIN       jamtesttrans       j  ON  t.literal1  = j.literal1
    GROUP BY  t.root
    ;
    

    Required guess that will give you a list containing between 1 and 50 roots (like ' 40 'and ' 67') at a time. If this isn't what you want, then explain what you want.

    now, I want to be able to have the total to 67, but also for 40? I know I've done my first much simpler test then is my real job. but the real table im working with a over 1mill records I don't think I can post here :-D

    No, it's not practical post 1 000 000 lines of data. Do you really need to? Can't give you an example of what you need with no more than 10 lines of each table?

  • Hi all, I need a little help to try to solve a problem of updating Bios for a long time.

    I downloaded the new update of the Bios on the HP site. But when I try to install the update, the process goes up to only while it presents me with an error. Any help would be appreciated, I am trying to upgrade the Bios for the new firmware in order to perform a better processor. Thank you...

    Error code: 3033

    "GoTo" label not found

    on line 89 of w:\patches\i...ate\windows\installer.wbt

    My system is...

    Compaq Presario SR1339uk

    Serial number: CZB5050HBW

    System number: PS267AA

    Motherboard: Asus PTGD1 - LA

    BIOS version: 3.13 12/14/04

    Operating system: Windows XP Home Edition

    Not sure what's going on here, but here is a suggestion on how to properly install manually the update of the BIOS.

    Assume that you download SP26760.exe (BIOS 3.28)

    Start the update - go to the last message you get before it fails and stop. (must be where it prompts you to close the applications and will be saved).

    Open a DOS (command prompt).    You must be an administrator - so if you're running Vista or Win7 - make sure that 'run as administrator ' at the opening of the box.

    Once in the BACK, type:

    CD FOLDER

    go the the directory of temporary files.

    Then make a

    DIR /S 328.LE ROM

    to find the directory where the update files are located.    Type CD < directory name > to go in this directory (on my system, it was a folder called pft467D.tmp, but it might be different on your)

    CD pft467D.tmp

    Now manually invoke (the prompt back, no windows or the windows file manager) the update, with the appropriate switches.  By omitting the switches can cause other problems, as have reported activation of Windows problems.

    AFUWIN /i328. ROM /pbc

    For reference, on my system, here's what I saw in these folders:

    C:\Users\sumsolstice\AppData\Local\Temp\pft467D.tmp > dir

    Volume in drive C is DRIVE_C
    Volume serial number is FE8F-4AA6

    Directory of C:\Users\sumsolstice\AppData\Local\Temp\pft467D.tmp

    26/04/2011 11:11 < DIR >.
    26/04/2011 11:11 < DIR >...
    24/01/2006 15:31 524 288 328.le rom
    01/07/2004 10:54 53 248 AFUWIN.exe
    01/07/2004 10:54 amifldrv.sys 6 912
    21/02/2006 18:08 526 374 Installer.exe
    09/05/2006 17:10 sp26760.rtf 1 784
    11/04/2005 10:55 398 696 WBDEG44I. DLL
    6 file (s) on 1 511 302 bytes
    2 dir 110,361,944,064 bytes free

    C:\Users\sumsolstice\AppData\Local\Temp\pft467D.tmp > AFUWIN i328.rom /pbc

    It should work OK, however no guarantee if there's something else - but essentially - that's what the installer should do.   If this does not work for you - I wouldn't try to force things - you can make a good motherboard unusable quickly.

    For those who are looking to this announcement - the syntax is for this motherboard only - switches may be different for different motherboards.

    Good luck.!

    -DM (while I am an employee of HP for a long time, the comments/suggestions here are my own, not those of my employer).

  • Need a little help to understand the features of measure or-scope


    Hi taurna,

    The Stats.vi measure will take a measure through the complete waveform acquired in that particular record.  Help on the Fetch Multi steps Stats.vi:

    The waveform on the digitizer calculates waveform measurement is to
    an acquisition that you launched previously.

    But according to the measure of the positive width, you see only the first pulse width.  The definition of the measure can be found below (note the use of 'first two mi'):

    Positive width


    C/C++ equivalent: NISCOPE_VAL_WIDTH_POS

    The time difference in seconds between the first two mid reference
    crossings, where the slopes are positive and negative respectively. A
    Digital hysteresis is used to find the points.

    Help on the num in the statistics section:

    Num in stats returns the
    number of measurements to calculate the statistics.

    Saying "1" here, he did a single measure on your single purchase you took, since the while loop was taken out of your code.  If you want several measures to make, you need several acquisitions.

  • A little help with arrays

    Hi guyz

    I have a problem with the reading and processing of element of an array. I have a "reference database generator" and for example I generate a sine wave. Can I use 'Get waveform components' to get the data for the chart, after that, I have a table 1 d of data (right?) at the exit of the "component of the waveform to Get' block.» I need to read everything, treat it and then send it as a value from a function entry. So, how can I get all the elements in this array and send it further?

    I hope that I was clear with my problem.

    It would be great if you could provide me with assistance.

    Thank you very much

    Andrei_L.

    And just for completeness:

  • Need a little help before buying it?

    Hey guys.

    I am close to buying a PC with these specs:

    Intel Core i7 - 5820 k 6x3.30 GHz, 15 MB cache

    ASUS X 99 - A Socket 2011 V3

    32 GB DDR4-2133 Quadchannel RAM

    SSD crucial 250 GB

    + 3 TB Seagate Barracuda (7200 RPM, 6 GB/s)

    ASUS Geforce 2Go GT730

    I want to use the computer for Premiere Pro and AE. Formats will be mainly ProRes and 4 k images.

    I probably upgrade the GPU. So the question is:

    What GPU should be to this computer?

    Thank you for your time.

    a 970 gtx would be a good match. If you plan to use many effects gpu and a large number of color lumetri settings, consider the faster gtx models.

    You can get version 3.1 USB of this motherboard for a little more.

    Make sure that you get good food, big radiator/fan and case with a good air circulation to overclock the cpu too.

    I would like to swap the crucial for an evo 850 samsung or pro, as samsung ssd is the fastest and sustainable.

    You can add another ssd for a dedicated player cache

    don't get 3 TB of seagate disks, some of their models have extremely high failure rates. any other brand would be much better.

Maybe you are looking for