Page 1 of 1

Converting wmv to flv

Posted: 10 Jan 2011, 22:33
by alexhenes
I have about a dozen wmv files I would like to convert to flv. Does anyone know of a decent program that will do this?

Thanks
Alex

Re: Converting wmv to flv

Posted: 11 Jan 2011, 13:32
by mjau-mjau
I'm sure there are some dedicated applications for this, but some people use youtube ... Just upload, it converts for you, then download ...

Re: Converting wmv to flv

Posted: 11 Jan 2011, 14:22
by gaitt
Hope this will be usefull,

I've some SH scripts running on my server, one of those is for converting whatever video format to FLV, for that, I use mencoder.

With this cmd line, on a GNU/Linux OS, I converted .MOV, .AVI and MPG successfully!
Code
mencoder -forceidx -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 in.mov -o out.flv

Re: Converting wmv to flv

Posted: 11 Jan 2011, 23:08
by alexhenes
thanks for the options... the youtube solution sounds pretty cool... and the price is right.

Re: Converting wmv to flv

Posted: 22 Jan 2011, 08:02
by piraya
Hello,

Check this on out, it's for Windows and open source!
http://sourceforge.net/projects/akmeffmpeg/

Kind Regards,
raja