>I seem to remember a recent update that addressed an issue w/ ffmpeg >and cfexecute. Have you checked the hotfixes @ Adobe?
Yes, the issue was ffmpeg would hang. It was because ffmpeg writes to stdout and stderr, but cfexecute was only capturing stdout. The pre-fix work-around (for windows) was to use the /c and 2>&1 flags in the arguments. As I am not using Vista, I do not know if this is the same issue. But it is worth a shot to look at the hotfixes .. -Leigh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:317566 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

