Initial commit
This commit is contained in:
13
pyvidplayer2/examples/all_previews_demo.py
Normal file
13
pyvidplayer2/examples/all_previews_demo.py
Normal file
@@ -0,0 +1,13 @@
|
||||
'''
|
||||
This shows off each graphics api and their respective preview methods
|
||||
'''
|
||||
|
||||
|
||||
from pyvidplayer2 import Video, VideoTkinter, VideoPyglet, VideoPyQT
|
||||
|
||||
PATH = r"resources\trailer1.mp4"
|
||||
|
||||
Video(PATH).preview()
|
||||
VideoTkinter(PATH).preview()
|
||||
VideoPyglet(PATH).preview()
|
||||
VideoPyQT(PATH).preview()
|
||||
Reference in New Issue
Block a user