Initial commit
This commit is contained in:
7
pyvidplayer2/examples/cel_shading_demo.py
Normal file
7
pyvidplayer2/examples/cel_shading_demo.py
Normal file
@@ -0,0 +1,7 @@
|
||||
'''
|
||||
This is an example of the cel shading post process you can apply to your videos
|
||||
'''
|
||||
|
||||
from pyvidplayer2 import Video, PostProcessing
|
||||
|
||||
Video(r"resources\medic.mov", post_process=PostProcessing.cel_shading).preview()
|
||||
Reference in New Issue
Block a user