Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 620 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 620 Bytes

Tiktok Compiler

tiktok-compilator

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.

Features:

  • 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.

Requirements

  • FFMPEG