ffmpeg.py 文件源码

python
阅读 34 收藏 0 点赞 0 评论 0

项目:pyjam 作者: 10se1ucgo 项目源码 文件源码
def ff_update(self, message):
        if self and self.downloader.isAlive():  # True PD has not been destroyed.
            if not self.Update(value=message // 1024)[0]:
                # Cancel button pressed
                self.downloader.abort()
                self.downloader.join()
                logger.info("FFmpeg download canceled.")

                alert = wx.MessageDialog(parent=self, message="Aborted! FFmpeg was not downloaded.", caption="pyjam",
                                         style=wx.ICON_EXCLAMATION)
                alert.ShowModal()
                alert.Destroy()

                wx.CallAfter(self.Destroy)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号