We had a similary problem, what we ended up doing was to write a C# wrapper to it, then scheduled a cron job instead of having CF process it.
On 05/09/07, Mark Lewis <[EMAIL PROTECTED]> wrote: > Hi Guys, > > i've been trying to convert .avi videos to .flv using ffmpeg, I have it > workng from the command line, however when I try it using <cfexecute> it only > converts a small part of the file and the video doesn't work... > > the arguments I am using are very basic as follows. > > <cfexecute name="directory\ffmpeg.exe" arguments = "-i directory\testvid2.avi > directory\testvid2.flv" outputfile="c:\" timeout="0"> > </cfexecute> > > > Thank You in advance > > Mark > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287786 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

