-
#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… — read more
-
#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… — read more
-
#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… — read more
-
#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 seconds Resize each video to be… — read more
-
#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 460 Open video, resize to 460 and speed to x4 Stack both videos Export to Gif The code is super simple Super, easy. It and the output is a 2MB gif… — read more
-
#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 5 Resize the output to 50% of the original file The code is super simple Super, easy.… — read more
-
#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 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 videos… — read more