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
# Modifications : 2.0 - CR - Added the section at the end of the script to display the prompt box once the files have been created
8
+
9
+
# Description : This will convert all AVI videos to mp4 format. You will just need a folder to_convert on your desktop, drop the files in there and run the script
10
+
11
+
with timeout of (720*60) seconds
12
+
tellapplication"System Events"
13
+
setcurrentUserto (nameof current user)
14
+
end tell
15
+
16
+
tellapplication"Finder"
17
+
--Get all AVI and MKV files that have no label color yet, meaning it hasn't been processed
18
+
setallFilestoeveryfileof entire contentsof folder "to_convert"of folder "Desktop"of folder currentUser of folder "Users"of startup disk whose ((name extension is"avi"orname extension is"mkv") and label indexis0)
0 commit comments