CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - DirectShow B
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - DirectShow B - List
[
DirextX
]
Turkay_Tv
DL : 0
The DirectShow TV tuning architecture is based on pre-defined frequency tables, and the TV Tuner filter (kstvtune.ax) has an internal list of frequency tables. Each frequency table contains a list of frequencies, and corresponds to the broadcast or cable frequencies for a given country/region. So, when you use the IAMTuner interface, it gets the channel frequency values from the internal frequency tables according to the selected country/ region and tunes the TV channels.-The DirectShow TV tuning architecture is b Ha'ased on pre-defined frequency tables, and the TV Tuner filter (kstvtune.ax) has an int ernal list of frequency tables. Each frequency table contains a list of frequencies, and corresponds to the broadcast or cable frequ encies for a given country / region. So, when you use the IAMTuner interface, it gets the channel frequency values from the in ternal frequency tables according to the selec ted country / region and tunes the TV channels.
Date
: 2008-10-13
Size
: 813.64kb
User
:
lampson
[
Other
]
DirectShow
DL : 0
计算机彩色显示器显示色彩的原理与彩色电视机一样,都是采用R(Red)、G(Green)、B(Blue)相加混色的原理:
Date
: 2008-10-13
Size
: 85.21kb
User
:
qinjia
[
DirextX
]
DirectShow_BDA
DL : 0
此代码是基于DirectShow的数字电视接收器。-this code is based on DirectShow digital TV receiver.
Date
: 2025-07-02
Size
: 101kb
User
:
文视频
[
DirextX
]
Turkay_Tv
DL : 0
The DirectShow TV tuning architecture is based on pre-defined frequency tables, and the TV Tuner filter (kstvtune.ax) has an internal list of frequency tables. Each frequency table contains a list of frequencies, and corresponds to the broadcast or cable frequencies for a given country/region. So, when you use the IAMTuner interface, it gets the channel frequency values from the internal frequency tables according to the selected country/ region and tunes the TV channels.-The DirectShow TV tuning architecture is b Ha'ased on pre-defined frequency tables, and the TV Tuner filter (kstvtune.ax) has an int ernal list of frequency tables. Each frequency table contains a list of frequencies, and corresponds to the broadcast or cable frequ encies for a given country/region. So, when you use the IAMTuner interface, it gets the channel frequency values from the in ternal frequency tables according to the selec ted country/region and tunes the TV channels.
Date
: 2025-07-02
Size
: 813kb
User
:
lampson
[
DirextX
]
DigitalDevEnumer
DL : 0
数字电视卡枚举组建!!可以枚举电脑上所有的数字电视设备!(ATSC.DVB), 并按类别分离出来, 使用方便简单!!是数字电视开发中一个很实用的组建-digital TV card enumeration form! ! Enumerate all the computer equipment Digital TV! (ATSC.DV B), together with a separate category, and easy to use simple! ! Digital TV is developing a very practical form! !
Date
: 2025-07-02
Size
: 54kb
User
:
liuqiuwei
[
Video Capture
]
AVIConverter
DL : 0
DirectShow转换Avi到Bmp每桢一张bmp,自定义类合成Bmp为Avi 各种参数可以调节,visual studio 2005实现,MFC 对话框框架-DirectShow conversion to a Bmp every Lo bmp, Since the class definition for Avi Bmp synthesis parameters can be adjusted. achieve visual studio 2005, MFC dialog framework
Date
: 2025-07-02
Size
: 257kb
User
:
杨柳
[
Other
]
DirectShow
DL : 0
计算机彩色显示器显示色彩的原理与彩色电视机一样,都是采用R(Red)、G(Green)、B(Blue)相加混色的原理:-Computer color monitors display colors the same principle with the color, use the R (Red), G (Green), B (Blue) the sum of blending the principles of:
Date
: 2025-07-02
Size
: 85kb
User
:
qinjia
[
Video Capture
]
FrameseriesGrabber
DL : 0
利用微软提供的directshow从视屏流中每隔0.3秒连续抓取图像帧,并自动按顺序保存成BMP格式。-The use of Microsoft DirectShow stream from the screen every 0.3 seconds for crawling image frame, and automatically in order to preserve into BMP format.
Date
: 2025-07-02
Size
: 3.9mb
User
:
zhangchuanbin
[
File Format
]
dxVideo
DL : 0
This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Date
: 2025-07-02
Size
: 17kb
User
:
marwa
[
Windows Develop
]
bcb_OpenCV_test
DL : 0
BCB6下使用OpenCV,用DirectShow采集视频,帧率提高到30帧左右,新建线程播放视频,抛弃OpenCV自带GUI窗体,不使用cvWaitKey函数-BCB6 use OpenCV, with the DirectShow capture video frame rate up to 30 or so, the new thread to play video, discard OpenCV own GUI form, do not use cvWaitKey function
Date
: 2025-07-02
Size
: 871kb
User
:
ma
[
Multimedia Develop
]
icuuc34
DL : 0
123 wqer dfsvcxl;kweroi spdoifwl;; 'b.fdgertoigd'lkfg pi[eiort 'dkfg
Date
: 2025-07-02
Size
: 286kb
User
:
nytlenc
[
Delphi VCL
]
时尚欧美风图文排版PPT模板
DL : 0
A美国人是医生。 2)E和俄罗斯人是技师。 3)C和德国人是技师。 4)B和f曾经当过兵,而德国人从未参过军。好(A American is a doctor. 2) E and the Russians are technicians. 3) C and the Germans are technicians. 4) B and f had been a soldier, and the Germans never joined the army. good)
Date
: 2025-07-02
Size
: 21.33mb
User
:
出时代
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.