tangshi / transcoding

transcoding audios in memory based on ffmpeg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transcoding

transcoding audio in memory buffer based on ffmpeg

Download dependencies

Download all dependencies into dep folder:

  1. libfdk-aac
  2. libmp3lame
  3. libopus
  4. ffmpeg

Build

It's easy, just run:

sh build.sh

Demo

To build the demo, run this:

gcc -o demo ./src/demo.c -std=c99 -I./include -L./lib -ltranscoding -lavutil -lavcodec -lavformat -lswresample -lfdk-aac

About

transcoding audios in memory based on ffmpeg.


Languages

Language:C 92.3%Language:Shell 7.7%