1, ffmpeg installation: the brew installation source (recommended) http://ffmpeg.org/download.html we can by this command to query the corresponding statement: set the environment variable: 2, creating...
Friends in Jinan, Shandong, welcome to join us and do things together. Long-term recruitment, Java programmer, big data engineer, operation and maintenance engineer, front-end engineer.
Based on the WSL function provided by WIN10, you can quickly build a Linux (Unbuntu) development environment. The most important thing is that the files...
Basic knowledge of audio and video #### video playback principle we start from a simple video player principle, the following is a simple video playback...
After the previous series of SDL2 learning, finally to achieve a complete simple player. This is the implementation of a simple player thread model, and...
MediaCodec is used for video recording in this chapter. Ffmpeg soft editing is inefficient, so MediaCodec is used for coding here. MediaCodec is a codec...
Basic knowledge of audio and video #### video playback principle we start from a simple video player principle, the following is a simple video playback...
This paper introduces QQ Music based on Tencent cloud AVSDK, interactive live animation program and stepped on the pit. Not long ago, the product guy...
The year 2016 is known as the first year of live broadcasting. Various Internet + live broadcasting, a novel media communication mode, has gradually entered...
After 18 years of reshuffle, the competition in the live streaming industry is becoming increasingly fierce. After 18 years of reshuffle, the wild and violent...
FFmpeg supports calling platform hardware for decoding since version 3.1, which means that MediaCodec on Android can now be called from FFmpeg'S C code. There...
Recently, I was preparing to make Android Camera2 related applications, and happened to encounter YUV format related problems, so I still want to write a...
Simple FilterGraphs: This filter has only one input and one output and actually adds actions between the decoding and encoding steps, as shown below. Simple...
In the last introduction to SDL2 audio and video rendering, we just showed a window that automatically disappeared after 3 seconds. How to make this...
1, FFmpeg audio decoding process as shown in the figure above is through FFmpeg audio decoding process. 2.1, get decoder by calling avCOdec_find_decoder function according...