A powerful Python-based video and audio processing tool that provides a simple command-line interface for manipulating media files. Sunday_Service makes it easy to convert video formats, work with audio, generate thumbnails, and download videos from the internet.
- 🎬 Convert videos between different formats
- 🔊 Extract audio from video files
- 🎵 Bind audio tracks to videos
- 🔈 Adjust audio gain levels
- ✂️ Trim videos to specific lengths
- 🖼️ Generate video thumbnails
- ⬇️ Download videos from online sources
Before getting started, make sure you have the following installed:
- Python 3.6 or higher
- FFmpeg
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/yourusername/Sunday_Service.git cd Sunday_Service -
Install required dependencies:
pip install -r requirements.txt
Launch Sunday_Service by running:
python Sunday_Service.pyYou'll be presented with the following menu options:
- Change video format
- Extract Audio
- Bind Audio
- Change Gain
- Trim Video
- Generate Thumbnails
- Download Video
- Exit
Simply enter the number corresponding to your desired operation and follow the prompts.
1. Select option 1 (Change video format)
2. Enter input path: /path/to/your/video.mp4
3. Enter output format: avi1. Select option 2 (Extract Audio)
2. Enter input path: /path/to/your/video.mp4
3. Enter output filename: audio_output.wav1. Select option 7 (Download Video)
2. Enter download location (or press Enter for current directory)
3. Ender download filename (or press Enter for default name from URL)
4. Enter video URLThis project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or feedback, please reach out:
- Maintainer: Edzemundo