Skip to content

VideoExtractAndConcat-version-pre1.0

Choose a tag to compare

@wish2333 wish2333 released this 09 May 08:50
· 20 commits to master since this release

优化代码结构和模块调用,使用asyncio模块实现异步执行FFmpeg命令,使用logging模块实现格式化日志并输出日志

进度

  • 对version函数的修改
  • 对extract函数的修改
    • async def get_duration
    • asyncio.run(run_async())
  • 对merge函数的修改
  • 处理overwrite事件(默认覆盖-y或不覆盖-n)

下一步修改目标

  • overwrite选项UI实现
  • 双文件合并选项核心逻辑实现、UI实现
  • UI重构,为后续功能预留空间
    • 源代码链接
    • Browse同步textEdit
    • 每个功能一栏
  • 后续功能预想
    • 单文件、多文件转码
    • 编码格式选项实现