Skip to content

Vaibhav-20022002/Audio-Transcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Audio Transcoder to AAC

This project is a simple audio transcoder that converts any audio file to AAC format using the LibAV library. The implementation is done in C.

Features

  • Convert various audio file formats to AAC
  • Simple and efficient
  • Uses LibAV for encoding and decoding

Prerequisites

  • FFMPEG installed on your system (FFMPEG version: 4.3.1)
  • C compiler (e.g., GCC)

Installation

  1. Clone the repository:

    git clone https://github.com/Vaibhav-20022002/Audio-Transcoder.git
    cd audio-transcoder-to-aac
  2. Install FFMPEG/LibAV:

    sudo apt-get install libavformat-dev libavcodec-dev libavutil-dev libswresample-dev ffmpeg
  3. Compile the program:

    gcc -o audio_converter transcode_to_aac.c -lavformat -lavcodec -lavutil -lswresample -lswscale -lm

Usage

To convert an audio file to AAC format, use the following command:

./audio_converter input_file.mp3 output_file.aac

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages