Closed aryarm closed 6 years ago
best method: write a bash script that will call ffmpeg and use the parameter -ss
to specify the second at which to get the frame and -vframes
to specify the number of frames (source)
this will likely be more robust to video formatting issues than getFirstFrame.py
, since ffmpeg can handle almost any video format
Can we give getFirstFrame.py a point in the video instead of having it get the first frame by default?