GithubHelp home page GithubHelp logo

yumeyao / fhgaacenc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tmkk/fhgaacenc

1.0 2.0 1.0 360 KB

A CLI forntend for enc_fhgaac.dll in WinAmp

Home Page: https://github.com/yumeyao/fhgaacenc/releases/download/v20120624.1/fhgaacenc-20120624.1.zip

License: MIT License

C++ 85.12% C 14.62% Objective-C 0.26%

fhgaacenc's Introduction

Getting Started

  1. Install WinAmp
    
  2. (Optional) Copy required DLLs
  (Optional: copy to the same directory as fhgaacenc.exe if you want fhgaacenc.exe to read from file)
  (Included in this archive)
    - libsndfile-1.dll
  (Optional: copy to the same directory as fhgaacenc.exe, or QTfiles subdirectory in it)
  (from WinAmp directory if you want to uninstall WinAmp)
    - enc_fhgaac.dll
    - libmp4v2.dll
    - nsutil.dll

  3. Install VC2008 runtime if you don't have yet
    http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2

  4. Enjoy!


Command Line Options

fhgaacenc.exe [options] infile [outfile]

  --cbr <bitrate> : encode in CBR mode, bitrate=8..576
  --vbr <preset>  : encode in VBR mode, preset=1..6 [default]
  --profile <auto|lc|he|hev2> : choose AAC profile (only for CBR mode)
    auto : automatically choose the optimum profile according to the bitrate [default]
    lc   : force use LC-AAC profile
    he   : force use HE-AAC (AAC+SBR) profile
    hev2 : force use HE-AAC v2 (AAC+SBR+PS) profile
  --adts : use ADTS container instead of MPEG-4
  --ignorelength : ignore the size of data chunk when encoding from pipe
  --quiet        : don't print the progress


Credits

fhgaacenc is distributed with libsndfile version 1.0.24, which is released under GNU LGPL.
You can get the source code of libsndfile in http://www.mega-nerd.com/libsndfile/ .
See http://www.gnu.org/licenses/lgpl.txt for GNU LGPL.

    Copyright (C) 1999-2011 Erik de Castro Lopo <[email protected]>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 2.1 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

fhgaacenc's People

Contributors

tmkk avatar yumeyao avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

admiralcurtiss

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.