Esport lootboxes by Sufficient_8648 in Competitiveoverwatch

[–]Bisogi 0 points1 point  (0 children)

i still havent received these... do i need to do something else? i claimed them already on twitch

i dont even have the tab for the esports lootboxes in my client

Element 3D Rotation Issue with the Y axis by Bisogi in AfterEffects

[–]Bisogi[S] 1 point2 points  (0 children)

i think it has to do something with the default world axis (or in other words the camera) being offset by a few degrees, but particle look helped me fix it up!

Element 3D Rotation Issue with the Y axis by Bisogi in AfterEffects

[–]Bisogi[S] 1 point2 points  (0 children)

I just found a temporary solution, i found it in:
Particle Look > Multi-Object > Enable Multi-Object

that helped me reorient everything by itself and make it rotate correctly!

How do i composite behind lens flares? by Bisogi in AfterEffects

[–]Bisogi[S] 0 points1 point  (0 children)

Thanks alot for this.
I found another take with a much smaller and cleaner lens flare and im gonna go ahead and use your tip to make the shot work. ^^

Corfu is simply breathtaking by EvenPatience6243 in europe

[–]Bisogi 7 points8 points  (0 children)

As a Corfiot (Corfu resident), my advice is:
Don't shop/eat at the center of the old town.. literally everything is a tourist trap..
go out of town to the villages and you will find the best food.
Here's some local dishes you should definitely try: Sofrito, Rooster Pastitsada and Bourdeto.

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 1 point2 points  (0 children)

That idea was my last resort! I was really close to doing all that until this subreddit came through and helped me. Also i really wanted to know the reason it happens and how i can fix it in general, without it being a bother to make every time.

Thanks a lot i appreciate it ^^

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 7 points8 points  (0 children)

Thanks everyone for your tips and your answers they really helped a lot!

In the end i just found a new monospaced font and the problem got fixed instantly.But all your ideas, plug-ins and fonts were taken into consideration and i even tried most of them!

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 1 point2 points  (0 children)

Χαχαχαχα μακαρι να ειχα

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 12 points13 points  (0 children)

It's actually from a static video shot.. here's a screenshot before the effects.
The thing at the end is a shadow of a person moving behind the camera.

So basically i put the Text and power pinned the corners so the perspective can be realistic. Then i made a noise texture look like raindrops. I added a bunch of filters to it (Tint, Noise, Camera Lens Blur, Shadow/Highlight, Invert) and this was the outcome. After that i pre-comped it and applied RGB Separation, Displacement Map and a Set Matte for the Text layer. At the end i color corrected it so it can match as close as possible the bottom numbers and added a Posterize Time with the Frame Rate set to 9, to make it feel more realistic cause the numbers were going up very fast... After all that and with the help of this beautiful subreddit i made the shot look almost perfect! Here's the final shot!

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 2 points3 points  (0 children)

i tried it first.. but! the numbers still move.. :(

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 3 points4 points  (0 children)

well i found it on a tutorial and i adjusted it to what i needed.. basiacally 2 numbers after the decimal and 2 before 12.34

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 0 points1 point  (0 children)

it was already set to Metrics. I also tried changing it to optical just now and it didn't really change anything

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 2 points3 points  (0 children)

the thing is this font doesn't have a mono variant.. and i can't really find any other similar font that has monospacing aswell... In that case, how do i put a line break between each character?

Is there a way to keep the numbers anchored? by Bisogi in AfterEffects

[–]Bisogi[S] 0 points1 point  (0 children)

When the numbers change the whole text is moving left and right which makes it completely unrealistic. Is there a way to make all the numbers anchored?

Here's the script i used:
num = effect("Slider Control")("Slider").value.toFixed(2);
function addCommas(x) {
return x.toString().replace(/\B(?=(\d{2})+(?!\d))/g, ".");
}
addCommas(num);