Menu

Tree [dd3c66] master /
 History

HTTPS access


File Date Author Commit
 compile 2013-05-03 inbasic inbasic [e5c4df] Node Compiler updated
 preview 2013-04-29 InBasic InBasic [12bec2] Bug 34, Tweaks to force consistent development
 src 2014-01-15 inbasic inbasic [dd3c66] version 0.3.3 is ready
 template 2013-12-17 inbasic inbasic [29d112] FFmpeg installation improved
 .gitignore 2013-04-29 InBasic InBasic [12bec2] Bug 34, Tweaks to force consistent development
 LICENSE 2013-04-29 InBasic InBasic [12bec2] Bug 34, Tweaks to force consistent development
 README.md 2013-10-13 InBasic InBasic [a0fab4] Updating README.md
 package.json 2013-04-29 InBasic InBasic [12bec2] Bug 34, Tweaks to force consistent development

Read Me

FLV Audio Extractor (iaextractor)

A pure JavaScript AAC extractor for FLV format.

General information

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.

How to compile this project:

  1. Open a new terminal in the root dir (directory contains src, preview, template, and compile folders)
  2. Run npm install to acquire the necessary nodejs packages
  3. Run node compile/install.js to run iaextractor in a new Firefox profile
    To make the xpi run node compile/install.js --xpi
    For more options use node compile/install.js --help

How to try the pre-compiled latest version:

  1. Select the right branch
  2. Browse the src directory
  3. Download the raw *.xpi file
  4. Drag and drop it into Firefox

iaextractor contains codes from the following projects:

  1. http://www.moitah.net/
  2. https://github.com/fent/node-ytdl
  3. https://github.com/josdejong/jsoneditoronline
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.