1. Download the required files from VLC: VLC for iOS X.X.X source code, MediaLibraryKit X.X.X source code, MobileVLCKit x.x.x-pre2 source code. PS: Because my network...
You can customize the video quality for small video recording. Supports custom video recording. You can customize the maximum and minimum recording duration. Supports video...
This article mainly introduces "FFplay" how to realize the ability of unsealing, decoding and audio and video synchronization, the next article will be based on...
"This is the 16th day of my participation in the First Challenge 2022. For details: First Challenge 2022." Dear, hello, everyone. I am "Front-end Xiaoxin"....
Today learning ffmpeg/doc/examples/muxing. C program code 10 seconds of audio and video data, write parameters specified path, file suffix will determine the encapsulation of file...
I compiled under WSL. Tried several versions will appear all kinds of problems, finally reference his version to compile through, he also tried a lot...
Often encountered in the process of decoding, wild pointer crash. Especially when a frame fails to decode. Ffmepg has reference counting memory management mechanism, corresponding...
Android based on: FFmpeg+OpenSL+OpenGL+Mediacodec video playback SDK, can play network, local and broadcast streaming media. Support the current playing page to directly switch the playing...
I learned the AAC format online, copied it and recorded it. Reference documents: 1. https://www.pianshen.com/article/142885704/ ADTS is what ADTS full name is (Audio Data Tra
Background learning FFMPEG, intends to start from the source code, source code and too much too complex. The good news is that FFmPEG provides sample...
1.2. FFmpeg process AVCODEC_find_decoder: Find the registered decoder according to the specified AVCodecID. Av_parser_init: Initializes AVCodecParserContext. Avcodec_alloc_context3: Assigns AVCodecContext...
According to Nyquist sampling theory, the sampling frequency must be twice the highest frequency of the signal, so as to ensure quality without distortion. Therefore,...
Recently, there is a requirement that when clipping audio, the vertical coordinate of clipping bar must be the audio volume to help users better select...