FN-GM Posted May 31, 2009 Posted May 31, 2009 Hi, I have a few videos, i would like to turn them into a flash video so they can be embedded into a webpage. Does anyone have any ideas on how to do this please? Thanks
laserblazer Posted May 31, 2009 Posted May 31, 2009 I use Premiere Pro but there are loads of free converters depending on what format your originals are in. I've used Riva http://www.rivavx.com/?encoder in school.
danIT Posted May 31, 2009 Posted May 31, 2009 This: SUPER . Or This: WinFF - Free Video Converter Or This: On2 Technologies - Making Video Possible, from Handhelds to HD (Price Tag) And there are a few web based versions.
CyberNerd Posted May 31, 2009 Posted May 31, 2009 I do this regularly for our moodle site. we record TV through mythweb and I need to transfer the files to FLV for upload onto moodle. The most effective way I've found is through automated scripts using mencoder: for exapmple: mencoder ./filename -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=250:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -o file.flv using "find" to find and replace the old file with the flv
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now