#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