This Python script fetches the most popular posts from the Reddit subreddit r/TikTokCringe, downloads the videos, applies a blur effect to the background, and merges them into a single video.
- Fetches top posts from r/TikTokCringe.
- Extracts video links from the posts.
- Downloads videos using youtube-dl.
- Applies a blur effect to the background of the videos using ffmpeg.
- Merges the processed videos into a single output video.
- FFMPEG