0

I want to view two different videos in the same window. I can not find any library that would help me do that. i use pylab for displaying images in the same manner. I will have a 3d matrix with the pixel values for each frame. this is for a multimedia project. I would also want to set the frames per second of each video too if possible.

4

1 回答 1

1

为了播放视频流,您可以使用http://pymedia.org/tut/,至于并排显示两个流,您可以使用 tkinter ( http://wiki. python.org/moin/TkInter ) 或 PyQt ( http://wiki.python.org/moin/PyQt )。

于 2013-02-11T12:03:23.317 回答