WHOIS page

2007-10-23 Thread Mark Lewis
Whilst this works for .com, .net and .edu sites, it unfortunately does not work for .co.uk or any other extensions. Any help would be greatly appreciated Thank You Mark Lewis --- ~| Check out the new

Re: cfexecute ffmpeg

2007-09-10 Thread Mark Lewis
Jochem, You are right, but I was setting the timeout for periods up to 20minutes, and the process was crashing. I seem to have found a temporary fix to this problem by running the cfexecute twice? Odd as it sounds, it does the trick. If you could think of a less shoddy fix to this problem or

Re: cfexecute ffmpeg

2007-09-06 Thread Mark Lewis
When the conversion takes place, the flv file is created, but the flv file is 580kb and doesnt play. It should be 3567kb as it is when i run ffmpeg on the same avi from the command line. When I restart the coldfusion server, all the flv's seem to complete the conversion (the file size goes up

Re: cfexecute ffmpeg

2007-09-06 Thread Mark Lewis
It seems to work when I run the execute twice sometimes?? - Original Message - From: Mark Lewis [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, September 06, 2007 9:48 AM Subject: Re: cfexecute ffmpeg When the conversion takes place, the flv file is created

cfexecute ffmpeg

2007-09-05 Thread Mark Lewis
Hi Guys, i've been trying to convert .avi videos to .flv using ffmpeg, I have it workng from the command line, however when I try it using cfexecute it only converts a small part of the file and the video doesn't work... the arguments I am using are very basic as follows. cfexecute

Query of Queries date comparison

2007-07-30 Thread Mark Lewis
Hi, Wondered if someone could advise on this problem I am having. I have created a query as shown below... cfset event = QueryNew(date, name, destination, date, varchar, varchar) cfset newRow = QueryAddRow(event, 2) cfset temp = QuerySetCell(event, date, 07/28/2007, 1) cfset temp =

Re: Query of Queries date comparison

2007-07-30 Thread Mark Lewis
Gualtiero and Dave thanks for your help I have resolved the issue with both your tips. Thank you for your time again Mark Date is possibly(probably) a reserved word? Even if it isn't, your test will fail when the year rolls over - you should test /mm/dd. And I think you might need

Re: Query of Queries date comparison

2007-07-30 Thread Mark Lewis
Oh sorry, I only just got everyone else's responses through, thank you to you guys for your time too. Much appreciated, Mark ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

cfx_image

2007-06-22 Thread Mark Lewis
Hi, I have been using cfx_image tag to resize images, however they always resize to scale. I need to now resize an image to a specific size even if it means distorting an image. I can't seem to get the cfx_image tag to do this (it just keeps resizing my image to scale). Has anyone had any

Re: cfx_image

2007-06-22 Thread Mark Lewis
Hi, This has been solved, by adding a stretch command on the end of the resize. Thank You Mark Hi, I have been using cfx_image tag to resize images, however they always resize to scale. I need to now resize an image to a specific size even if it means distorting an image. I can't seem

PDF to Image

2007-06-07 Thread Mark Lewis
Hi, I am trying to convert the front page of a PDF doc to an image. My target server is Coldfusion 5 but if necessary Colfusion mx 7 can be used. Is it possible for this to be done, if so could I have some directions on how to do this. Thank You Mark

Re: PDF to Image

2007-06-07 Thread Mark Lewis
Thank you all for your responses, Imagemagick is great and ive got my files converted and resized using the following cfexecute tag cfexecute name=directory\convert.exe arguments=file1.pdf[0] -resize 200x300 file1.jpg /cfexecute Had a few problems to start with as I didnt realise you