Skip to content

tangshi/transcoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published