Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
alexhenes
Experienced
Topic Author
Posts: 568
Joined: 28 Sep 2006, 16:13

Converting wmv to flv

10 Jan 2011, 22:33

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
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Converting wmv to flv

11 Jan 2011, 13:32

I'm sure there are some dedicated applications for this, but some people use youtube ... Just upload, it converts for you, then download ...
 
User avatar
gaitt
Experienced
Posts: 46
Joined: 21 Nov 2010, 12:48

Re: Converting wmv to flv

11 Jan 2011, 14:22

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
 
User avatar
alexhenes
Experienced
Topic Author
Posts: 568
Joined: 28 Sep 2006, 16:13

Re: Converting wmv to flv

11 Jan 2011, 23:08

thanks for the options... the youtube solution sounds pretty cool... and the price is right.
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com
 
piraya
Posts: 2
Joined: 20 Jan 2011, 17:29

Re: Converting wmv to flv

22 Jan 2011, 08:02

Hello,

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

Kind Regards,
raja