Re: CFMX, Video resizing/repurposing

2005-07-27 Thread Qasim Rasheed
Rick, While looking at the code examples for JMF, I saw a section called "Simple Editing Utilities". Wasn't that section helpful based on your requirement. Thanks Qasim On 7/27/05, Rich Wild <[EMAIL PROTECTED]> wrote: > Thanks Qasim, that's not off-topic at all! > > When starting this I starte

Re: CFMX, Video resizing/repurposing

2005-07-27 Thread Rich Wild
Thanks Qasim, that's not off-topic at all! When starting this I started off by searching for a Java solution that I could hook into through CFMX in much the same way as J-Image etc, but I couldn't find anything. I looked at the article you posted, but there doesn't seem to be anything in it th

Re: CFMX, Video resizing/repurposing

2005-07-26 Thread Qasim Rasheed
Although I might be way off-topic, have you thought about using Java instead of a COM object. My first google search for Java Media returned me this article which might help you. http://www.javaworld.com/javaworld/jw-06-1998/jw-06-media.html HTH Qasim On 7/26/05, Rich Wild <[EMAIL PROTECTED]> w

Re: CFMX, Video resizing/repurposing

2005-07-26 Thread Rich Wild
Hmm - I've managed to instatiate the object and get it to resize video, but adding resize filters and the suchlike seems to corrupt the output file. If anyone has any pointers they can give me that would be great! Rich initial rough (want to get it working before make it purty) code: #obj.

RE: CFMX, Video resizing/repurposing

2005-07-25 Thread Matthew Small
is [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 10:33 AM To: CF-Talk Subject: RE: CFMX, Video resizing/repurposing > -Original Message- > From: Matthew Small [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 8:12 AM > To: CF-Talk > Subject: RE: CFMX, V

RE: CFMX, Video resizing/repurposing

2005-07-25 Thread Jim Davis
> -Original Message- > From: Matthew Small [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 8:12 AM > To: CF-Talk > Subject: RE: CFMX, Video resizing/repurposing > > There's a web-application version of the Windows Media Encoder but I > haven't

RE: CFMX, Video resizing/repurposing

2005-07-25 Thread Rich Wild
Thanks Matthew, but I need a cross-codec solution rather than just windows media. >There's a web-application version of the Windows Media Encoder but I haven't >played with it in a while, and I don't think it's supported by Microsoft >anymore. I think it can be manipulated via Javascript. You ca

Re: CFMX, Video resizing/repurposing

2005-07-25 Thread Rich Wild
>If price really isn't an issue - you could look at flipfactory: >http://www.telestream.net/products/flipfactory.htm > >Basically, you could use CF to allow someone to upload to a watched >directory. FF would watch the directory, and "flip" any media >uploaded. It's probably overkill for what you n

Re: CFMX, Video resizing/repurposing

2005-07-25 Thread Rich Wild
Sure George - its here: http://www.leadtools.com/SDK/Multimedia/Multimedia-LE.htm >Rich, >Can you send a URL for the LEAD multimedia toolkit? Just want to make >sure that I have the right one. > >Thanks, >George > >On 7/25/05, Rich Wild <[EMAIL PROTECTED]> wrote: >> ~~

Re: CFMX, Video resizing/repurposing

2005-07-25 Thread George Abraham
Rich, Can you send a URL for the LEAD multimedia toolkit? Just want to make sure that I have the right one. Thanks, George On 7/25/05, Rich Wild <[EMAIL PROTECTED]> wrote: > Hi all, > > I've got a task to develop an online video resizing app and so I'm looking > at some server side tools that wi

Re: CFMX, Video resizing/repurposing

2005-07-25 Thread Deanna Schneider
If price really isn't an issue - you could look at flipfactory: http://www.telestream.net/products/flipfactory.htm Basically, you could use CF to allow someone to upload to a watched directory. FF would watch the directory, and "flip" any media uploaded. It's probably overkill for what you need, t

RE: CFMX, Video resizing/repurposing

2005-07-25 Thread Matthew Small
Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 7:53 AM To: CF-Talk Subject: CFMX, Video resizing/repurposing Hi all, I've got a task to develop an online

CFMX, Video resizing/repurposing

2005-07-25 Thread Rich Wild
Hi all, I've got a task to develop an online video resizing app and so I'm looking at some server side tools that will help me let a user upload a movie (of any format/size) and it'll resize it down and reformat it ready for viewing by a larger audience. I could hardly find anything suitable.