File | Date | Author | Commit |
---|---|---|---|
compile | 2013-05-03 |
![]() |
[e5c4df] Node Compiler updated |
preview | 2013-04-29 |
![]() |
[12bec2] Bug 34, Tweaks to force consistent development |
src | 2014-01-15 |
![]() |
[dd3c66] version 0.3.3 is ready |
template | 2013-12-17 |
![]() |
[29d112] FFmpeg installation improved |
.gitignore | 2013-04-29 |
![]() |
[12bec2] Bug 34, Tweaks to force consistent development |
LICENSE | 2013-04-29 |
![]() |
[12bec2] Bug 34, Tweaks to force consistent development |
README.md | 2013-10-13 |
![]() |
[a0fab4] Updating README.md |
package.json | 2013-04-29 |
![]() |
[12bec2] Bug 34, Tweaks to force consistent development |
A pure JavaScript AAC extractor for FLV format.
To compile iaextractor project you need to have these packages and libraries installed:
* python
* nodejs
* Mozilla addon-sdk
Folders description:
* src: source code
* compile: nodejs compiler
* ../addon-sdk-*: latest version of Mozilla addon-sdk.
* preview: screenshots
* template: bootstrap folder
By default, the addon-sdk folder is assumed to be one directory above the project. This can be modified using the
--sdk
parameter.
npm install
to acquire the necessary nodejs packagesnode compile/install.js
to run iaextractor in a new Firefox profilenode compile/install.js --xpi
node compile/install.js --help