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:317606
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to