搜索资源列表
camera
- 视频采集压缩,使用V4L2、X264 有很好的学习价值,较适合与初学者-V4L2 X264
x264-2012_my
- 在原先的X264软件的基础上进行了编码方式的调整,经过测试相对于当前的X264效率更高,占用内存更小;-Original X264 software based on the adjustment of the encoding phase tested for the X264 efficient, take up memory smaller
last_x264
- x264编码最新版本,增加了很多新的特征,如能编4路1080p-The latest version x264 encoding;Achieves dramatic performance, encoding 4 or more 1080p streams in realtime on a single consumer-level computer.
为mini2440 Linux编译的X264用于H264编码
- 里面包括一个X264源码包,和一个为ARM编译好的包,里面libx264.a静态链接库很重要
av_x264.tar
- 代码实现从usb摄像头实时捕获数据,然后用x264库进行软编码,在通过tutk的av通道实现视频流的实时传输。在linux下用交叉编译器可顺利编译通过,下载到arm开发板上即可执行。-Code to achieve capture data the USB camera in real time, and then the soft code with the x264 library, in real-time transmission through AV channel tutk vid