X

How to import / open a WEBM video file in Adobe products like After Effects, Premiere and Media Encoder?

Last updated: 20210425   Turn off all Adobe applications, then..   Download and install: https://www.fnordware.com/WebM/   That's it!

Bad Joe

How to adjust offsync SRT subtitle file timing?

See: https://apps.badjoerichards.com/apps/developerhack/how-to-adjust-offsync-srt-subtitle-file-timing/

Bad Joe

What is the best Quicktime Prores format for Alpha transparency to export transparent videos?

quicktime 4444 with alpha

Bad Joe

What is the best video format for Instagram Posts?

Last updated: 20210225 Instagram post videos: 864x1080 4:5 Reference: https://blog.snappa.com/instagram-video-format/

Bad Joe

How to quickly add a glow or glowing animation to an object?

Use uni.Glo Fi II

Bad Joe

How to get less artifacts compression in your YouTube Video?

Last updated: 20210130 Upload in 4K.   https://www.shutterstock.com/blog/tutorial-reduce-visible-video-compression    

Bad Joe

How to create a Checkbox Expression Control that turns on or off layers in After Effects?

if (comp("DECAY").layer("Controls").effect("Moss along Cracks")("Checkbox") > 0) {100}else {0}   Reference: https://lesterbanks.com/2017/03/ae-checkbox-controllers-turn-layers-off/

Bad Joe

How to set the ending or starting keyframe value in an Expression Control in After Effects?

To set ending keyframe value: [code] if (numKeys > 1){ newV2 = comp("DECAY").layer("Grass Controls").effect("Wind Speed")("Angle"); v1 = valueAtTime(key(1).time); v2 =…

Bad Joe

How to wiggle and make an object float in After Effects?

Reference: https://community.adobe.com/t5/after-effects/how-to-make-object-appear-to-float/td-p/9146814?page=1

Bad Joe

How add or cast shadows on video footage when using Element 3D in After Effects?

Reference: https://www.youtube.com/watch?v=0R08x2eVe1c

Bad Joe