On Sat, 27 May 2006 09:53:07 +1000, Chris wrote in message <[EMAIL PROTECTED]>:
> Hi there, > > Arnt Karlsen wrote: > > On Thu, 25 May 2006 13:34:50 +0100, AJ wrote in message > > <[EMAIL PROTECTED]>: > > > > > >>On Thursday 25 May 2006 12:57, Duncan Greer wrote: > >> > >>>Basically, I would like to create a high-resolution movie of Flight > >>>gear flight (or even better capture a stream of image frames). > >Many >>people seem to have movies of flight gear aircraft - how are > >these >>created? > >> > >>On *nix you can use xvidcap http://xvidcap.sourceforge.net/ > > > > > > ..or FG's own --jpg-http=port-number and read that port from the > > moviemaker box. > > How would I go about using this with just one box doing the video > capture *and* running fgfs? I have run ffmpeg batch jobs before > while running fgfs, and the computer handled it fine, but could > I output using --jpg-http=port to something ffmpeg could capture? .. ;o) the quickie is ' netcat -h ' but 'zless \ /usr/share/doc/netcat/README.gz' is entertaining enough to warrant reading anyway, 'man netcat' less so, but all 3 should get you going. > I would love to get that working, so I could capture DVD resolution > movies of my Flightgear sorties... ..if you find you cannot get beyond 320x240, and can live with hardcoding it, you can cvs co and recompile all of FG, in your $CVS-ROOT/SimGear-0.3/source/simgear/screen/jpgfactory.hxx find and edit: typedef enum { DEFAULT_XS = 320, DEFAULT_YS = 240 } JPG_FACTORY_ENUM; ..the --prop:name=value approach should work too, but I see no hint of ' --prop:jpg-httpd-size=WxH ' in the property tree on FG-0.9.10. -- ..med vennlig hilsen = with Kind Regards from Arnt... ;o) ...with a number of polar bear hunters in his ancestry... Scenarios always come in sets of three: best case, worst case, and just in case. ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
