搜索资源列表
SRC
- “流媒体计费系统”如何编译: 1、 安装realSDK。 把shareware\\RealSystem\\RealSDK\\ rsg2sdk_r4.zip解开放到c:\\realSDK目录下。 2、 给VC.NET添加包括头文件的路径 在VC.NET中添加RealSDK的头文件路径。 3、 编译 直接点击编译完成对整个项目的编译。-"Streaming Media Billing System," how to build : an installation realSDK.
MPEG4解码系统
- (1)本程序可在Windows 2000、Visual C++ 6.0和DirectX 8.0 环境下编译通过。 (2)编译时直接打开//DECORE/BUILD目录下的DECORE.DSW文件。-1) This program can be built on Windows 2000, Visual C++ 6.0 and DirectX 8.0. 2) While compiling, you can directly open the file DECORE.DSW in the dire
VidRead.tar
- Video Reading Code for Matlab. This some C++ and mex code written as a Matlab wrapper around the ffmpeg video reading libraries. It should compile under Windows and Linux. (The Windows compilation requires mingw gcc. Extact installation instructions
common-1.2.14
- rtp 库 * FILE INFO: * project: RTP_lib * file: RTP.c
jm10.2.zip H.264编解码器
- H.264编解码器,是visual c++的工程文件。,H.264 codec is a visual c++ The project file.
3gpp.rar
- 3GP文件结构解析原理 以及解码C++程序,3GP file structure analysis as well as decoding C++ program
avc2avi.rar
- 该程序包提供了"***.264"格式的文件转换为"***.avi"格式视频的源代码。 "***.264"是未经封装的H.264格式的视频文件,经过该程序添加avi封装后,形成"***.avi"格式的视频文件,从而可以用普通的播放器进行播放。 通过该源代码还可以学习到avi格式封装的实现方法。 该程序开发语言是C++,开发环境是VS。,The package provides a "***. 264" format files into the "***. avi" format video so
Mpeg2Dec
- TS文件(mpeg2)文件播放器,c/c++语言实现,编译后即可运行.-TS Stream file(mpeg2) player,use c/c++ language complete,you can compile it use vc++6 and later compiler.
MEBMA
- MEBMA (Motion Estimation (ME) Block Matching algorithm) compute various complexity and distortion parameters for given movie (.mat format) in either HBMA (multy resolution) or EBMA (full search) Block Matching algorithms The function produce output
MPEG4encode
- (1)本程序可在Windows 2000、Visual C++6.0 环境下编译通过。 (2)源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。 (3)运行时打开//encore/build/目录下的encore.dsw文件。-(1) This procedure can be Windows 2000, Visual C++6.0 environment compiled through. (2) is a
avifm
- 实现c语言的avi文件保存。开发系统为嵌入式。修改可用于其他平台-The realization of c language avi file. For embedded system development. Modification can be used for other platforms
rpl.tar
- /* * ARMovie/RPL demuxer * Copyright (c) 2007 Christian Ohm, 2008 Eli Friedman * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ
Ginet2000VOD
- 使用须知: 请运行SETUP.EXE进行本软件的安装,本软件自动安装到C:\ginet2000\;同时安装到该目录的文件夹有C:\ginet2000\data数据库目录、C:\ginet2000\singer\歌星图片目录 其中C:\ginet2000\setpara.ini文件保存了系统运行的必需环境: [title] closewindows= 09999999 关机密码 alarmfile= c:\alarm.dat 报警文件路径 netplay=1
mxf
- /* * MXF demuxer. * Copyright (c) 2006 SmartJog S.A., Baptiste Coudurier <baptiste dot coudurier at smartjog dot com>. * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it
FLVtoMPEG4Source
- 将FLV格式文件转换成MPEG4格式文件c语言源程序-.FLV file convert to .MPEG4 file
TSPreader
- 简单的TS流分析文件c语言代码实现visual c++环境下编写-Simple TS flow analysis file
rtspserver
- 通过C语言搭建的RTSP服务器源码,在linux中运行,客户端通过VLC播放器播放网络串流播放264格式的视频文件,附带详细搭建介绍文档。-The C language source code to build the RTSP server, running in linux client network through the VLC player to play streaming video file format 264
JM19
- this file is a set of c++ source code for JM software. this software is useful for h.264 simulation proce-this file is a set of c++ source code for JM software. this software is useful for h.264 simulation process
RTSP_HK
- Visual C++6.0 开发;结合海康实现rtsp协议。包含文件服务端-Visual C++6.0 development to combination Haikang rtsp protocol. Contains the file server
segmenter
- 基于ffmpeg工程实现将h264原始帧视频文件转换为ts视频格式文件,linux平台C代码,稍加修改就可以用于windows平台和C++。-Based on ffmpeg, rtansform h264 vedio to ts stream format file,for linux plat,