Giter Club home page Giter Club logo

av3a_decoder's Introduction

av3a_decoder

AVS3-P3 / Audio Vivid Decoder

!!ONLY 5.1.4 LAYOUT TESTED!!

!!VERY SLOW, BUT WORKS!!

Steps

1. Extract av3a audio from MPEG2-TS file (Optional)

You can use es_extractor.py to do that:

python es_extractor.py sample.ts sample.av3a 0x101

Note: You can use mediainfo to find av3a track pid, maybe 0x101 or 0x1100

2. Decode av3a to PCM

python av3a_decoder.py sample.av3a sample.wav

3. Post Process

You can set channel layout

5.1.4 Example:

ffmpeg -i sample.wav -filter "channelmap=0|1|2|3|4|5|6|7|8|9:FL+FR+FC+LFE+SL+SR+TFL+TFR+TBL+TBR" sample_layout.wav

You can encode wav to 448 kbps 5.1(side) AC3

ffmpeg -i sample.wav -filter "channelmap=0|1|2|3|4|5:FL+FR+FC+LFE+SL+SR" -b:a 448k sample_layout.ac3

Links

av3a_decoder's People

Contributors

adoalin 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.