Reference
Table of Contents
▸
List of Commands
▸
Image Sequences and Videos
▸
video2files
◀
transition3d
|
nn_new_input
▶
video2files
Arguments:
input_filename,_output_filename,_first_frame>=0,_last_frame={ >=0 | -1=last },_frame_step>=1
Description:
Split specified input video file into image files, one for each frame.
First and last frames as well as step between frames can be specified.
Default values:
output_filename=frame.png
,
first_frame=0
,
last_frame=-1
and
frame_step=1
.