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


Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Burns, John D
I've been looking for a CFX or CFC tag that can take in an audio file in
various formats (the more the better) and convert to MP3. I've found
some command-line tools that can do conversions and I've considered
using CFEXECUTE to call that but I'm curious if anyone has some java
code in a CFC wrapper or if there's a good CFX tag out there to do this
type of thing more elegantly than CFEXECUTE to a command-line program.
All we really need to be able to control is the input file, the output
path and the bitrate of the MP3. If the tag returns a final file size or
something like that, that would be an added bonus. Please let me know if
you have experience with this or know of a product. Thanks!
 
John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 
 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230220
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Bobby Hartsfield
I'd be very surprised if you found a tag/cfc to do that. You'll most likely
have to roll your own using whatever command line tool you've found. But by
all means... if I'm wrong... do share :-)

What command line utility did you find? Windows? Linux?

The only thing I've seen that was remotely related was just a tag to read
the ID3 tags of mp3s (maybe some other formats too), file size, track
lengths, titles, artists, etc... it was called CFX_AudioInfo. It's not what
you are looking for but may come in handy with what you are doing.


..:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 23, 2006 9:44 AM
To: CF-Talk
Subject: Audio conversion CFX tag, cfc, etc?

I've been looking for a CFX or CFC tag that can take in an audio file in
various formats (the more the better) and convert to MP3. I've found
some command-line tools that can do conversions and I've considered
using CFEXECUTE to call that but I'm curious if anyone has some java
code in a CFC wrapper or if there's a good CFX tag out there to do this
type of thing more elegantly than CFEXECUTE to a command-line program.
All we really need to be able to control is the input file, the output
path and the bitrate of the MP3. If the tag returns a final file size or
something like that, that would be an added bonus. Please let me know if
you have experience with this or know of a product. Thanks!
 
John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 
-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date: 1/20/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date: 1/20/2006
 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230228
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Burns, John D
Yeah, the ID3 stuff can be read by java too, that's why I was wondering
if someone made a cfc wrapper that used a java library to do the
conversion.  The command line program I found is at
http://www.audconv.com/  All I did was search for command line audio
converter on google and that returned quite a few results. I'm not sure
what kind of speed these work at and how well they work, but I'm going
to do some testing to see. The software only costs like $20 so if it
works it would be pretty neat. I'm not sure if it would be something
you'd want a web request waiting on, but it could always be put in a
queue and triggered as a scheduled task (either by CF or by a windows
scheduled task).

Just fyi, I was searching for something similar to convert video files
to flv and found a couple of programs that claim to do it. I'm not sure
how flexible or reliable they are since video settings get a little more
complicated than audio, but I'm definitely going to try it out. 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 23, 2006 11:09 AM
To: CF-Talk
Subject: RE: Audio conversion CFX tag, cfc, etc?

I'd be very surprised if you found a tag/cfc to do that. You'll most
likely have to roll your own using whatever command line tool you've
found. But by all means... if I'm wrong... do share :-)

What command line utility did you find? Windows? Linux?

The only thing I've seen that was remotely related was just a tag to
read the ID3 tags of mp3s (maybe some other formats too), file size,
track lengths, titles, artists, etc... it was called CFX_AudioInfo. It's
not what you are looking for but may come in handy with what you are
doing.


...:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Monday, January 23, 2006 9:44 AM
To: CF-Talk
Subject: Audio conversion CFX tag, cfc, etc?

I've been looking for a CFX or CFC tag that can take in an audio file in
various formats (the more the better) and convert to MP3. I've found
some command-line tools that can do conversions and I've considered
using CFEXECUTE to call that but I'm curious if anyone has some java
code in a CFC wrapper or if there's a good CFX tag out there to do this
type of thing more elegantly than CFEXECUTE to a command-line program.
All we really need to be able to control is the input file, the output
path and the bitrate of the MP3. If the tag returns a final file size or
something like that, that would be an added bonus. Please let me know if
you have experience with this or know of a product. Thanks!
 
John Burns
Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web
Developer
 
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date:
1/20/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date:
1/20/2006
 





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230241
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Audio conversion CFX tag, cfc, etc?

2006-01-23 Thread Bobby Hartsfield
I don’t think it has any kind of command line interface but I use Riva for
converting videos to FLV's.

..:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 23, 2006 12:43 PM
To: CF-Talk
Subject: RE: Audio conversion CFX tag, cfc, etc?

Yeah, the ID3 stuff can be read by java too, that's why I was wondering
if someone made a cfc wrapper that used a java library to do the
conversion.  The command line program I found is at
http://www.audconv.com/  All I did was search for command line audio
converter on google and that returned quite a few results. I'm not sure
what kind of speed these work at and how well they work, but I'm going
to do some testing to see. The software only costs like $20 so if it
works it would be pretty neat. I'm not sure if it would be something
you'd want a web request waiting on, but it could always be put in a
queue and triggered as a scheduled task (either by CF or by a windows
scheduled task).

Just fyi, I was searching for something similar to convert video files
to flv and found a couple of programs that claim to do it. I'm not sure
how flexible or reliable they are since video settings get a little more
complicated than audio, but I'm definitely going to try it out. 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 23, 2006 11:09 AM
To: CF-Talk
Subject: RE: Audio conversion CFX tag, cfc, etc?

I'd be very surprised if you found a tag/cfc to do that. You'll most
likely have to roll your own using whatever command line tool you've
found. But by all means... if I'm wrong... do share :-)

What command line utility did you find? Windows? Linux?

