# pip install moviepy
test.py
from moviepy.editor import *
VideoFileClip('mov.mp4').speedx(4).write_gif('out.gif') // 4배속도로 gif 생성
'python' 카테고리의 다른 글
python 파일 한글 깨짐 (0) | 2018.07.04 |
---|---|
파이썬 GC (0) | 2018.02.22 |
python package update all (0) | 2017.02.26 |
python day 로 for each while (0) | 2017.02.25 |