RE: Coldfusion Audio conversion

2009-01-08 Thread Adrian Lynch
Are you calling it with cfexecute or the commandline?

I've had ffmpeg do that to me with a precompiled version. Where did you get
your's from? Or did you build the latest?

Adrian

 -Original Message-
 From: Timothy Farrar [mailto:timothyfar...@sosensible.com]
 Sent: 07 January 2009 20:10
 To: cf-talk
 Subject: Re: Coldfusion Audio conversion
 
  Does anyone know of a good cf tool for converting audio files to
 mp3?
  I looked briefly, and couldn't find any, so hoping someone else will
 know of one.
 
 Only thing I can think of is using CFExecute to call FFMPEG to perform
 the conversion.  You can find it at http://ffmpeg.mplayerhq.hu/
 
 Hatton
 
 
 Thanks all. I am looking at FFMpeg (didn't know it did audio as well)
 for video conversion, and windows keeps notifying me that a 'ffmpeg.exe
 stopped working and was closed. A problem caused the applicaion to stop
 working correctly. Windows will notify you if a solution is available'.
 
 I can't figure this one out, and have tried it on two different
 machines in my shop. It will run from the prompt, but when I try to
 cfexecute, or do a java runtime.exec() call, I get the error. Is this
 an issue with vista, or does anyone have any ideas on this?
 
 

~|
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:317599
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Audio conversion

2009-01-08 Thread Timothy Farrar
Right now I am calling it via cfExecute. I also tried the following:

runtime = createObject(java, java.lang.Runtime).getRuntime();
command = '#ffmpegPath# -i #inputFilePath# -g 300 -y -s 300x200 -f 
flv -ar 44100 #ouputFilePath#'; 
process = runtime.exec(#command#);

which created the same issue.

I can however successfully run ffmpeg from the dos prompt.


Are you calling it with cfexecute or the commandline?

I've had ffmpeg do that to me with a precompiled version. Where did you get
your's from? Or did you build the latest?

Adrian

 

~|
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:317606
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Coldfusion Audio conversion

2009-01-08 Thread Adrian Lynch
What CF are you using?

 -Original Message-
 From: Timothy Farrar [mailto:timothyfar...@sosensible.com]
 Sent: 08 January 2009 15:26
 To: cf-talk
 Subject: Re: Coldfusion Audio conversion
 
 Right now I am calling it via cfExecute. I also tried the following:
 
 runtime = createObject(java, java.lang.Runtime).getRuntime();
   command = '#ffmpegPath# -i #inputFilePath# -g 300 -y -s 300x200
 -f flv -ar 44100 #ouputFilePath#';
   process = runtime.exec(#command#);
 
 which created the same issue.
 
 I can however successfully run ffmpeg from the dos prompt.
 
 
 Are you calling it with cfexecute or the commandline?
 
 I've had ffmpeg do that to me with a precompiled version. Where did
 you get
 your's from? Or did you build the latest?
 
 Adrian


~|
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:317619
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Audio conversion

2009-01-08 Thread C S
Are you calling it with cfexecute or the commandline?

I've had ffmpeg do that to me with a precompiled version. Where did you get
your's from? Or did you build the latest?

Adrian



Adrian,

Did that happen with cfexecute, at the command line or both and what o/s? I am 
wondering if this is a different issue than the ffmpeg/hang issue that was 
fixed in updater 1.

Leigh 

~|
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:317621
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Audio conversion

2009-01-08 Thread Timothy Farrar
Adrian,

I used 8.0.1, with the cumulative hotfix installed. 

~|
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:317623
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Audio conversion

2009-01-08 Thread AJ Mercer
is your CF service running as a named user?
If not, may try running with the same user account you have logged in with.


2009/1/9 Timothy Farrar timothyfar...@sosensible.com

 Adrian,

 I used 8.0.1, with the cumulative hotfix installed.

 

~|
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:317631
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion Audio conversion

2009-01-07 Thread Timothy Farrar
Does anyone know of a good cf tool for converting audio files to mp3?
I looked briefly, and couldn't find any, so hoping someone else will know of 
one. 

~|
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:317512
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion Audio conversion

2009-01-07 Thread Timothy Farrar
Does anyone know of a good cf tool for converting audio files to mp3?
I looked briefly, and couldn't find any, so hoping someone else will know of 
one. 

~|
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:317513
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Coldfusion Audio conversion

2009-01-07 Thread Adrian Lynch
ffmpeg will do that for you.

Adrian
Building a database of ColdFusion errors at http://cferror.org/

 -Original Message-
 From: Timothy Farrar [mailto:timothyfar...@sosensible.com]
 Sent: 07 January 2009 14:37
 To: cf-talk
 Subject: Coldfusion Audio conversion
 
 Does anyone know of a good cf tool for converting audio files to mp3?
 I looked briefly, and couldn't find any, so hoping someone else will
 know of one.


~|
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:317517
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Audio conversion

2009-01-07 Thread Dave Watts
 Does anyone know of a good cf tool for converting audio files to mp3?
 I looked briefly, and couldn't find any, so hoping someone else will know of 
 one.

I doubt there's anything that's specific to CF. Look for Java or
command-line tools to do this, and invoke them from CF.

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;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317518
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Audio conversion

2009-01-07 Thread C. Hatton Humphrey
 Does anyone know of a good cf tool for converting audio files to mp3?
 I looked briefly, and couldn't find any, so hoping someone else will know of 
 one.

Only thing I can think of is using CFExecute to call FFMPEG to perform
the conversion.  You can find it at http://ffmpeg.mplayerhq.hu/

Hatton

~|
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:317519
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Audio conversion

2009-01-07 Thread Gert Franz
You can use Railo for it... CFVIDEO works with audio files as well.

Greetings from Switzerland
Gert Franz
Railo Technologies GmbH
gert.fr...@railo.ch
www.railo.ch

Join our Mailing List
german:http://de.groups.yahoo.com/group/railo/
english:   http://groups.yahoo.com/group/railo_talk/
linked in: http://www.linkedin.com/e/gis/71368/0CF7D323BBC1



Timothy Farrar schrieb:
 Does anyone know of a good cf tool for converting audio files to mp3?
 I looked briefly, and couldn't find any, so hoping someone else will know of 
 one. 

 

~|
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:317530
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Audio conversion

2009-01-07 Thread Timothy Farrar
 Does anyone know of a good cf tool for converting audio files to mp3?
 I looked briefly, and couldn't find any, so hoping someone else will know of 
 one.

Only thing I can think of is using CFExecute to call FFMPEG to perform
the conversion.  You can find it at http://ffmpeg.mplayerhq.hu/

Hatton


Thanks all. I am looking at FFMpeg (didn't know it did audio as well) for video 
conversion, and windows keeps notifying me that a 'ffmpeg.exe stopped working 
and was closed. A problem caused the applicaion to stop working correctly. 
Windows will notify you if a solution is available'.

I can't figure this one out, and have tried it on two different machines in my 
shop. It will run from the prompt, but when I try to cfexecute, or do a java 
runtime.exec() call, I get the error. Is this an issue with vista, or does 
anyone have any ideas on this? 

~|
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:317547
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Audio conversion

2009-01-07 Thread Raymond Camden
I seem to remember a recent update that addressed an issue w/ ffmpeg
and cfexecute. Have you checked the hotfixes @ Adobe?


On Wed, Jan 7, 2009 at 2:10 PM, Timothy Farrar
timothyfar...@sosensible.com wrote:
 Does anyone know of a good cf tool for converting audio files to mp3?
 I looked briefly, and couldn't find any, so hoping someone else will know 
 of one.

Only thing I can think of is using CFExecute to call FFMPEG to perform
the conversion.  You can find it at http://ffmpeg.mplayerhq.hu/

Hatton


 Thanks all. I am looking at FFMpeg (didn't know it did audio as well) for 
 video conversion, and windows keeps notifying me that a 'ffmpeg.exe stopped 
 working and was closed. A problem caused the applicaion to stop working 
 correctly. Windows will notify you if a solution is available'.

 I can't figure this one out, and have tried it on two different machines in 
 my shop. It will run from the prompt, but when I try to cfexecute, or do a 
 java runtime.exec() call, I get the error. Is this an issue with vista, or 
 does anyone have any ideas on this?

 

~|
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:317562
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Audio conversion

2009-01-07 Thread C S
I seem to remember a recent update that addressed an issue w/ ffmpeg
and cfexecute. Have you checked the hotfixes @ Adobe?


Yes, the issue was ffmpeg would hang. It was because ffmpeg writes to stdout 
and stderr, but cfexecute was only capturing stdout.  The pre-fix work-around 
(for windows) was to use the /c and 21 flags in the arguments.  As I am not 
using Vista, I do not know if this is the same issue. But it is worth a shot to 
look at the hotfixes ..

-Leigh  

~|
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:317566
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4