On 6/3/20 4:26 AM, Ludovic THEBAULT via use-livecode wrote:

Yes, you need to set the PATH like :
if "/usr/local/bin" is not in $PATH then put "/usr/local/bin:" before $PATH

But with the path of ffmepg.

Or be explicit in the commandline if you don't want to change the PATH (watch the wordwrap):

put shell("/usr/bin/ffmpeg -i Desktop/ffmpegMac/TiffSequence/Test_%5d.tif test3.mp4")

If you don't know where ffmpeg is installed, try
which ffmpeg

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to