> 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.
When you run ffmpeg from the command line yourself, you're actually running two programs, in a manner of speaking. You're running the command processor itself, and that's running ffmpeg for you: cmd /c ffmpeg ... Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:295955 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

