If a thumbnail is requested and the required timestamp is above the video length, no thumbnail will be extracted but the output message will be "Thumbnail extracted at ..."
Solution
Two ways:
prevent extracting such thumbnail by doing a media analysis on the input video
print a warning that says that the thumbnail could not be extracted
Issue
If a thumbnail is requested and the required timestamp is above the video length, no thumbnail will be extracted but the output message will be "Thumbnail extracted at ..."
Solution
Two ways: