2007/12/10, Ken Schneider <[EMAIL PROTECTED]>:
> I'm not sure how to word the question...
>
> I'm looking to convert some .mov files taken with my camera and would
> like to convert them some sort of streaming format I can put on a web
> site so that when clicked on it starts playing instead of downloading.
> Is there something out their that will do this? I'm talking about an OSS
> package.
>
> --
> Ken Schneider
> SuSe since Version 5.2, June 1998
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Hi,

you can can convert the video files in flv using ffmpeg
For example
ffmpeg -y -i inputfile.mov -vcodec flv outputfile.flv

'man ffmpeg' for its options


-- 
*********************************************
Valerio Bontempi
Blog: http://mithland.wordpress.com/
*********************************************
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to