Skip to content
Tojo Saki edited this page Apr 29, 2017 · 1 revision

This page will provide all the web data which is related to Kreogist µ, including the library official documentation, the code used or comes from.

FFMpeg

FFMpeg is fully embedded in Kreogist µ. It is used for the following parts:

  1. File analyzer - Get the bit rate, sampling rate and duration information from the file.
  2. Transcoder - Change the format of one file to another. However the documentation of FFMpeg is not as good as Qt. It is a hard work to do this.
  • FFMpeg/transcode_aac.c - This official example let µ gets the prototype of the transcoder. However, it still gots problem with PCM encoding. I am trying to find data to solve the problem.

Clone this wiki locally