Here is a little help ...

*ffmpeg -i some_video.avi -ar 22050 -ab 32 -f flv -s 320x240 some_video.flv*

Here are the parameters explained:

-i = Input file name
-ar = Audio sampling rate in Hz
-ab = Audio bit rate in kbit/s
-f = format
-s = size

Good luck.

Jake



On 8/30/07, Lenny Sorey <[EMAIL PROTECTED]> wrote:
>
> I think it would be great if after you guys have figured this conversation
> to convert video files to FLV's
> that you would post a tutorial about this so other could benefit from this
> as well.
>
> Thanks,
>
> Lenny
>
>
>
> On 8/30/07, Prashanth <[EMAIL PROTECTED]> wrote:
> >
> >  Hi,
> >
> >
> >
> > Thanks for the link. Using Windows and need more information on how to
> > implement FFmpeg at the server side.
> >
> >
> >
> > Thanks in advance.
> >
> >
> >  ------------------------------
> >
> > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
> > Behalf Of *eka
> > *Sent:* Wednesday, August 29, 2007 8:12 PM
> > *To:* [email protected]
> > *Subject:* Re: [Red5] how to convert video files to FLV?
> >
> >
> >
> > Hello :)
> >
> > you can convert your vidos with FFMepg server side with for example :
> > http://en.wikipedia.org/wiki/FFmpeg
> >
> > EKA+ :)
> >
> >
> >  2007/8/29, Juan Guillermo Delgado Lopez < [EMAIL PROTECTED]>:
> >
> > I need to convert any file format to FLV, but I need to do this on the
> > server side for Flash playing with HTML. Is there any way to do that ?
> >
> > red5 can do it?
> >
> >
> >
> > thanks.
> >
> >
> > _______________________________________________
> > Red5 mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
> >
> > _______________________________________________
> > Red5 mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to