RE: [flexcoders] Convert Videos to FLV via Web

2007-01-27 Thread Merrill, Jason
Cool - thanks!
 

Jason Merrill 
Bank of America
Learning & Organizational Effectiveness 
  
  
  
  
  

 




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Abdul Qabiz
Sent: Friday, January 26, 2007 1:22 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Convert Videos to FLV via Web



Merrill,

You can use FFMPEG in .Net also. You need to compile the wrappers and 
link FFMPEG libraries. I was trying to do something using C#.

You can find some examples on FFMPEG site and on some blogs.

Hope that helps..

-abdul


On 1/25/07, Merrill, Jason <[EMAIL PROTECTED] <mailto:[EMAIL 
PROTECTED]> > wrote: 



If I could tap on to this thread, anyone know of anything that 
does the same using .NET?
 

Jason Merrill 
Bank of America
Learning & Organizational Effectiveness 
  
  
  
  
  

 




From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com <http://yahoogroups.com> ] On Behalf Of 
Abdul Qabiz
Sent: Thursday, January 25, 2007 10:20 AM
To: flexcoders@yahoogroups.com
            Subject: Re: [flexcoders] Convert Videos to FLV via Web




There is php hooks for ffmpeg: 
http://ffmpeg-php.sourceforge.net



On 1/24/07, Steve Gustafson <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]> > wrote: 

ffmpeg should help you out.  Here is a tutorial:

http://soenkerohde.com/tutorials/ffmpeg/ 
<http://soenkerohde.com/tutorials/ffmpeg/> 

Gus



On 1/23/07, Marlos Carmo | 5clicks.com.br 
<http://5clicks.com.br>  < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > 
wrote: 



Hi Folks,

 

I need develop a video conversor to flv 
via Web, using PHP. Anybody have a suggestion for help me?

 

Thanks,

 

Marlos Carmo

 





De: [EMAIL PROTECTED] ups.com [mailto: 
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  ups.com <http://ups.com> ] Em 
nome de Jason Goodwin
Enviada em: terça-feira, 23 de janeiro 
de 2007 17:10
Para: flexcoders@yahoogroups.com
Assunto: [flexcoders] Accessibility and 
imported components

 

I have an app with lots of imported 
components. I can't seem to get
JAWS to read anything that's not on the 
main page. I have tried
several ways of add in the 
accessibility properties to the controls.
Thanks.
























 



Re: [flexcoders] Convert Videos to FLV via Web

2007-01-26 Thread Abdul Qabiz

Merrill,

You can use FFMPEG in .Net also. You need to compile the wrappers and link
FFMPEG libraries. I was trying to do something using C#.

You can find some examples on FFMPEG site and on some blogs.

Hope that helps..

-abdul

On 1/25/07, Merrill, Jason <[EMAIL PROTECTED]> wrote:


   If I could tap on to this thread, anyone know of anything that does the
same using .NET?


Jason Merrill
Bank of America
Learning & Organizational Effectiveness







 --
*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Abdul Qabiz
*Sent:* Thursday, January 25, 2007 10:20 AM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] Convert Videos to FLV via Web

 There is php hooks for ffmpeg: *http://ffmpeg*-*php*.sourceforge.net

On 1/24/07, Steve Gustafson <[EMAIL PROTECTED]> wrote:
>
>   ffmpeg should help you out.  Here is a tutorial:
>
> http://soenkerohde.com/tutorials/ffmpeg/
>
> Gus
>
> On 1/23/07, Marlos Carmo | 5clicks.com.br < [EMAIL PROTECTED]>
> wrote:
> >
> >Hi Folks,
> >
> >
> >
> > I need develop a video conversor to flv via Web, using PHP. Anybody
> > have a suggestion for help me?
> >
> >
> >
> > Thanks,
> >
> >
> >
> > Marlos Carmo
> >
> >
> >  --
> >
> > *De:* [EMAIL PROTECTED] ups.com [mailto: [EMAIL PROTECTED] ups.com]
> > *Em nome de *Jason Goodwin
> > *Enviada em:* terça-feira, 23 de janeiro de 2007 17:10
> > *Para:* flexcoders@yahoogroups.com
> > *Assunto:* [flexcoders] Accessibility and imported components
> >
> >
> >
> > I have an app with lots of imported components. I can't seem to get
> > JAWS to read anything that's not on the main page. I have tried
> > several ways of add in the accessibility properties to the controls.
> > Thanks.
> >
> >
>
  



