SHELL command works in Terminal but not via SHELL in LC

Mark Wieder ahsoftware at sonic.net
Wed Jun 3 13:28:38 EDT 2020


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
  ahsoftware at gmail.com




More information about the use-livecode mailing list