anjali-chadha / image-video-utilities

Python code snippets for image video conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-video-utilities

Python code snippets for image video conversion

  • Create a video from a directory of images
python frames2vid.py <frames_dir> <video_output>
  • Split a video into frames of images
 python vid2frames.py <video_path> <dest_path>

About

Python code snippets for image video conversion


Languages

Language:Python 100.0%