问题
I want to make an application with Kivy that can manipulate videos, my problem is that i can't play videos when i am using kivy, my operating system is Windows7.
In the demo example given with Kivy, here is the result :
in this youtube video (https://www.youtube.com/watch?v=8zSNzUAfohA), in minute 1h18min30sec the video is actually working
The result i had before was this picture :
I hope u guys know what is the problem source.
Thank you for your time :)
回答1:
Install kivy.deps.gstreamer
if you don't have it yet. Catalog should then work.
The second image looks like you have non-existing files included.
来源:https://stackoverflow.com/questions/41400142/encountring-an-error-with-videos-kivy-on-windows-7