Hi all,
I have been working on this for a few days now and haven't got a clue on how to continue. I was hoping that someone out there has some knowledge of this and can help me. I am building a video upload process that translates video into Flash. I am using a simple form to upload the video. I am using FFmpeg (cfexecute) to translate the video to flash. The video file then exists, but I am unable to play it in flowplayer, or any other flv player that I have downloaded and installed. In my research, I found that FFMpeg used to have a problem where it would not add metatags to the file, and could cause a problem that way, so I installed flvtool2. I now run the flvtool2 on the file after I am done with ffmpeg conversion. When I do this on the command-line on the server, it appears to work very quickly, but the end file still doesn't get called by flowplayer. (I get a 200, file not found). When I do this programmatically through cfexecute, the process times out. (my current timeout is set to 30 minutes). Anyone have any ideas of how I might fix this? I am on a windows server, I have the most recent build of ffmpeg from http://ffmpeg.arrozcru.org/builds/, and we are running CF8. William ------------------ William E. Seiter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:320859 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

