crnobog/py-ffmpeg
1
2
Fork
You've already forked py-ffmpeg
0
Графички интерфејс за FFmpeg написан у Python-у 🎬 \|/ GUI for FFmpeg written in Python 🎬
  • Python 100%
2024年08月11日 17:24:02 +00:00
translations Нови Превод(и)|New Translation(s) 2024年07月23日 21:31:55 +02:00
Ресурси Слике 2024年07月23日 15:44:44 +02:00
ikonica.png Промена иконице 2024年07月23日 15:40:51 +02:00
LICENSE Лиценца | License 2024年07月23日 21:43:03 +02:00
py-ffmpeg.py v0.0.0.4 2024年07月23日 21:31:00 +02:00
README.md Update README.md 2024年08月11日 17:24:02 +00:00
requirements.txt Create requirements.txt 2024年07月29日 03:13:21 +02:00
settings.txt Чување тренутног језика|Saving current language 2024年07月23日 21:32:27 +02:00


Једноставан графички интерфејс за FFmpeg написан у Python-у са PyQt5.

A simple GUI for FFmpeg written in Pyhton with PyQt5.


Caution

Језик \|/ Language

Фајл Језик (Српски) 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

Слике 🖼️ | Images 🖼️

  • Програм 🖥️ | Program 🖥️ image

  • О програму [i️] | About [i️]

image



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)


Тема је инспирисана палетом боја из Catppuccin.
Theme inspired by the color palette from Catppuccin.


README на српском 🇷🇸

Графички интерфејс за FFmpeg 🎬

Read in English 🇬🇧

Добродошли у репозиторијум за GUI апликацију за FFmpeg! Ова апликација вам омогућава да лако конвертујете мултимедијалне фајлове у различите формате користећи FFmpeg.

📋 Садржај


Упутство за покретање 🚀

  1. Уверите се да имате инсталиран FFmpeg. Можете га преузети са FFmpeg званичне странице.
  2. Клонирајте овај репозиторијум:
    git clone https://github.com/crnobog69/py-ffmpeg.git
    
  3. Инсталирајте потребне Python библиотеке:
    pip install pyqt5
    
    или
    pip install -r requirements.txt
    
  4. Покрените апликацију:
    python py-ffmpeg.py
    

Карактеристике 🌟

  • Избор улазних и излазних datoteka 🎥🎵
  • Избор формата (видео, аудио, слике) 📂
  • Прогрес бар за праћење напредовања преображавања
  • Упозорења за неслагање формата ⚠️
  • Прилагођени изглед са темом 🌌
  • 9 Језика 🌍

Допринос 🤝

Доприноси су добродошли! Ако желите да допринесете, молимо вас да:

  1. Форкујте репозиторијум
  2. Направите нову грану (git checkout -b feature/AmazingFeature)
  3. Commit-ујте ваше промене (git commit -m 'Add some AmazingFeature')
  4. Push-ујте на грану (git push origin feature/AmazingFeature)
  5. Отворите Pull Request

Лиценца 📄

Дистрибуирано под MIT лиценцом. Погледајте LICENSE за више информација.


️ Ако вам се свиђа овај пројекат, молимо вас да му дате звездицу!


README in English 🇬🇧

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.

📋 Contents


Getting Started 🚀

  1. Make sure you have FFmpeg installed. You can download it from the FFmpeg official site.
  2. Clone this repository:
    git clone https://github.com/crnobog69/py-ffmpeg.git
    
  3. Install the required Python libraries:
    pip install pyqt5
    
    or
    pip install -r requirements.txt
    
  4. Run the application:
    python py-ffmpeg.py
    

Features 🌟

  • 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 🌍

Contributing 🤝

Contributions are welcome! If you'd like to contribute, please:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License 📄

Distributed under the MIT License. See LICENSE for more information.


️ If you like this project, please give it a star!