GithubHelp home page GithubHelp logo

cansecodev / aaet Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 19 KB

Avorion Audio Encoding Tools is a bundle of Windows Batch Shell scripts to ease the audio production for Avorion modders, powered by ffmpeg.

License: GNU Lesser General Public License v2.1

Batchfile 100.00%
avorion modding audio encoding ffmpeg batch

aaet's Introduction

Avorion Audio Encoding Tools

  • Avorion Audio Encoding Tools is a bundle of Windows Batch Shell scripts to ease the audio production for Avorion modders, powered by ffmpeg.

  • Download


Features

  • Encode any audio file to what it requires with ease.

  • Encode multiple audio files at once given a category.

  • Easy to use (drag and drop).

  • Accepts parameters for advanced users and automated use cases.


Usage

  • Drag and drop either a single audio file, or a directory containing multiple audio files to AAET, then it will ask for the encoding category, which can be either ui, 3d or mx. Finally it will produce files with this names at the same directory they were originally located:

    {original file/s}_CONVERTED.{EXT}

  • You can also use the command line like this:

    AAET {input} {format} [output] [--no-suffix]
    • input determines the input path, it must be either an audio file or a directory containing audio files.

    • format determines the encoding category:

      • ui to encode the audio for SFX that plays at UI level.
      • 3d to encode the audio for SFX that plays on the 3D world.
      • mx to encode the audio for Music.
    • output determines the output path, defaulting to the same as the input, determining the output automatically disables the "Press any key to exit" message.

    • --no-suffix will make it not add the _CONVERTED suffix to the files, this is only functional if determining the output directory.


Requirements

  • This will virtually work on any system that runs an updated Windows 10.

  • For Linux users, you can apt/yum install ffmpeg, then take a look at the provided .BAT files and use the same parameters from there.


Legal

  • This file is licensed under the GNU Lesser General Public License, v2.1

    See LICENSE.TXT for details.

aaet's People

Stargazers

 avatar

Watchers

 avatar

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.