Jump to content

Recommended Posts

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...