Coder Social home page Coder Social logo

7d_toolbox_qt's Introduction

7D_Toolbox_Qt

使用 Python Qt 编写的 FFmpeg GUI,方便个人在 Mac 上使用。可能会部分参考小丸工具箱

设计理念

目标是以最快的速度实现最基本、最常用的功能。像是处理进度显示、后缀名错误检查这样的功能不打算做,Python 只是为了跨平台的 GUI,实际上执行都是调用 ffmpeg 命令行,所以在其他电脑执行时有可能会遇到 ffmpeg 版本不同引起的兼容问题。Qt 在美观度上着实欠佳,不排除后续转用 electron 的可能性(对,这就是为什么不打算深入开发,因为可能会换技术栈,也可能大概率弃坑)。

为了更好地解耦,界面部分集中在 .ui 文件转换而来的 mainwindow_ui.py;逻辑部分集中在 toolbox_wrapper.py;程序入口为 main.py,它将作为桥梁继承 Ui_MainWindow 类,获取各组件的属性(如输入框中的文件地址)并调用 ToolboxWrapper 类中的函数完成处理。

部署

目前第三方库只需要安装 PySide6。

pip install pyside6

请提前将 ffmpeg 添加至系统环境变量,可通过以下命令检查

ffmpeg -version

预期实现功能

  • 音频、视频混流成一个视频
  • mkv、flv 转封装
  • 视频拼接
  • 音频拼接
  • 视情况从小丸工具箱移植?

待修复 Bug

  • 如果遇到重名文件,ffmpeg 会提示是否覆盖,卡住 GUI

7d_toolbox_qt's People

Contributors

duolanda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.