Full compilation of ijkplayer for Mac to generate Android Library

ijkplayer compilation GitHub address: https://github.com/Bilibili/ijkplayer Recently, I did a new training and talked about the compilation process. I found that many people can't pull the code and compile it. I use a new computer to sort out the pits that will be encountered in a new environment. Here, I simply record the complete content an ...

Added by adige72 on Wed, 09 Mar 2022 11:56:04 +0200

Avformat of ffmpeg_ open_ Input () analysis process -- Taking mp4 as an example

Summary avformat_open_input(), which is used to open multimedia data and get some information. Its declaration is located in libavformat / avformat h. Main work 1) Through init_input opens the streaming media data, detects the most appropriate protocol type AVInputFormat of streaming media according to the probe, and sets the read/write/seek ...

Added by th3void on Thu, 10 Feb 2022 17:48:32 +0200

Ubuntu compiles the ijkplayer so library and plays the local raw/assets file

1, Preliminary basic knowledge reserve 1. Official project address of ijkplayer: https://github.com/Bilibili/ijkplayer Ijkplayer is a lightweight Android/iOS video player based on ffmpeg. The cross platform function is realized, and the API is easy to integrate; The compilation configuration can be tailored to facilitate the control of the in ...

Added by wwwapu on Tue, 25 Jan 2022 23:05:22 +0200

Step by step to achieve the second article in the series of ijkplayer for windows -- audio and video output of ijkplayer player source code analysis -- Video

catalogue Some related knowledge SDLOpenGL ESEGLSource code analysis Image rendering related structuresInitialize the render object of the playerCreation of video frame rendering objectsVideo frame processingVideo rendering threadSurface creationwindow creationSelection of video rendering modeOpenGL renderingreference resources tex ...

Added by Cascade on Mon, 24 Jan 2022 03:34:58 +0200

Unified rich media dynamic control

01 Background At present, various styles of rich media controls are complicated, and the interface methods are not unified. Developers often use rich med ...

Added by kolanos7 on Fri, 07 Jan 2022 11:13:42 +0200