Jeremy Paul
Forum Replies Created
-
Jeremy Paul
August 9, 2017 at 8:05 am in reply to: External composition tag’s layer is inverted in After EffectsThanks for help! For those who will face similar issues. Go to Tools->Modes->Enable Axis and hit R to rotate it.
-
Jeremy Paul
August 8, 2017 at 1:41 pm in reply to: Choosing encoding format that wont cause issues in later compressionI am doing an app promo and I extensively use reflections coming on to the screen and off while the mobile phone rotates. The reflections are a big deal for this particular use case. I am currently just trying to reduce size, but at the end, web is where it will be used.
Video directly out of the Cinema is perfect so I guess I will need to further play with handbrake settings. None have been okay so far.
-
Jeremy Paul
August 5, 2017 at 1:15 pm in reply to: render settings for creating a sandwich of mobile phone, image added on screen in AE and reflections on topThat last part with screen made it perfect ???? Thank you!
On a side note, if you create an .aec file in render settings under Compositing Project File, than you only need to import .aec file and it automagically find all the passes. So you dont need to worried about buried passes. They are off in my case, but it finds them and applies some blend. Mybe it works for somebody else.
-
Jeremy Paul
August 5, 2017 at 12:23 pm in reply to: render settings for creating a sandwich of mobile phone, image added on screen in AE and reflections on topThanks Steve. I’ve created a separate pass of reflections, but that produced somewhat weird results. I’ve taken a screenshot of how things look in AE. Left comp contains multpass renders. It contains reflection pass, but there are not reflections on the screen. The right comp contains the image of what I expect and get from “regular” render.
As you can see something fishy is going on. Is this supposed to be this hard? ???? I’ve already spent hours trying to composite it the right way, but no luck so far:)
-
Thank you, sir! I was hoping there would be some feature to do that. And voila..it is.
-
ahh, super sweet solution.
-
Jeremy Paul
March 3, 2017 at 7:08 pm in reply to: Choosing between different 3d models of the same objectThanks for clarifying that out to me. And yes, having more options is really a good thing.
-
I think the best way is to address this questions to music/sound effects sellers. They usually have responsive support. Sorry, I can’t be more of a help.
-
Thanks. I am playing around with ExtendScript. My first obstacle was not knowing what the terms above denote. I am trying to access layer by its name. I use this code, which works if a layer hasn’t been renamed yet.
var fl = app.project.item(2).layer(“Blue”);
var flDupl = fl.duplicate();If I rename the “Blue” layer, tried both in Timeline and Project panel, to let’s say “Blue2”, then the code
var fl = app.project.item(2).layer(“Blue2”);
var flDupl = fl.duplicate();triggers error saying ‘null is not an object’.
Any idea what is going on?
-
NP. I am not familiar with them too. If you do try and have time, post the results. Would love to see them.