heatrateestimation/frame_extraction.py

20 lines
205 B
Python

############
# frame extraction
#
# Task:
# -frame extration from mp4 video
#
# Inputs:
# -mp4 file
# -fps
# -
# -
#
# Output:
# -png of video
#
# Author: Thomas Périn
# Date: 17/02/2023
#
############