Thumbnex.ExtractFrame.multiple_frames
You're seeing just the function
multiple_frames
, go back to Thumbnex.ExtractFrame module for more information.
Link to this function
multiple_frames(file_path, frame_count, fps, opts \\ [])
Extract multiple frames from the input file. Specify the number of frames, and the frames per second, to output.
Returns the path of the output file, a single file containing multiple frames.
Options:
:output_path
- Where to store the resulting file. Defaults to temporary file.:output_ext
- File extension for output. Ignored if:output_path
is set. Defaults to".gif"
.