You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
File analyzer - Get the bit rate, sampling rate and duration information from the file.
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.