I am trying to sort video files less than 5s into a separate folder (Live Photos)
exiftool -if "$Duration# < 5" -Directory=live -ext mov .
does not seem to work.. What should I be doing instead?
That would be the command. If you're using Mac/Linux/PowerShell, change the double quotes to single quotes.
That was it.. Thanks!