Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/326.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
有与pyinstaller兼容的python视频播放器吗?_Python_Python 3.x_Video_Pygame_Pyinstaller - Fatal编程技术网

有与pyinstaller兼容的python视频播放器吗?

有与pyinstaller兼容的python视频播放器吗?,python,python-3.x,video,pygame,pyinstaller,Python,Python 3.x,Video,Pygame,Pyinstaller,我使用pygame开发了一个平台游戏,我想使用pyinstaller将其转换为.exe。我只需要找到一个与pygame和Python3.6兼容的电影播放器,可以使用pyinstaller进行转换,这样我就可以在游戏本身的同一窗口中播放游戏中出现的动画。到目前为止,我已经尝试了cv2(不支持音频)、moviepy(不兼容pyinstaller和音频同步问题)、ffpyplayer(播放音频但不播放视频)。 在过去的几周里,我一直在研究可能使用的库,但到目前为止我没有发现任何东西,我想知道我是否遗漏

我使用pygame开发了一个平台游戏,我想使用pyinstaller将其转换为.exe。我只需要找到一个与pygame和Python3.6兼容的电影播放器,可以使用pyinstaller进行转换,这样我就可以在游戏本身的同一窗口中播放游戏中出现的动画。到目前为止,我已经尝试了cv2(不支持音频)、moviepy(不兼容pyinstaller和音频同步问题)、ffpyplayer(播放音频但不播放视频)。 在过去的几周里,我一直在研究可能使用的库,但到目前为止我没有发现任何东西,我想知道我是否遗漏了什么,或者python 3.6上是否现在真的没有合适的视频播放器。

也许,这会有所帮助(链接使用cx\U冻结):