The only thing I've seen that was remotely related was just a tag to
read the ID3 tags of mp3s (maybe some other formats too), file size,
track lengths, titles, artists, etc... it was called CFX_AudioInfo. It's
not what you are looking for but may come in handy with what you are
doing.


:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED]
Sent: Monday, January 23, 2006 9:44 AM
To: CF-Talk
Subject: Audio conversion CFX tag, cfc, etc?

I've been looking for a CFX or CFC tag that can take in an audio file in
various formats (the more the better) and convert to MP3. I've found
some command-line tools that can do conversions and I've considered
using CFEXECUTE to call that but I'm curious if anyone has some java
code in a CFC wrapper or if there's a good CFX tag out there to do this
type of thing more elegantly than CFEXECUTE to a command-line program.
All we really need to be able to control is the input file, the output
path and the bitrate of the MP3. If the tag returns a final file size or
something like that, that would be an added bonus. Please let me know if
you have experience with this or know of a product. Thanks!
 
John Burns
Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web
Developer
 
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date:
1/20/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/236 - Release Date:
1/20/2006
 







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230248
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


audio conversion

2004-12-17 Thread Rick Root
I'm thinking of trying to write an audio conversion CFC using java, but 
before I do... does anyone know if anyone else has done this or 
attempted it?

   - Rick

~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187991
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: audio conversion

2004-12-17 Thread Alex Sherwood
Rick Root wrote:

I'm thinking of trying to write an audio conversion CFC using java, but 
before I do... does anyone know if anyone else has done this or 
attempted it?

   - Rick


What type of audio conversion are you talking about?

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187992
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: audio conversion

2004-12-17 Thread Rick Root
Alex Sherwood wrote:
 
 What type of audio conversion are you talking about?

Well, right now I'm trying to convert a GSM file to an alternative 
format.  So far I've downloaded three audio conversion utilities for 
Windows and none of them will convert a GSM file.  *grumble*

But if I build a CFC to do audio conversion, I'd probably want it to 
support a variety of formats.

Do you have something that does any kind of audio conversion already?

  - Rick

~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187997
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: audio conversion

2004-12-17 Thread Burns, John D
I'd be interesting in hearing about this as well.  Especially if it
supported compressing MP3/WAV/AIFF to streaming formats such as WMA/Real
Audio.

John Burns
Certified Advanced ColdFusion MX Developer
AI-ES Aeronautics, Web Developer

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 17, 2004 9:29 AM
To: CF-Talk
Subject: Re: audio conversion

Alex Sherwood wrote:
 
 What type of audio conversion are you talking about?

Well, right now I'm trying to convert a GSM file to an alternative
format.  So far I've downloaded three audio conversion utilities for
Windows and none of them will convert a GSM file.  *grumble*

But if I build a CFC to do audio conversion, I'd probably want it to
support a variety of formats.

Do you have something that does any kind of audio conversion already?

  - Rick



~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188000
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: audio conversion

2004-12-17 Thread Matthew Small
You can do audio conversion using the Windows Media Encoder.  You can
encapsulate the Encoder in a .NET command line application which could be
called by a CFC. It works very well for MP3/WAV/AIFF conversions to WMA.

The Encoder has an SDK called the Windows Media Encoder SDK and is available
at the microsoft.com/windowsmedia website under downloads.

There's also an older, command-line version of the Encoder that would work
very well in this situation.  It uses the Windows Media 8 codecs instead of
the newer 9 codecs, though.

- Matt Small



-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 17, 2004 9:37 AM
To: CF-Talk
Subject: RE: audio conversion

I'd be interesting in hearing about this as well.  Especially if it
supported compressing MP3/WAV/AIFF to streaming formats such as WMA/Real
Audio.

John Burns
Certified Advanced ColdFusion MX Developer
AI-ES Aeronautics, Web Developer

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 17, 2004 9:29 AM
To: CF-Talk
Subject: Re: audio conversion

Alex Sherwood wrote:
 
 What type of audio conversion are you talking about?

Well, right now I'm trying to convert a GSM file to an alternative
format.  So far I've downloaded three audio conversion utilities for
Windows and none of them will convert a GSM file.  *grumble*

But if I build a CFC to do audio conversion, I'd probably want it to
support a variety of formats.

Do you have something that does any kind of audio conversion already?

  - Rick





~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188001
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: audio conversion

2004-12-17 Thread Rick Root
Burns, John D wrote:
 I'd be interesting in hearing about this as well.  Especially if it
 supported compressing MP3/WAV/AIFF to streaming formats such as WMA/Real
 Audio.

That definately won't be happening, because there is no support in java 
for windows media or real audio formats.

http://www.jsresources.org/faq_audio.html#realaudio
http://www.jsresources.org/faq_audio.html#wma

I did find an audioconverter to immediately convert my .gsm files to 
wave format =)  It's at sox.sourceforge.net, written in C, and there are 
versions for many platforms.

if I can't figure out a java version, I'll write a cfc that uses 
cfexecute =)

This reason I'm doing this is because some of the internet voicemail 
systems send out GSM files... I'm working with (bachelor) Bob Guiney 
(long time friend) to send out a Christmas ecard from his band to the 
members of his message board, and since Bob is in New York and isn't 
very computer literate, I had to figure out a way to record an audio 
christmas greeting to include in the ecard.  So I set up a free j2 
Messenger account, and sent myself a test message and saw that the audio 
format they sent the message in was GSM... =)

  - Rick

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188002
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54