#Video 🎦 – Testing Morph transitions while edit videos in #PowerPoint

Hi ! Ok, more tips of video editing using PowerPoint. Please read my previous posts for the context on how to use these scenarios. I’m a big fan of Microsoft Morph transition, so I was wondering if the I will have some amazing also working with slides. You can reach your own conclusions. In the…… Continue reading #Video 🎦 – Testing Morph transitions while edit videos in #PowerPoint

#Video 🎦 – Concatenate 2 videos, trim content, add transitions and more using #PowerPoint 🖼️ without a video editing tool

Hi ! Ok, more tips of video editing using PowerPoint. Please read my previous post for the context on how to use these scenarios. And, disclaimer: even if we can do this, Microsoft PowerPoint is not the best tool to do this. Trim Video content 1st scenario is about selecting specific start and end time…… Continue reading #Video 🎦 – Concatenate 2 videos, trim content, add transitions and more using #PowerPoint 🖼️ without a video editing tool

#Video 🎦 – How to add a layer, image or credits information using #PowerPoint 🖼️ without a video editing tool

Hi ! Getting ready for my new role, it’s time to share some quick tips. Today I’ll share a quick video editing tip, when you don’t have any video editing tool, or skills. Add a bottom-right corner text on top of a video using Microsoft PowerPoint. For this demo, I’ll use a free video from…… Continue reading #Video 🎦 – How to add a layer, image or credits information using #PowerPoint 🖼️ without a video editing tool

#Python 🐍 – concatenate video and add blur effect 🎦 using moviepy and scikit-image

Hi ! Today I’ll share another cool sample using moviepy, and I’ll also use scikit-image to add some extra effects. This one is again based on the cat videos, and perform this steps: Using the cat video, open 3 video objects with different segments: 1-2 seconds, 2-4 seconds, 4-6 secondsResize each video to be smallerApply…… Continue reading #Python 🐍 – concatenate video and add blur effect 🎦 using moviepy and scikit-image

#Python 🐍 – change video speed in a more complex scenario 🎦 using moviepy

Hi ! Today I’ll share another cool sample using moviepy. This one is easy and based on previous posts: Open video and resize to 460Open video, resize to 460 and speed to x4Stack both videosExport to Gif The code is super simple https://gist.github.com/elbruno/6a228086d5840570f68c7eaa4c1a3568 Super, easy. It and the output is a 2MB gif file. Source…… Continue reading #Python 🐍 – change video speed in a more complex scenario 🎦 using moviepy

#Python 🐍 – 2 lines to create a gif from a video 🎦 using moviepy

Hi ! Today I’ll share another cool sample using moviepy. This one is easy: create a gif from a video file. And in this scenario, I added some extra features Use the Video frames from seconds 1 to 5Resize the output to 50% of the original file The code is super simple https://gist.github.com/elbruno/6acd7aa765cca87642e2ccf047a65720 Super, easy.…… Continue reading #Python 🐍 – 2 lines to create a gif from a video 🎦 using moviepy

#Python 🐍 – Let’s stack and edit some videos 🎦 using moviepy

Hi ! Today I’ll share another cool Python library: moviepy. And, as usual let’s share the code, the best way to explain part of this library capabilities https://gist.github.com/elbruno/b1ecf3f24b211e4fd0c860cf96d2f2b3 Super, easy. It start with 2 cats videos, create 2 new videos with mirroring effects from the source videos, and create a final video with the 4…… Continue reading #Python 🐍 – Let’s stack and edit some videos 🎦 using moviepy