Introduction - If you have any usage issues, please Google them yourself
This a video transcoder project based on AVS.
The source codes include an optimized implementation of AVS encoding, an audio transcoder and a multi-thread implementation of transcoding. For the video part, the transcoder sequentially implements automatic decoding and encoding processes for each group of pictures(GOP). For the audio part, the transcoder first extracts the audio from original media file, and then it encodes the audio data with MP3 format.