Files
mfe9/pyvidplayer2/examples/cel_shading_demo.py
2023-12-06 14:24:46 +00:00

7 lines
217 B
Python

'''
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()