[osflash] video export
José Francisco Rives Lirola
jfrl1 at alu.um.es
Tue Jan 3 09:59:15 EST 2006
I allways use FFMPEG, free software, GNU, support multiple formats.
By example, I can convert avi to flv with this command:
ffmpeg -i input.avi -acodec mp3 output.flv
using other GNU software MEMCODER I can convert since and from
many formats,example, to convert RealMedia to FLV
mencoder -ovc lavc input.rm -oac mp3lame -o temp.avi
and then
ffmpeg -i temp.avi -acodec mp3 output.flv
You can obtain most control with other parameters like
output width and height, quality, compression, etc...
Formats supported of FFMPEG
http://ffmpeg.sourceforge.net/ffmpeg-doc.html#SEC16
http://ffmpeg.sourceforge.net
On 03/01/2006 clemos wrote:
> hi list
>
> it's been a while since I'm looking for a _free_ software that would
> _properly_ (which is : better than Macromedia's .mov and .avi export
> function) export flash anims to any video format. does those kind of
> stuff exist in the OS world or not ?
>
> I've been trying a couple of commercial products or sharewares which
> would do the job, but obviously I would prefer to get something free.
>
>
> by the way, one told me about a workaround which is to screen capture
> the fullscreen anim with some other software, but it looks like the
> performances aren't good enough this way, or rather my computer is
> just too crappy to do this...
>
> please let me know if you have efficient methods to export (or
> better: record) .fla or .swf anims to video. thanks in advance.
More information about the osflash
mailing list