Tagged articles
13 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Jul 8, 2025 · Artificial Intelligence

Create a Dancing Word Cloud from Bilibili Videos with Python – Full Step‑by‑Step Guide

This tutorial walks you through building a Python project that downloads a Bilibili video, extracts its frames, applies Baidu AI human segmentation, scrapes danmu comments, generates a stylized word‑cloud animation, and finally composes a video with background music, showcasing video processing, AI, and data visualization techniques.

AI segmentationBilibiliOpenCV
0 likes · 11 min read
Create a Dancing Word Cloud from Bilibili Videos with Python – Full Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2025 · Fundamentals

Convert Video to GIF with Python and MoviePy

This tutorial demonstrates how to use Python's MoviePy library to convert videos into GIFs, covering installation, basic conversion, size reduction via resizing and frame‑rate adjustment, extracting sub‑clips, and specifying output resolution with clear code examples.

GIFmoviepyvideo-to-gif
0 likes · 4 min read
Convert Video to GIF with Python and MoviePy
Python Programming Learning Circle
Python Programming Learning Circle
Jan 4, 2022 · Artificial Intelligence

Python Project: Download Bilibili Video, Extract Frames, Perform Human Segmentation, Generate Word Cloud, and Compose Final Video

This tutorial walks through a complete Python workflow that downloads a B‑site video, extracts frames with OpenCV, uses Baidu AI for human segmentation, crawls danmu comments, creates a masked word‑cloud animation, and finally merges the clips with audio into a polished video.

OpenCVVideo processingmoviepy
0 likes · 12 min read
Python Project: Download Bilibili Video, Extract Frames, Perform Human Segmentation, Generate Word Cloud, and Compose Final Video
MaGe Linux Operations
MaGe Linux Operations
Jul 18, 2021 · Fundamentals

Turn a Bilibili Dance Clip into an ASCII‑Art Video with Python

Learn how to download a Bilibili dance video, extract GIF frames, convert them to ASCII art, rename and order the frames, transform them into images, and finally stitch them into a music‑backed video using Python tools such as you‑get, OpenCV, and moviepy.

ASCII artVideo processingmoviepy
0 likes · 9 min read
Turn a Bilibili Dance Clip into an ASCII‑Art Video with Python