搜索资源列表
avi视频转换为bmp(C++代码)
- 是原创的C++代码,可以将一个avi视频转换成bmp图像输出
mpeg4
- 显示前一定要存储于视频解码器的重新排序缓存器中,经过延迟(重新排序)后再显示,一定要分别标明PTS和DTS。例如,解码器输入的图像帧次序为I1P4B2B3P7B5B6I10B8B9,依解码器输出的帧次序,应该P4比B2、B3在先,但显示时P4一定要比B2、B3在后,即P4要在提前插入数据流中的时间标志指引下,经过缓存器重新排序,以重建编码前视频帧次序I1B2B3P4B5B6P7B8B9I10。显然,PTS/DTS标志表明对确定事件或确定信息解
Jackarain-avplayer-b4b3687
- 网上收集的一个不错的播放器代码。实现了3套视频渲染输出d3d, ddraw, opengl-Internet to collect a good player code. 3 sets of video rendering output d3d, ddraw, opengl
Video_kouxiang
- 视频抠像的演示。其中Ball是由SDK的一个例子修改而来,增加了 属性页,可以定制输出图像的尺寸,注意Filter的注册名改为“Bouncing Ball plus”;FilterVideoKeyer是一个实现了抠像叠加的Filter,这个Filter有两个 输入Pin,一个输出Pin,Filter的注册名为“HQ Video Keyer”。-Demo video keying. Ball SDK which is modified from an example, an incr
HIKServerTest
- 通过重写mediastreamsource类实现对YUV视频的渲染输出;包含客户端及服务端两部分;-Achieve the YUV video rendering output by overriding mediastreamsource class including client and server in two parts
Windows-Phone-7-Media
- 在WP7(稍作修改也可运行于WP8平台)集成FM收音机、照相机及调用meidaelement,mediaplayer进行视频输出的例子,学习WP应用的好例子;-In WP7 (slight modifications can also run on WP8 platform) integrated FM radio, camera and call meidaelement, mediaplayer for video output examples, learn a good example
MPEGWriter
- 视频输出保存类的源代码,可以保存成mpg格式视频,非常好用-A good source code for mpg video writer.
ppt2wmv
- ppt、pptx、pps文件转换为WMV视频文件,转换输出720P视频,完整PPT动画支持。-ppt、pptx、pps convert 2 wmv video,video is 720P.
SDL_TTF_Overlay_Text
- 这是关于SDL中使用TTF库的测试程序,可以实现在视频上叠加文字进行输出。-This is about the use of TTF library STL test program, the text can be superimposed on the video output.
simplest_ffmpeg_helloworld
- 一个基于ffmpeg的hello world示例,用于输出视频媒体信息和检测vs是否对ffmpeg配置成功-ffmpeg hello world