What CF are you using?

> -----Original Message-----
> From: Timothy Farrar [mailto:[email protected]]
> Sent: 08 January 2009 15:26
> To: cf-talk
> Subject: Re: Coldfusion Audio conversion
> 
> Right now I am calling it via cfExecute. I also tried the following:
> 
> runtime = createObject("java", "java.lang.Runtime").getRuntime();
>       command = '#ffmpegPath# -i "#inputFilePath#" -g 300 -y -s 300x200
> -f flv -ar 44100 "#ouputFilePath#"';
>       process = runtime.exec(#command#);
> 
> which created the same issue.
> 
> I can however successfully run ffmpeg from the dos prompt.
> 
> 
> >Are you calling it with cfexecute or the commandline?
> >
> >I've had ffmpeg do that to me with a precompiled version. Where did
> you get
> >your's from? Or did you build the latest?
> >
> >Adrian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317619
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to