![]() |
[needed] auto .flv conversion on upload
looking for a program/software that will automatically convert media files to .flv when uploading them.. or .mp4
|
check ffmpeg if you're on a budget. you'll need to configure it tho
|
Quote:
|
It's not much about being on a budget or not, FFMPEG does the job well (a lot of softwares and scripts are based on ffmpeg), the thing is, it's open source, so you're not gonna get any kind of support and there is no pretty interface, it's a command line tool.
If you have some money to spend on this (FFMPEG is free) you could just google "FLV encoder" and see what your options are. Personally, I've only used ffmpeg so I can't recommend any other software. If you expect a lot of traffics on your website, you should also look at flash servers to stream your content. Hope that helps :winkwink: |
with mencoder:
Code:
mencoder "source.wmv" -ofps 25 -of lavf -ovc lavc -srate 22050 -oac mp3lame -lavcopts vcodec=flv:acodec=mp3 -o "target.flv" |
For best quality, use double pass method, similar to Youtube:
Code:
mencoder source.wmv -o output.flv -oac mp3lame -lameopts q=9:mode=3 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=256:mbd=2:trell:v4mv:last_pred=3:vpass=1:turbo -mc 1 -ofps 30 -of lavf -vf harddup -nosound |
Thanks Cyber but that's all gibberish to me I am afraid.
I have Googled FLV converter in the past but the software it came up with wasn't suitable for the job. I am looking for something that converts WMV files to FLV files without loss of quality but keeping the file size either the same or slightly smaller. Anyone know of anything that can do this? |
All times are GMT -7. The time now is 02:06 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc