Spaces:
Running
Running
metadata
title: Facebook Bypass Tool
emoji: ๐
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: false
license: mit
short_description: AI Voice & video suite with copyright-safe tools
๐ Jigarzzzโค๏ธ โ Premium Video Suite
Unlimited Free Voice generation, video generation and Anti copyright yt
A powerful all-in-one video creation and safety editing tool built with Flask + FFmpeg + edge-tts.
โจ Features
- ๐๏ธ AI Voice Generation โ 300+ voices, 50+ languages via edge-tts (Microsoft Neural TTS)
- ๐ฌ Video Merger โ Merge multiple clips with voiceover, background music & aspect ratio control
- โ๏ธ YouTube Safe Clipper โ Apply copyright-safe filters to your videos
- ๐ค AI Video Generator โ Script-to-video with auto imagery and narration
- ๐ง Voice Age Filter โ Child, Teen, Adult, Aged voice simulation
- ๐ญ Mood & Style Presets โ Calm, Excited, Professional, Dramatic and more
๐ ๏ธ Tech Stack
- Backend: Python / Flask
- TTS: edge-tts (Microsoft Neural voices, free)
- Video: FFmpeg + MoviePy
- Frontend: Vanilla HTML/CSS/JS (no framework)
๐ How to Use
- Open the app
- Choose a tab: Video Merger, YT Safe Clipper, or AI Video Generator
- Upload your videos / write your script
- Select voice, language, mood, and age
- Hit Generate โ download your video!
๐ป Local Setup Instructions
1. Install System Dependencies (FFmpeg)
This software requires FFmpeg to process videos, add filters, and merge audio.
- Windows:
- Open PowerShell as Administrator and run:
winget install Gyan.FFmpeg - Restart your terminal window to apply the change to your PATH.
- Open PowerShell as Administrator and run:
- macOS:
brew install ffmpeg - Linux (Ubuntu/Debian):
sudo apt update && sudo apt install -y ffmpeg
2. Set Up Python Environment
- Ensure you have Python 3.9 - 3.11 installed.
- Open your command prompt/terminal inside the project folder:
- Windows (Command Prompt):
python -m venv venv venv\Scripts\activate - macOS / Linux:
python3 -m venv venv source venv/bin/activate
- Windows (Command Prompt):
3. Install Python Dependencies
With your virtual environment activated, run:
pip install -r requirements.txt
(Note: On Windows, gunicorn is not supported and will not run, but the app uses Flask's built-in server or Waitress locally, which works perfectly).
4. Run the Application
Start the local server:
python app.py
Open your web browser and go to: ๐ http://localhost:5005
โ ๏ธ Notes
- Files are stored temporarily and cleared on Space restart / server restart.
- Video processing can take 30โ120 seconds depending on length.
- Use short scripts (under 500 words) for best performance on free tier.