Hey guys,
I've been suffering like a dog trying to get ffmpeg to work for a site I'm working on. For those of you who dont' know, ffmpeg is basically a command line utility that converts video formats to flv. Anyway, I got it to work nicely in a command line, I juts can't get it to work in my code. I've found that the problem seems to be that the process does not end. In some cases, when I end the process from task manager, it works. So, after some research, I found this on Ben Forta's site: http://www.forta.com/blog/index.cfm/2006/7/31/Using-CFEXECUTE-To-Execute-Command-Line-Utilities Which explains exactly my problem! I mean, I need to get a /c onto the command line somehow. However, I have no experience with batch files, or cfexecute, so I don't know how I could fit a /c onto the same arguments string as the rest of the ffmpeg command. Just putting ffmpeg /c.... doesn't seem to work, at least not in my limited testing. In other words, how do I get ffmpeg to end its own process after I use cfexecute to execute it? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295952 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

