ffmpeg
Posted: Mon Mar 23, 2015 11:57 pm
Hi I have a stack (MacOS X 10.9) that sends shell commands to the terminal app. However I need to send a ffmpeg concat shell from the stack and nothing happens. no errors.
Other shells have worked for me but anything to do with ffmpeg seems to fail.
I have pasted this script directly into the terminal and it works fine. I'm a bit lost on this as the ffmpeg route is perfect for my ends.
this is the shell script. .
<ffmpeg -i "concat:/Volumes/terra/images/movie1.mpg|/Volumes/terra/movie2.mpg|/Volumes/terra/movie3.mpg" -c copy /Volumes/terra/xxx.mpg>
Hope there is a way round this . . .
I am using livecode community 7.04
Other shells have worked for me but anything to do with ffmpeg seems to fail.
I have pasted this script directly into the terminal and it works fine. I'm a bit lost on this as the ffmpeg route is perfect for my ends.
this is the shell script. .
<ffmpeg -i "concat:/Volumes/terra/images/movie1.mpg|/Volumes/terra/movie2.mpg|/Volumes/terra/movie3.mpg" -c copy /Volumes/terra/xxx.mpg>
Hope there is a way round this . . .
I am using livecode community 7.04