https://github.com/tschucki/pr0verter
Video converter for the pr0gramm community to convert videos into X264/AAC MP4 formats & perform various operations
https://github.com/tschucki/pr0verter
converter ffmpeg laravel pr0gramm x264
Last synced: 10 days ago
JSON representation
Video converter for the pr0gramm community to convert videos into X264/AAC MP4 formats & perform various operations
- Host: GitHub
- URL: https://github.com/tschucki/pr0verter
- Owner: Tschucki
- License: agpl-3.0
- Created: 2024-12-15T13:13:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T17:28:10.000Z (about 1 month ago)
- Last Synced: 2025-03-20T18:32:25.028Z (about 1 month ago)
- Topics: converter, ffmpeg, laravel, pr0gramm, x264
- Language: PHP
- Homepage: https://pr0verter.de
- Size: 8.6 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
pr0verter
Visit Website
.
Report Bug
.
Request Feature
[](https://forge.laravel.com/servers/787401/sites/2568558)   
## Table Of Contents
- [About the Project](#about-the-project)
- [Features](#features)
- [Contributing](#contributing)
- [License](#license)
- [Authors](#authors)
- [Acknowledgements](#acknowledgements)## About The Project
Pr0verter is a web application designed to allow users, particularly those from the pr0gramm community, to convert
videos into X264/AAC MP4 formats. The application also allows users to download videos from various platforms, omit
audio from videos, download files from URLs, defining the maximum file size, and more.#### FFmpeg
The application uses FFmpeg to convert videos into the desired format and perform other operations on the videos.
## Features
- [x] Simple download of videos from various platforms and make them completely downloadable. (For private purposes)
- [x] Download target URLs
- [x] Convert videos to the desired format.
- [x] MP4 (H264/AAC)
- [x] Cut videos (From-to time)
- [x] Define maximum file size for videos by changing the bitrate
- [x] Collect statistics on converted videos
- [ ] Take subtitles from YouTube
- [ ] Download only sound from videos.
- [ ] Presets definable (So that a normal user only has to click on "Convert" and done)## 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**.- If you have suggestions for adding or removing projects, feel free
to [open an issue](https://github.com/Tschucki/pr0verter/issues/new) to discuss it, or directly create a pull request.
- Create individual PR for each suggestion.
- Please also read through
the [Code Of Conduct](https://github.com/Tschucki/pr0verter/blob/main/.github/CODE_OF_CONDUCT.md) before
posting your first idea as well.### Creating A Pull Request
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'I love Blussis'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the AGPL-3.0 License. See [LICENSE](https://github.com/Tschucki/pr0verter/blob/main/LICENSE) for more
information.## Authors
- **[Tschucki](https://github.com/Tschucki)** - _Maintainer_