RE: [flexcoders] Convert Videos to FLV via Web

2007-01-25 Thread Merrill, Jason
If I could tap on to this thread, anyone know of anything that does the same 
using .NET?
 

Jason Merrill 
Bank of America
Learning & Organizational Effectiveness 
  
  
  
  
  

 




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Abdul Qabiz
Sent: Thursday, January 25, 2007 10:20 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Convert Videos to FLV via Web



There is php hooks for ffmpeg: http://ffmpeg-php.sourceforge.net


On 1/24/07, Steve Gustafson <[EMAIL PROTECTED] <mailto:[EMAIL 
PROTECTED]> > wrote: 

ffmpeg should help you out.  Here is a tutorial:

http://soenkerohde.com/tutorials/ffmpeg/ 
<http://soenkerohde.com/tutorials/ffmpeg/> 

Gus



On 1/23/07, Marlos Carmo | 5clicks.com.br 
<http://5clicks.com.br>  < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > 
wrote: 



Hi Folks,

 

I need develop a video conversor to flv via Web, using 
PHP. Anybody have a suggestion for help me?

 

Thanks,

 

Marlos Carmo

 





De: [EMAIL PROTECTED] ups.com [mailto: [EMAIL 
PROTECTED] <mailto:[EMAIL PROTECTED]>  ups.com <http://ups.com> ] Em nome de 
Jason Goodwin
Enviada em: terça-feira, 23 de janeiro de 2007 17:10
Para: flexcoders@yahoogroups.com
Assunto: [flexcoders] Accessibility and imported 
components

 

I have an app with lots of imported components. I can't 
seem to get
JAWS to read anything that's not on the main page. I 
have tried
several ways of add in the accessibility properties to 
the controls.
Thanks.















 



Re: [flexcoders] Convert Videos to FLV via Web

2007-01-25 Thread Abdul Qabiz

There is php hooks for ffmpeg: *http://ffmpeg*-*php*.sourceforge.net

On 1/24/07, Steve Gustafson <[EMAIL PROTECTED]> wrote:


  ffmpeg should help you out.  Here is a tutorial:

http://soenkerohde.com/tutorials/ffmpeg/

Gus

On 1/23/07, Marlos Carmo | 5clicks.com.br <[EMAIL PROTECTED]> wrote:
>
>Hi Folks,
>
>
>
> I need develop a video conversor to flv via Web, using PHP. Anybody have
> a suggestion for help me?
>
>
>
> Thanks,
>
>
>
> Marlos Carmo
>
>
>  --
>
> *De:* [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] *Em
> nome de *Jason Goodwin
> *Enviada em:* terça-feira, 23 de janeiro de 2007 17:10
> *Para:* flexcoders@yahoogroups.com
> *Assunto:* [flexcoders] Accessibility and imported components
>
>
>
> I have an app with lots of imported components. I can't seem to get
> JAWS to read anything that's not on the main page. I have tried
> several ways of add in the accessibility properties to the controls.
> Thanks.
>
>
 



Re: [flexcoders] Convert Videos to FLV via Web

2007-01-23 Thread Steve Gustafson

ffmpeg should help you out.  Here is a tutorial:

http://soenkerohde.com/tutorials/ffmpeg/

Gus

On 1/23/07, Marlos Carmo | 5clicks.com.br <[EMAIL PROTECTED]> wrote:


   Hi Folks,



I need develop a video conversor to flv via Web, using PHP. Anybody have a
suggestion for help me?



Thanks,



Marlos Carmo


 --

*De:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *Em
nome de *Jason Goodwin
*Enviada em:* terça-feira, 23 de janeiro de 2007 17:10
*Para:* flexcoders@yahoogroups.com
*Assunto:* [flexcoders] Accessibility and imported components



I have an app with lots of imported components. I can't seem to get
JAWS to read anything that's not on the main page. I have tried
several ways of add in the accessibility properties to the controls.
Thanks.