mp4/mpeg4 文件格式分析
mp4文件格式
MP4文件格式中,所有的内容存在一个称为movie的容器中。一个movie可以由多个tracks组成。每个track就是一个随时间变化的媒体序列,例如,视频帧序列。track里的每个时间单位是一个sample,它可以是一帧视频,或者音频。sample按照时间顺序排列。注意,一帧音频可以分解成多个音频sample,所以音频一般用sample作为单位,而不用帧。MP4文件格式的定义里面,用sample这个单词表示一个时间帧或者数据单元。每个track会有一个或者多个sample descriptions。track里面的每个sample通过引用关联到一个sample description。这个sample descriptions定义了怎样解码这个sample,例如使用的压缩算法。
mp4文件格式.doc
MP4文件格式中,所有的内容存在一个称为movie的容器中。一个movie可以由多个tracks组成。每个track就是一个随时间变化的媒体序列,例如,视频帧序列。track里的每个时间单位是一个sample,它可以是一帧视频,或者音频。sample按照时间顺序排列。注意,一帧音频可以分解成多个音频sample,所以音频一般用sample作为单位,而不用帧。MP4文件格式的定义里面,用sample这个单词表示一个时间帧或者数据单元。每个track会有一个或者多个sample descriptions。track里面的每个sample通过引用关联到一个sample description。这个sample descriptions定义了怎样解码这个sample,例如使用的压缩算法。
FilterImageGrabber.rar
FilterImageGrabber.rar
GraphEdit
GraphEdit driectshow
捕捉屏幕 vc 方便
捕捉屏幕 asf directshow
捕捉屏幕 asf directshow
DirectXCapture_demo.zip
---------------------------------------------------------------------
DirectX.Capture
A .NET class library for video and audio capture to AVI files.
Demo:
If you downloaded the demo application run:
CaptureTest\bin\Release\CaptureTest.exe
Project Layout:
\DShowNET\ The DirectShow interop layer. The compiled
DShowNET must be in the same folder as
DirectX.Capture.dll. When you add a reference
to DirectX.Capture, VisualStudio.NET should
automatically copy this dll as well.
\DirectX.Capture\ The class library. To use in your own project,
add a reference to this project or the compiled dll.
\CaptureTest\ The sample app. Demonstrates the class library.
\DirectX.Capture.sln A VisualStudio.NET solution containing the above
three projects. Should be ready to run.
\DirectX.Capture.chm Documentation and examples on using this
class library
Copyright (c) 2003 Brian Low
---------------------------------------------------------------------
AVCap.rarAVCap.rar
AVCap.rar采集捕捉的号程序AVCap.rar