本文介绍了在Python GUI中嵌入音频,视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在做一个项目,要求我显示来自网络摄像机的一些实时视频,并播放一些不相关的流或存储的音频文件.

I am working on a project that requires me to display some live video feeds from networked cameras and play some unrelated streamed OR stored audio files as well.

所有文件路径都存储在MySQL数据库中(尽管我可以使用MySQL以外的其他东西,如果这样做会使事情变得更容易).

All the filepaths are stored in a MySQL database (although I could use something other than MySQL if that'll make things easier).

我的问题是:为了显示视频和播放音频,我可以利用哪些Python GUI库?

My question is this: what Python GUI libraries can I take advantage of, in order to display the video and play the audio?

我还需要显示其他带有一些文本的框架,等等.

I also need to display some other frames with some text, etc in them.

任何人都可以提出一个我可以使用的灵活灵活的GUI库吗?

Can anyone please suggest a good flexible GUI library that I can use?

谢谢

推荐答案

来自Phonon "rel =" nofollow> PyQt

The module Phonon from PyQt

这篇关于在Python GUI中嵌入音频,视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 11:01