hi josé thanks for these suggestions
but it won't fit my needs I would like to convert (or "capture") .swf to .avi, for example to burn a dvd from a swf anim I've made. I'm afraid ffmeg nor memencoder won't do that... thanks anyway +++++++ clemos On 1/3/06, José Francisco Rives Lirola <[EMAIL PROTECTED]> wrote: > 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. > > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
