Једноставан графички интерфејс за FFmpeg написан у Python-у са PyQt5.
A simple GUI for FFmpeg written in Pyhton with PyQt5.
Note
Допринос \|/ Contributing
Овде | Here
Caution
Python 3.12
Језик \|/ Language
Превео / Translated by : crnobog69
Неки преводи можда нису тачни / Some translations may not be correct
Фајл | Језик (Српски) | Language (English) |
---|---|---|
rs.qm | Српски језик | Serbian language |
en.qm | Енглески језик | English language |
ru.qm | Руски језикк | Russian language |
jp.qm | Јапански језик | Japanese language |
es.qm | Шпански језик | Spanish language |
fr.qm | Француски језик | French language |
de.qm | Немачки језик | German language |
it.qm | Италијански језик | Italian language |
kz.qm | Казашки језик | Kazah language |
Important
1.
Иконица тренутно не ради на Arch Linux (EndeavourOS/KDE Plasma 6.1/ Wayland)
Icon doesn't work at the time on Arch Linux (EndeavourOS/KDE Plasma 6.1/ Wayland)
🎨 Теме \|/ Themes
- 😺 | Catppuccin
- 🌹 | Rosé Pine
- 🗼 | Tokyo Night
- 🧛 | Dracula
- ❄️ | Nord
- 🟫 | Gruvbox
- ☯️ | Solarized
- 🌙 | One Dark
Графички интерфејс за FFmpeg 🎬
Добродошли у репозиторијум за GUI апликацију за FFmpeg! Ова апликација вам омогућава да лако конвертујете мултимедијалне фајлове у различите формате користећи FFmpeg.
- Уверите се да имате инсталиран FFmpeg. Можете га преузети са FFmpeg званичне странице.
- Клонирајте овај репозиторијум:
git clone https://github.com/crnobog69/py-ffmpeg.git
- Инсталирајте потребне Python библиотеке:
или
pip install pyqt5
pip install -r requirements.txt
- Покрените апликацију:
python py-ffmpeg.py
- Избор улазних и излазних datoteka 🎥🎵
- Избор формата (видео, аудио, слике) 📂
- Прогрес бар за праћење напредовања преображавања ⏳
- Упозорења за неслагање формата
⚠️ - Прилагођени изглед са темом 🌌
- 9 Језика 🌍
Доприноси су добродошли! Ако желите да допринесете, молимо вас да:
- Форкујте репозиторијум
- Направите нову грану (
git checkout -b feature/AmazingFeature
) - Commit-ујте ваше промене (
git commit -m 'Add some AmazingFeature'
) - Push-ујте на грану (
git push origin feature/AmazingFeature
) - Отворите Pull Request
Дистрибуирано под MIT лиценцом. Погледајте LICENSE
за више информација.
⭐️ Ако вам се свиђа овај пројекат, молимо вас да му дате звездицу!
GUI Application for FFmepg🎬
Welcome to the repository for the FFmpeg GUI application! This app allows you to easily convert multimedia files into various formats using FFmpeg.
- Make sure you have FFmpeg installed. You can download it from the FFmpeg official site.
- Clone this repository:
git clone https://github.com/crnobog69/py-ffmpeg.git
- Install the required Python libraries:
or
pip install pyqt5
pip install -r requirements.txt
- Run the application:
python py-ffmpeg.py
- Input and output file selection 🎥🎵
- Format selection (video, audio, image) 📂
- Progress bar to track conversion progress ⏳
- Format mismatch warnings
⚠️ - Custom appearance with a theme 🌌
- 9 Languages 🌍
Contributions are welcome! If you'd like to contribute, please:
- Fork the repository
- Create a new 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
Distributed under the MIT License. See LICENSE
for more information.
⭐️ If you like this project, please give it a star!