[squeak-dev] Re: Loading Packages Using Monticello Browser? OSProcess

Sean P. DeNigris sean at clipperadams.com
Tue Jan 14 18:16:04 UTC 2014


JohnReed Maffeo wrote
> I think this may be what is passed off to be executed as "/bin/sh -c
> ffmpeg -i
> mmsh://wm.bbc.co.uk/wms/radio4xcoyopa/radio_4_extra_-_tuesday_0200.wma
> -acodec libmp3lame -ab 128k
> /Volumes/MediaVault/BBC/2525:Episode3.3.6.mp3". If so then that is my
> problem.

A guess: your path does not include ffmpeg's location (it will be different
from the command line). Replace ffmpeg with the full path string and try
again. Also, if you load CommandShell as Dave suggested, you can check the
error/output stream yourself to debug, like:
p := PipeableOSProcess command: 'ffmpeg -i
mmsh://wm.bbc.co.uk/wms/radio4xcoyopa/radio_4_extra_-_tuesday_0200.wma
-acodec libmp3lame -ab 128k /Volumes/MediaVault/BBC/2525:Episode3.3.6.mp3'.
p errorUpToEnd.
"or"
p output.

HTH



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Loading-Packages-Using-Monticello-Browser-OSProcess-tp4736236p4736740.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list