搜索资源列表
vlc-0.8.1.tar
- 法国巴黎大学提供的开源项目。该软件的设计目标为: 1.多媒体音视频播放器,能识别几乎所有的媒体文件格式:mpeg1,mpeg2,mpeg4等等(realplay的格式无法识别); 2.作为网络传输音视频流媒体的客户端和服务器端,已经实现了rtsp,rtp以及unicast和multicast等各个流媒体功能; 3.跨平台。现在已经支持的平台有:windows,unix,linux,MAC OS X,BeOS,QNX等等操作系统; 我在该项目上花了不少时间,如果遇到了问题可以来问我!zhong_c
vlcplaytest
- 一个简单的调用VLC的DLL文件进行二次开发的例子,完成视频的播放,录像功能。 使用VS2005编辑,VLC版本使用1.0.3,使用时将VLC下的plugins文件夹拷贝到DEBUG文件夹下即可。-A simple call to the DLL file VLC examples of secondary development, the completion of video playback and video functionality. Use VS2005 editor, VL
vlc-1.0.3-win32
- VLC视频播放器,实现流文件的发送。播放形式简单,但功能强大,可自主完善。-VLC video player to achieve flow of documents to send. Play is simple, but powerful, self-improving.
Linux-tips.pdf
- this document contains the tips and trick for UBUNTU 8.10. It deceibes the following procedures and tips used for Ubuntu 8.10: 1.Procedure to create and login as root from GUI page no. 2 2.Procedure to install ns 2 in ubuntu 8.10 page no.
vlc-1.3.0
- 这是vlc官方目前最新源码的win32编译api, 并且加入了录像接口record,还有在ubuntu下的编译步骤方法等文档。-This is the latest VLC official source win32 compiler API, and joined the video interface record, and in the compilation of the ubuntu method under steps document.
vlc-iOS-2.1.3.tar
- c++ vlc file not finding abra kadabra image
3
- ffmpeg通过dshow驱动摄像头拍摄视频,并将视频转为h264格式,再添加到rtp流中。运行后生成*.sdp文件,拖入vlc播放器可以查看。运行时请将lib与include文件放到c盘下。本机环境为win8.1(x64) vs2013(x86)-ffmpeg dshow driven by the camera to shoot video, and video into h264 format, add it rtp stream. After running the generated*
mp3
- it is mp3 MPEg2 Video Encoder, Only I frames currently encoded. The encoded files can be played using any player i used vlc player. As usual some 1. Use one test.avi file, preferrable 128 x 128 size, you can download http://support.microso
RTSPTool
- 1:此示例只是用来显示视频流,并没有处理存储视频及回放视频功能. 2:在打开项目后务必将构建里面的影子构建(Shadow build)取消. 3:实时显示视频,视频响应速度比VLC,QTAV等播放器快很多倍. 4:精简代码,在windows下是可以完整编译通过并运行的.linux下要将对应ffmpeg库文件替换. 5:支持三通道同步显示一个视频流,可以单击截图按钮截图放在最后一个通道. 6: 支持单个通道双击最大化显示. 7:代码处理并不够完整,还有很多需要优化的地方.
cam_x264_v2.0
- 1.摄像头通过V4L2采集yuyv格式图像数据 2.yuyv转yuv420p格式 3.yuv420p通过x264编码压缩为h264码流 4.将h264码流通过tcp传输到显示端 5.显示端接收h264码流,并保存为本地文件,程序运行结束后可通过VLC播放器直接打开xxxx.h264文件进行播放(1. Camera collects image data in Yuyv format by V4L2. Yuyv converts to Yuv420p format. Yuv420p is comp