brew install ffmpeg
ffmpeg -i test.MOV -vf fps=15 thumb%04d.jpg -hide_banner
Note: option -vf fps=15
means generating 15 frame images per second of the video.
brew install ffmpeg
ffmpeg -i test.MOV -vf fps=15 thumb%04d.jpg -hide_banner
Note: option -vf fps=15
means generating 15 frame images per second of the video.
Error: An unexpected error occurred during the `brew link` step
The formula built, but is not symlinked into /usr/local
Permission denied @ dir_s_mkdir – /usr/local/Frameworks
Error: Permission denied @ dir_s_mkdir – /usr/local/Frameworks
Parental Controls was enabled for the only administrator user of my mac (as a result, this admin was converted to a managed user). When I tried to install some software later, I was asked to enter an administrator username and password, which I no longer had.
The only solution seems to be adding an administrator user. There are many discussions on the web. On my Sierra 10.12.6, the process is a bit different from others:
Some other words: it seems the above process can be used to bypass parental controls (?).