Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Creating RTP video stream with ffmpeg
no vote
The code mainly includes two parts. The first part turns on the camera and starts recording the video. The main steps are as follows:
yingtaozi527335
2016-08-23
0
1
Ffmpeg to decode video
no vote
Identified in ffmpeg, function in most of the current information is out of date, so these data will replace the old function new function. The intent of the code is to read a file named 1.FLV, and frames to ppm file format decoding. Function is up to date (December 19, 2013, the 32-bit version), the old function names are resolved. Lib and include dev versions of ffmpeg tests out, building works when set up correctly. Dll file in the version of ffmpeg shared, I had been cuffed to the project directory. My vs version is 2013, in order to prevent an incompatible version, only cpp file. Code flow: open a file, get the video stream, gets video format, gets the decoder decode frames, into the picture and frees the memory.
yingtaozi527335
2016-08-23
1
1
No more~