搜索资源列表
h264_cabac
- The Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG are finalising a new standard for the coding (compression) of natural video images. The new standard [1] will be known as H.264 and also MPEG-4 Part 10, “Advanced Video Coding”. The standa
xiangling
- 编写一个中断处理程序,在主程序运行过程中,每隔10秒响铃一次,同时在屏幕右上角开窗口显示信息“The bell is ring!” 以及时、分、秒。-prepared an interrupt handling procedures, the main program process, beep every 10 seconds once, in the upper right open window screen display information, "The bell is r
mpg321-0.2.10.tar
- 一个mp3解码程序-an MP3 decoding procedures
h264_interpred
- H.264 / Advanced Video Coding (AVC) is an industry standard for video compression. It is also known as MPEG-4 Part 10 and is a successor to earlier standards such as MPEG-2 and MPEG-4.
PW_6.0_video
- 安装: 6.0用户安装方法: 1、下载解压至hack目录下; 2、至后台安装视频中心插件,安装成功! 修正: 1、修正了firefox不能正常显示的问题; 2、修正了不能翻页,只能显示10条的问题。 增加: 1、增加了搜索功能-Installation: 6.0 User installation method: 1, download directory decompression to hack 2, to the background plug
rfc3984h.264
- This memo describes an RTP Payload format for the ITU-T Recommendation H.264 video codec and the technically identical ISO/IEC International Standard 14496-10 video codec. The RTP payload format allows for packetization of one or more Network Abs
bass24
- BASS is an audio library for use in Windows and Mac OSX software. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via add-ons), MOD music (XM, IT, S3M, MOD, MT
MyRecord
- Compared to my previous tutorial on recording voice using SAPI, this application records your voice through a microphone and saves it to a temporary file after you speak for 10 seconds. Just wait for my next tutorial which will record your voice
Rfc3984
- Abstract This memo describes an RTP Payload format for the ITU-T Recommendation H.264 video codec and the technically identical ISO/IEC International Standard 14496-10 video codec. The RTP payload format allows for packetization of one
gst-rtsp-0.10.7
- GstRTSP 类似RTSP的流媒体源码,在嵌入式开发环境中使用广泛,GSTreamer-GstRTSP is an RTSP server built on top of GStreamer (http://gstreamer.net). Currently there is no configuration tools for this server so any streamed files need to be hardcoded into the file: src
FFmpeg_13
- 这是一个使用FFMpeg的示例程序,使用的是13版的库文件,实现了从一个任意格式的视频读入。进行解码,每隔10帧取一帧进行编码,最后存储成任意格式的输出文件,默认的输入文件名为 video.mp4 ,输出文件名为 out.avi ,需要自己在工程目录下添加输入视频。-This is an example of the use of FFMpeg program, using a version of the 13 library files, and a video in any format
classBase
- 试完成类Sub1和Sub2的定义和操作的实现代码,使之能符合下面程序及在注释中描述的运行结果的要求-main(){Sub1 s1(1000, This is an object of Sub1 ) Sub2 s2(2000, 10) s1.printOn() // 此时显示出: < 1000: This is an object of Sub1> s2.printOn() // 此时显示出: < 10 and 2000> }