Hi Mark, I am curious as to what doesn't work. I pretty much do the same method as what you're doing. In my experience however, I notice some latency associated with the ffmpeg processing in the background even after cffile and cfexecute completes. As an example, 10meg .avi can take a full minute until it can be viewed completely as a flv. Michael
> -----Original Message----- > From: Mark Lewis [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 05, 2007 2:46 AM > To: CF-Talk > Subject: <cfexecute> & ffmpeg > > 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 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287820 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

