You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo ./mov-2-mp4.sh
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
How can I fix this?
My settings:
# Variables
root_folder="/data/nextcloud/" # Where to scan
installation_path="/var/www/html" # Full path where nextcloud is installed, must not end with '/'
old_extension=".mov" # e.g. ".mov"
new_extension=".mp4" # e.g. ".mp4"
safe_mode=true # true = rename file to .mov-old, false = permanently delete old .mov file
ignoregrep="" # Ignore stderr messages from find that match this grep (e.g. 'Permission denied' for some folder name)
instance_id=$(openssl rand -hex 4)
append_extension=-wip-$instance_id
The text was updated successfully, but these errors were encountered:
Same here, using same for AVI instead of MOV. Noticed in the folder there were some residual files with extension "avi-wip-something" which seem to be previous temp files. Deleted and all good.
That's what I get when I try to run mov-2-mp4.sh:
How can I fix this?
My settings:
The text was updated successfully, but these errors were encountered: