Displaying 8 results from an estimated 8 matches for "livedocs".
2009 Mar 11
1
from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?
I am having trouble converting a .flv file uploaded from Adobe Flex /
Flash Player 10 to a Red5 server using the speex coder:
http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html
http://jira.red5.org/confluence/display/codecs/Speex+Codec
Questions:
1. How do I extract the audio track out of such a .flv file?
2. How do I convert it from Speex to .wav PCM?
Thanks.
2007 Oct 13
0
swfdec patch, adds letterSpacing support
Hello,
here is a first small patch that adds support to Flash 8 letterSpacing
property as described here :
http://wiki.mediabox.fr/documentation/flash/textformat/letterspacing
http://livedocs.adobe.com/flash/9.0_fr/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts_bak&file=00002274.html
http://livedocs.adobe.com/flash/9.0_fr/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts_bak&file=00004506.html
Of course, it uses Pango
-------------- next part...
2007 Feb 15
3
Re: Incremental Updates
As an alternative to polling the client, as Ryan describes, you could
consider piggy-backing the status updates on the back of other ajax
responses. Which way you go depends entirely on the nature of your app, in
particular:
1. how frequently it generates ajax traffic anyway
2. how long the server-side process is going to take
If the server-side process takes, say, 20 seconds, polling is a
2003 Jul 30
0
Sweave
Many of you are using Sweave for making statistical reports. I thought it might be helpful to some to see an example of the setup I use (in Linux). For those of you who have not yet discovered the power and productivity gains from using Fritz Leisch's wonderful package, I encourage you to give Sweave a try.
%File: model.nw
%Usage:
% Put library(Hmisc;Design;tools} in .First
% Sweave model
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...(*.wav), or a raw PCM file.
>
> On Wed, Mar 11, 2009 at 4:51 PM, James Salsman <jsalsman at gmail.com> wrote:
>>
>> I am having trouble converting a .flv file uploaded from Adobe Flex /
>> Flash Player 10 to a Red5 server using the speex coder:
>>
>> http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html
>>
>> http://jira.red5.org/confluence/display/codecs/Speex+Codec
>>
>> Questions:
>>
>> 1. How do I extract the audio track out of such a .flv file?
>>
>> 2. How do I convert it from Speex to .wav P...
2006 Aug 15
6
FileSystemWatcher - has any one done this?
I''d like to monitor a folder and when someone drops a file in there I
can take the files name and add it to a database.
My dream is to have a folder always being watched. and if someone
drops a file or folders with files into that watched folder, I take
the filename(s) and insert them into a db and if the files are in
folder I use the folder name(s) as tags for that file.
make sense?
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...>>
>> On Wed, Mar 11, 2009 at 4:51 PM, James Salsman <jsalsman at gmail.com> wrote:
>>>
>>> I am having trouble converting a .flv file uploaded from Adobe Flex /
>>> Flash Player 10 to a Red5 server using the speex coder:
>>>
>>> http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html
>>>
>>> http://jira.red5.org/confluence/display/codecs/Speex+Codec
>>>
>>> Questions:
>>>
>>> 1. How do I extract the audio track out of such a .flv file?
>>>
>>> 2. How do I...
2004 Jan 28
9
How to generate a report with graphics and tables?
Hello R-Users,
I have some data sets which change on a daily bases. So far I have
imported these sets into R, done all my evaluations resulting in a
couple of plots, charts and tables of numbers which I copy&pasted via
clipboard into Powerpoint.
The procedure is always the same and I wonder, whether there is no
easier way for doing so. Is there some type of "report generator"