dirkvdb / ffmpegthumbnailer

Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files
GNU General Public License v2.0
489 stars 70 forks source link

Is the "-rN" option implemented? #225

Open nickleroy opened 1 year ago

nickleroy commented 1 year ago

According to "README.md", the "-rN" option: "repeat thumbnail generation each N seconds, N=0 means disable repetition (default: 0)". However, in main.cpp, the call to getopt() includes "r:", but the parser itself does not handle the option. Is it just plain not implemented? There appears to be no other reference to the word "repeat" in the source.