[flexcoders] Re: FLV Thumbnail

2007-01-09 Thread john_69_11
Thanks a lot for the help, we're not using php on the server but thanks for the offer, I have more than enough info to work with now. Thanks again -John --- In flexcoders@yahoogroups.com, "Andrew D. Goodfellow" <[EMAIL PROTECTED]> wrote: > > I basically do the same thing but I use a Windows serv

Re: [flexcoders] Re: FLV Thumbnail

2007-01-08 Thread Andrew D. Goodfellow
I basically do the same thing but I use a Windows server, PHP and Apache2 header rewriting to make it really pretty. If that setup is something you are interested in seeing the code for I would be glad to share it. I almost posted it here but I'm afraid of what might happen to me if I submit PHP c

Re: [flexcoders] Re: FLV Thumbnail

2007-01-08 Thread Collin Peters
This is the command that I use: ffmpeg -v 0 -y -i $OUTPUT_FILE -f mjpeg -an $HEADSHOT_DIR/$BASE_DIR/$jpg 2>&1 I run that in a bash shell script which is invoked by the flash client via remoting On 1/8/07, john_69_11 <[EMAIL PROTECTED]> wrote: --- In flexcoders@yahoogroups.com , "Andrew D. Go

[flexcoders] Re: FLV Thumbnail

2007-01-08 Thread john_69_11
--- In flexcoders@yahoogroups.com, "Andrew D. Goodfellow" Ya, I had heard about that. I was trying to offload some of the processing to the user by doing it in AS. I have found that unless you are getting the FLV from a server you control you will run into crossdomain issues when trying to proce