

I believe I would need to provide the shell script the quoted form of the POSIX path of the variable, loc which I have done with set pLoc to quoted form of POSIX path of loc as string - converts loc to POSIX I am lost on how to use do Shell Script to make step 3 work

Set loc to choose folder with prompt "- Choose the folder containing your source media -" -sets the source directory

I’ve never written a shell script or used do shell script in Script Debugger so I need help with the steps So I have the general steps figured out from a basic command line perspective. Have ffmpeg read the files from the list in step 2, concatenate them into a single file (in the same directory)įfmpeg -f concat -safe 0 -i list.txt -c copy output.mp4.I currently have found terminal commands that accomplish what I want to do but now I need to wrap it into an app that an end user can work with. I need a little help with the workflow here. Create an app via AppleScript that utilizes ffmpeg to concatenate multiple.
