|
Written by Carl Friis-Hansen
|
|
Tuesday, 24 February 2009 17:39 |
|
Install the command line tools needed:
sudo aptitude install swftools
sudo aptitude install pyvnc2swf
The pyvnc2swf is for recording screens into a flash movie.
The swftools containt these tools:
SWF Creation:
- SWFC: This is the tool for creating SWF Files, it has support for action script as well.
- RFXSWF Library: You can use this library with Ming ActionCompiler to create SWF Files.
- JPEG2SWF: Creates SWF files from set of JPEG files
- PNG2SWF: Creates SWF files from set of PNG files
- WAV2SWF: Creates SWF files from a wave file using LAME encoder
SWF Conversion:
- PDF2SWF: Converts PDF files to SWF animation
- GIF2SWF: Converts GIF files to SWF files
- AVI2SWF: Converts AVI files to SWF Files
- FONT2SWF: Convert Fonts to SWF
SWF Manipulation:
- SWFCombine: Create a wrapper SWF around set of existing SWFs
- SWFBBox: Allows to readjust SWF bounding boxes
SWF Information:
- SWFStrings: Allows you to see text data in SWF file
- SWFDump: Provide details information of SWF file
SWF Extraction:
- SWFExtract: Allows you to extract video, sound (wave, mp3), pictures from the SWF file
|
|
Last Updated on Thursday, 11 February 2010 23:30 |