Is Possible Apply Expression in a Composition?

I want to make a expression related to time duration of "MainComp".
To the "MainComp" follow time duration of other Composition.

Mylenium is right, you can't act on compositions with expressions.
However, there are some workarounds.
_you can precompose your comp and put an expression on it's timeRemap.
_another solution is to add an adjustment layer on the top of your comp. On this adjustment layer, you can add a "time" effect (time distort for example) and link its timecode value via expression.
First solution is the simplest and gives the best results, the second is only if you absolutly can't precompose.
Cheers,
François

Similar Messages

  • Is it possible to express two y axes on a xy graph with different scale

    Is it possible to express two y axes on a xy graph with different scale
    I need to program it... Please help me

    Hello.
    Yes, it is possible to have two different vertical scales on an xy graph. There is no way that I know of to add a scale programmatically, but once you have added it, you can configure the range of it programmatically, as well as assigning a plot to any particular scale. You do this by using an xy-graph property node, with the properties YScale.Minimum, YScale.Minimum, and Plot.YScaleIndex respectively.

  • Expressions in different compositions.

    I am using pre_composed object in different compositions (A,B,C). Each compositions have their own camera in it (active camera). I am applying the expression bellow to rotate my object with the camera.
    value+lookAt(comp("A").activeCamera.toWorld([0,0,0]),position)[0]
    Everything works as I expected, but I can't use the same expression in the same object to work with comp B and C. Is there any way around this problem?

    There's no way for an expression to reference another comp, except by name. That means there's no way for an expression in a precomp to identify an outer, 'parent' comp.
    You'd have to create separate copies of the precomp. With clever naming and a one-to-one relationship between precomps and parent comps, they could use identical expressions, which would build the name of the parent comp on the fly from the precomp's name. So if you had Precomp A nested in Comp A, you could do something like this:
    parentComp = comp("Comp " + thisComp.name.split(" ")[1]);
    Dan

  • Is it possible for Express to broadcast signal in hotel room to iPad?

    Hello:
    I would like to know if it is possible to configure an Airport Express so that it is connected to an ethernet port in a hotel room and have the express broadcast a wireless signal to my iPad?
    This will be my configuration:
    1. One airport express.
    2. One iPad. I will not have a laptop at my disposal.
    Here are my concerns:
    1. I currently don't own an Airport Express, so I am not certain what kind of settings will need to be changed from default.
    2. So when I plug the Express in the hotel room, will it be plug and play (meaning will express obtain ip address from hotel server and broadcast the wireless so my iPad will have Internet access)?
    3. Will I still need to run the Airport Utility at the hotel?
    4. Is there an Airport Utility app available for the iPad? If not, is it possible to reach the Airport Express setting via the Safari Browser (similar to many routers)?
    Thanks in advance for your responses.

    I would like to know if it is possible to configure an Airport Express so that it is connected to an ethernet port in a hotel room and have the express broadcast a wireless signal to my iPad?
    Yes, that is possible.
    1. I currently don't own an Airport Express, so I am not certain what kind of settings will need to be changed from default.
    Most hotels, that provide an in-room Ethernet port for Internet access typically require that you use a web browser to reach the hotel's Internet service login page. This service provided by the hotel's Internet router ... and, in somewhat a similar manner, would be the same as a home setup where you used a wired router.
    At home, you would connect the AirPort Express Base Station (AX) to that wired router via an Ethernet cable. In turn, the AX would be configured to broadcast a wireless network. The basic AX configuration would be the same in both cases.
    2. So when I plug the Express in the hotel room, will it be plug and play (meaning will express obtain ip address from hotel server and broadcast the wireless so my iPad will have Internet access)?
    In the majority of situations ... yes.
    3. Will I still need to run the Airport Utility at the hotel?
    Only in those situations where the hotel's Internet access method is different would you need to use the AirPort Utility to reconfigure the AX.
    4. Is there an Airport Utility app available for the iPad?
    Sorry, not that I'm aware of ... at least, not yet.
    If not, is it possible to reach the Airport Express setting via the Safari Browser (similar to many routers)?
    Unfortunately, no. Access to administer the AX requires the AirPort Utility. There is no browser-based access for this.

  • Apply default transitions not working when applied next to AE Compositions

    I'm kinda pulling my hair out with this. My default transition is Dip to Black, duration of 2 seconds, and centered at cut. When I select a bunch of clips in the timeline with After Effects compositions mixed in and apply the default transition, the transition around the AE Compositions is ALWAYS changed to 1 second, centered at start/end. And I have to manually go in there and change it to 2 seconds, centered at cut.
    Here's a video describing it:
    http://www.youtube.com/watch?v=FDsyXhE7Ohk
    Why does it do this, and how do I get it to stop?

    Your AE comps don't have handles.  There's no extra video there for the transition.

  • Get comp name and apply expression using it.

    Hey Guys,
    So basically, I've created a Vignette script using cc spotlight.  The only problem is, in order to link some expression between comps, I had to rename the main comp the vignette is being applied to.
    Is there a way to get the name of a comp (the current item) and place it inside of an expression?
    Here is a link to my script. It should make more sense when you check it out.
    http://rapidshare.com/files/456403457/VB_Vignette3.jsx
    Thanks for your help.
    -Tyler

    Yeah, that's the problem......
    I need to get the name of the "active item" (a comp in this case) and use that name inside of an expression.
    Any thoughts?
    Thanks!
    (Dan you're awesome!, love three d corner pin;)

  • Can I apply Burn to a composite image but without flattening?

    I want to apply Burn to a flattened image, but without flattening. My image consists of several layers, and if I apply Burn to the image layer it doesn't work as well as when applied to the flattened image. But I don't want to flatten the image.
    Is it possible?
    Background
    I have uploaded a test image here. It is a crop from a scanned Kodachrome using a Nikon Coolscan V ED which causes flare whenever highlights abut shadows. I can remove the flare fairly effectively on a flattened image with several Burn passes by using a brush size:75, Range: midtones, Exposure: 20%. But if I try it on the unflattened image layer, the results are not as good.

    Guy Burns wrote:
    I have uploaded a test image here…
    That image file consists of a single pixel layer, the background.  The other four layers are all adjusment layers, three curves and one HSL layer.
    No, one cannot apply "burn" to an adjustment layer, only to a bitmap layer, in this case your background.
    I cannot imagine what you're trying to describe here.  ??? 
    I would do any burning on the background before adding any adjustment layer(s) in the first place, but I repeat that I'm not following you at all now that I saw your file. 

  • How do you assign a value to an expression in a composite component?

    Hi all,
    I have just started out on JSF 2.0 not too long ago. I am trying to create a composite component that can execute a method defined by the user and then assign the returned results to a bean, also defined by the user.
    Something like the one below:
    <composite:myComponent value="#{someBean.someProperty}"  action="#{someBean.someActionMethod}" />If its just executing the method, I have no problems with that. But I do not know how to assign the returned value. Can anyone enlighten me on how to execute the method in the component and then assign the returned value to the bean?
    Thank you.
    Edited by: honsho on Aug 4, 2010 1:36 AM

    I am not sure about that. Do you mean that all I have to do is provide the interface <cc:attribute name="value" type="lvl1.lvl2.someClass"/> and when I run the method, the returned result will be written into the expression provided in "value"?

  • Are humanistic ritards possible with Express 8?

    I'm giving serious thought to Express 8 to do pre-production studio work on, and one of the things I'm most concerned with is the ability to create glorified click tracks that can smoothly slow down or accelerate...I guess what I mean is is it possible to draw in the arc of the ritard, and have it be a curved line rather than a series of straight lines?

    *I'm new to Apple and LE8. I did a lot of rit etc. tonight and while I was trying to make straight line in my ritards and accels, sometimes they came out accidentally curvy. So I'd say you would be able to do what you want.*

  • ORA-00936 Missing expression - error in composite statement

    I'm using the following statement to call a function which uses a number retrieved from a table i.e.
    SELECT GETNEXTBUSINESSDATE(TO_DATE('28/08/2003','dd/mm/yyyy'), TO_NUMBER(SELECT VALUE1 FROM PARAMETERS WHERE PARCODE = 'CCR1' AND ATTRIBUTE1 = 'CCRNRQST1')) FROM DUAL;
    The function adds the value store in the value1 field to a date to get the next buisness date. The above statement is giving me an ORA-00936 Missing expression error message.
    Can anybody help ?

    We can't pass a query as a parameter.
    You'll have to write a function that accepts PARCODE and ATTRIBUTE1 as parameters, or figure some other way of getting the value.
    As I typed that, it occurred to me that this might work:
    SELECT GETNEXTBUSINESSDATE(TO_DATE('28/08/2003','dd/mm/yyyy')
          , x.val1)
    FROM ( SELECT TO_NUMBER(VALUE1) as val1
           FROM   PARAMETERS
           WHERE PARCODE = 'CCR1'
           AND ATTRIBUTE1 = 'CCRNRQST1') x;I'm not guaranteeing anything as I've never tried running a function from an in-line view.
    Cheers, APC

  • T420s HDD+SSD Possible via Express/Sm​art Card?

    Hello Lenovo community.  I have recently ordered my new T420s with 2GB ram and the stock 250GB 5400rpm Hard drive.  I intend to upgrade both to 8gb ram and 320+ gb of hard disk space.  I want the space of a hard drive and the speed of a ssd (dont we all) and would rather not pay up for an intel 160gb or other. 
    My question is:  Are there any compatible SSD solutions currently on the market that would fit into the T420s' ExpressCard and Smart  Card ports?  Are these ports bootable?
    Thanks!

    To answer your question, the Intel 310.
    It's 40 GB for 100 dollars, or 80 GB for $190.
    That's the only one that's widely available, and it's the only one guaranteed to work with the T420s since this is what Lenovo sells anyways.
    Nothing else is easily accessible as far as mSATA SSD's go, but in the coming months there should be some competition arriving from SuperTalent and Samsung, as well as a couple others (I've seen mention of a different Asian company that makes mSATA SSD's with SandForce controllers, which get 200 read 100 write- a bit better than this Intel but not by much).
    But yeah- that SATA-to-Ultrabay adapter is the way to go for extra hard drive space if you get a different SSD.
    Just be advised that the only game in town for an aftermarket SSD in the main bay is the Intel 320 (it's the only 7mm SSD I've seen, and its write speeds (read speeds are about equal) are pathetic compared to even first-generation SandForce drives, not to mention the Vertex 3 and Intel's own 510, which unfortunately is 9.5mm).
    So I think the Intel 310 and a 500 GB 7200 RPM 7mm hard drive is your best bet (I think Hitachi makes them).

  • Applying an expression

    I have been having this error whilst trying to apply expressions both by typing in expressions and also by using iExpressions. AE CC
    After pressing OK it says contact support but I thought I would post here first.

    We can't know anything without knowing the expression code and the structure of your project.
    Mylenium

  • Seperate Video Monitor for Final Cut Express HD 3.5

    Hey guys. I was just wondering if it was possible for me to connect my iMac Intel to a seperate video monitor. The thing is--I know you could possibly connect a dvi to composite or s-video adapter and walla...have a mirror of your desktop right there on your sony trinitron. But here's the thing. I want JUST the Viewer from Final Cut Express to be playing through it. Basically...I want my tv to be my viewer. Back when I was in school learning this stuff I remember all the setups I used had a little broadcast quality monitor connected, and ONLY the viewer window would be playing through it. Now I didn't use Final Cut then. I used something called Media 100. But the computers we used were like at least 10 year old powermacs. I dunno. I just have always wanted to copy that setup with my own computer. It was soo much nicer to edit on. I figured after this many years the newer macs would allow that sort of setup to be had a lot easier. Thanks for your time you guys.
    Branden

    It goes this way: Firewire out>camera (aka A/DV coverter)>S-VHS (or composite) to NTSC monitor. The audio goes line out from the A/DV converter to speakers.
    Hook everything up when the computer is off.
    Turn on the camera, monitor and speakers
    Turn on the computer
    Launch final cut
    it the image does not automatically show up on the external monitor
    go to View>Refresh A/V Devices
    then
    Set View>Video Playback>Apple Firewire
    Set View>External Video>All frames
    Set View>Audio Playback>Audio follows video
    all should be happy. there is probably a big section in your user manual about this stuff.
    good luck.
    x

  • Applying photoshop filters in After effects layers!

    Hi. Is it possible applying those photoshop filters into After effects layers? I thought the filter worked like layers, so when I import the photoshop files to AE I could drag the filter and apply it on a movie layer! I didn't work! Is it possible? thks!
    PS: I'm using Production premium CS5.5!

    Well, I'm reading the book ADOBE AFTER EFFECTS CS5 CLASSROOM IN A BOOK; chapter 6 (animating layers): it's about importing PSD files to After effects compositions! I was thinking about creating scenarios to a movie using PSD files.  When I apply a layer style to a picture in Photoshop CS5, save this picture, and import this picture to AE it comes likes 2 files: a composition ( picture + layer stile) and a picture without the layer style. I'm gonna use the very same words of the book.
    Though layer styles are referred to as effects in Photoshop, they behave more like blending modes in AE...Another diference is that each layer style blends directly with the underlying layers in the composition, whereas an effect is rendered on the layer to which it's applied, the result of which then interacts with the underlying layers as a whole!
    Well, I have tried to apply a layer style on a movie file of my composition but it doesn't work cuz the layer style doesn't come alone, it comes with the picture!
    So I have figured the following possibility! Take a look in this!
    http://2.bp.blogspot.com/-T5L62G9WLio/UALdatCbrmI/AAAAAAAAAyI/7hQJK_drigg/s1600/Screen19.j pg
    What if I apply a filter in this shot. Will the filter be applied only on the statue or it would be applied on the checkerboard background too? If the second possibility is possible I could apply this image above a movie and use the filter on it, couldn't I? After all the checkerboard background is transparent! Got it?

  • Regular expressions with boolean connectives (AND, OR, NOT) in Java?

    I'd like to use regular expression patterns that are made up of simple regex patterns connected via AND, OR, or NOT operators, in order to do some keyword-style pattern matching.
    A pattern could look like this:
    (.*Is there.*) && (.*library.*) && !((.*badword.*) || (^$))
    Is there any Java regex library that allows these operators?
    I know that in principle these operators should be available, since Regular languages are closed under union, intersection, and complement.

    AND is implicit,
    xy -- means x AND yThat's not what I need, though, since this is just
    concatenation of a regex.
    Thus, /xy/ would not match the string "a y a x",
    because y precedes x.So it has to contain both x and y, but they could be
    in any order?
    You can't do that easily or generally.
    "x.*y|y.*x" wouldll work here, but obviously
    it will get ugly factorially fast as you add more
    terms.You got that right: AND means the regex operands can appear in any order.
    That's why I'm looking for some regex library that does all this ugly work for me. Again, from a theoretical point of view, it IS possible to express the described semantics of AND with regular expressions, although they will get rather obfuscated.
    Unless somebody has done something similar in java (e.g., for C++, there's Ragel: http://www.cs.queensu.ca/~thurston/ragel/) , I will probably use some finite-state-machine libraries and compile the complex regex's into automata (which can be minimized using well-defined operations on FSMs).
    >
    You'd probably just be better off doing multiple
    calls to matches() or whatever. Yes, that's another possibility, do the boolean operators in Java itself.
    Of course, if you
    really are just looking for literals, then you can
    just use str.contains(a) && !str.contains(b) &&
    (str.contains(c) || str.contains(d)). You don't
    seem to need regex--at least not from your example.OK, bad example, I do have "real" regexp's in there :)

Maybe you are looking for

  • Get UiElement from ADF table

    Dears, I have a problem. I need get an UI Element (for example input text field in row number three). this Element is in a ADF table. I tried use the Get Children method but i can't get the input text field from table. Thanks for your help.

  • Google Images not working in Safari on Iphone

    Since a while back the "images"-tab in google does'nt work on the iPhone in any of the browsers I've tried. I've searched the net to find others with the same problem but with little luck. Here's a description of the problem. For example I search for

  • Itunes 7.1.1. and Windows Vista Home Edition

    Hi there. I have a new PC from HP model T3765.it and I am NOT able to use my iPod nor to install iTunes for more than two months: my PC says "you have to repair iTunes to make it working with Windows Vista". I followed the instructions (Control Panel

  • Exists Operator

    Hi everyone, I have a problem with the NOT EXISTS operator in oracle. I have 3 tables. Customer(cust_id, cust_name) Truck(truck_id,driver) Shipment(shipment_id,cust_id,truck_id) truck_id and cust_id are foreign keys in shipment table. I have to List

  • Warranty for components

    my reuqirement is Iam creating Laptop(asset) as equipment in ie01 , i need to maintian warranties for Laptop which is header one under this i need to maintain warranties for componets of laptop example ,anti virus( expiry of anti virus ) and key boar