Frame2File
![Frame2File Logo](https://via.placeholder.com/150x150.png?text=F2F)
[![GitHub repo size](https://img.shields.io/github/repo-size/Wofyy/Frame2File?style=for-the-badge)](https://github.com/Wofyy/Frame2File)
[![GitHub stars](https://img.shields.io/github/stars/Wofyy/Frame2File?style=for-the-badge)](https://github.com/Wofyy/Frame2File/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/Wofyy/Frame2File?style=for-the-badge)](https://github.com/Wofyy/Frame2File/network/members)
[![GitHub license](https://img.shields.io/github/license/Wofyy/Frame2File?style=for-the-badge)](https://github.com/Wofyy/Frame2File/blob/main/LICENSE)
[![Join our Discord](https://img.shields.io/discord/123456789012345678?label=Join%20our%20Discord&logo=discord&style=for-the-badge)](https://discord.gg/mZejAeM3)
**Convert your videos to high-quality PDFs with ease!**
[Features](#features) • [Tech Stack](#tech-stack) • [Installation](#installation) • [Usage](#usage) • [Contributing](#contributing) • [License](#license) • [Discord](#discord)
🌟 Features
- 🎥 Convert videos to PDFs seamlessly
- 🖥️ User-friendly web interface
- ⚡ Efficient processing with Python
- 🎨 High-quality output with customizable settings
🛠️ Tech Stack
![Python](https://img.shields.io/badge/Python-91%25-blue?style=for-the-badge&logo=python&logoColor=white)
![Cython](https://img.shields.io/badge/Cython-5.2%25-lightgrey?style=for-the-badge&logo=cython&logoColor=white)
![C](https://img.shields.io/badge/C-2.5%25-yellow?style=for-the-badge&logo=c&logoColor=white)
![C++](https://img.shields.io/badge/C++-0.9%25-green?style=for-the-badge&logo=c%2B%2B&logoColor=white)
![XSLT](https://img.shields.io/badge/XSLT-0.3%25-red?style=for-the-badge&logo=xml&logoColor=white)
![Fortran](https://img.shields.io/badge/Fortran-0.1%25-blueviolet?style=for-the-badge&logo=fortran&logoColor=white)
🚀 Installation
For Linux
# Install Python virtual environment
sudo apt install python3-venv
# Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
For Windows
# Create and activate virtual environment
python -m venv venv
.\venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
For macOS
# Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
📖 Usage
- Start the application:
python app.py
- Open your web browser and navigate to
http://localhost:5000
- Upload your video file
- Adjust settings if needed
- Click "Convert" and wait for your PDF!
🤝 Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
)
- Commit your Changes (
git commit -m 'Add some AmazingFeature'
)
- Push to the Branch (
git push origin feature/AmazingFeature
)
- Open a Pull Request
📄 License
Distributed under the MIT License. See LICENSE
for more information.
💬 Discord
Join our community on Discord to get help, share your feedback, and connect with other users!
Made with ❤️ by [Wofyy](https://github.com/Wofyy)