In flash you have the ability to export your .fla file as a .mov, and this .mov compiles for a user-prompted amount of time, along with recording all the material that the actionscript commands perform and all of the loaded media that goes into the fla during runtime.
I wanted to know if I could do this with a command line tool, such as ffmpeg, and define the amount of time to compile like it allows me to within the flash environment.
It has to be command line though