xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

利用ffmpeg實(shí)現(xiàn)桌面采集功能,采集桌面后進(jìn)行解碼,圖像轉(zhuǎn)換為YUV420P格式,在經(jīng)過(guò)h264編碼,最后通過(guò)網(wǎng)絡(luò)TCP協(xié)議進(jìn)行發(fā)送。代碼可以編譯,在沒(méi)有網(wǎng)絡(luò)接收服務(wù)器的情況下,可將編碼后的packet保存成本地的.h264文件

資源截圖

代碼片段和文件信息

//?capture.cpp?:?定義控制臺(tái)應(yīng)用程序的入口點(diǎn)。
//

#include?“stdafx.h“
#include?“ff_capture.h“

int?_tmain(int?argc?_TCHAR*?argv[])
{
ff_capture*?pcapture?=?new?ff_capture();
pcapture->ff_init();
//? while(1)
//? {
//? Sleep(10);
//? }
return?0;
}


?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-14?11:19??screen-capture\
?????目錄???????????0??2018-09-14?11:19??screen-capture\Debug\
?????文件??????303616??2018-04-24?18:11??screen-capture\Debug\SDL.dll
?????文件????18936320??2018-04-24?18:11??screen-capture\Debug\avcodec-55.dll
?????文件?????1340928??2018-04-24?18:11??screen-capture\Debug\avdevice-55.dll
?????文件?????2034688??2018-04-24?18:11??screen-capture\Debug\avfilter-4.dll
?????文件?????5342720??2018-04-24?18:11??screen-capture\Debug\avformat-55.dll
?????文件??????418304??2018-04-24?18:11??screen-capture\Debug\avutil-52.dll
?????文件???????44544??2018-09-14?11:19??screen-capture\Debug\capture.exe
?????文件??????438460??2018-09-14?11:19??screen-capture\Debug\capture.ilk
?????文件??????617472??2018-09-14?11:19??screen-capture\Debug\capture.pdb
?????文件??????121344??2018-04-24?18:11??screen-capture\Debug\postproc-52.dll
?????文件??????275968??2018-04-24?18:11??screen-capture\Debug\swresample-0.dll
?????文件??????434176??2018-04-24?18:11??screen-capture\Debug\swscale-2.dll
?????目錄???????????0??2018-09-14?11:19??screen-capture\capture\
?????文件????????1553??2018-07-17?18:58??screen-capture\capture\ReadMe.txt
?????目錄???????????0??2018-09-14?11:18??screen-capture\capture\avinclude\
?????目錄???????????0??2018-09-14?11:17??screen-capture\capture\avinclude\SDL\
?????文件????????3334??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL.h
?????文件????????1996??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_active.h
?????文件???????11499??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_audio.h
?????文件????????1015??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_byteorder.h
?????文件????????6250??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_cdrom.h
?????文件????????1519??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config.h
?????文件????????2909??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config_dreamcast.h
?????文件????????2913??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config_macos.h
?????文件????????4343??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config_macosx.h
?????文件????????2044??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config_minimal.h
?????文件????????3094??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config_nds.h
?????文件????????3776??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config_os2.h
?????文件????????3253??2018-05-23?15:11??screen-capture\capture\avinclude\SDL\SDL_config_symbian.h
............此處省略145個(gè)文件信息

評(píng)論

共有 條評(píng)論