首页 Soft PlugIn RAN乱 Dev开发 Info资料 English WAP 留言 登陆 注册
-
Posted by Yippee | 评论(0) | 引用(0) | 阅读103次
20080727 c# directshow des

20080727 c# directshow des
http://www.shengfang.org


CoInitialize(NULL); 
    HRESULT   hr=CoCreateInstance(CLSID_ILyric,NULL,CLSCTX_ALL, 
              IID_IILyric,reinterpret_cast<void**>(&m_pLyric/*全局指针*/)); 
    if(FAILED(hr)) 
      MessageBox(Handle,"COM   interface   initialize   fialed.","Error",MB_OK); 
    assert(m_pLyric);  


    http://topic.csdn.net/t/20060720/11/4892759.html
    directshow RenderFile 问题

    http://blog.163.com/mondeo_2008/blog/static/4965796420082195714764/
    DirectShow 媒体文件回放总结

    http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.directx.audio/2006-06/msg00077.html
    How to play sequentially several audio files with DirectShow ?

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2652748&SiteID=1
   
regsvr32 filter.ax

to uninstall

regsvr32 filter.ax /u

executed from the command line or batch file

http://www.ureader.com/msg/1462674.aspx
Trouble in playing wma file in smartphone    

http://blog.csdn.net/benny5609/archive/2008/04/27/2334036.aspx
 DirectShow非线性编辑DES剖析

 http://69.10.233.10/KB/audio-video/DirectShowMediaTrim.aspx
 
DirectShow Video and Audio Trimming
By Kovalev Maxim

How to cut off specified parts of media file using DirectShow

http://blog.5d.cn/user8/happy201/200609/315755.html
DirectShow翻译2005--3.8. 插件发布者(Plug-in Distributors)

Using DirectShow Editing Services (DES) with C#

http://www.codeguru.com/cpp/g-m/directx/article.php/c1229/
Video overlay using Microsoft DirectShow

http://www.codeproject.com/KB/ajax/AJAXVideoPlayer.aspx

Streaming over HTTP with JavaScript: AJAX video player
By Shahin__

In this article, we simulate data streaming with JavaScript and talk about its potentials to perform the tasks associated with plug-ins.

如果是电脑上放的内容通过显卡的TV   OUT输出到电视的话(类似VOD系统), 
  
  可以做一个窗体,并用API函数SetWindowpos设置为OnTop,再在窗体上写你想写 
  
  的内容或图像,然后用Windows2K后的一个新函数SetLayeredWindowAttributes 
  
  调整窗体的透明度就行了,如果你想只显示文字,也可以先把文字写到一个HDC上 
  
  比如PictureBox,再用SetWindowRGN来对窗体进行裁剪... 
  
  SetWindowPos   和   SetLayeredWindowAttributes的用法  

  http://code.msdn.microsoft.com/SimplePlayer/Release/ProjectReleases.aspx?ReleaseId=851
  Simple DirectShow Player for Windows Mobile


字体:


Permanant URI永久地址 http://www.shengfang.org/blog/p/20080727cdirectshowdes.php
Trackback URI引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1237103726

2009年3月15日15:55星期日  [Info资料] 追踪此文的RSS
提示:
此文还没有评论。

称呼:    登陆   注册
   不注册,但记住我的信息
邮件:
(非必须)
评论: [UBB代码帮助]
粗体 斜体 下划线 链接 水平线 引用



验证码: 请输入你看见的数字
关闭UBB      提交时自动将内容复制到剪贴板

公告
Fire and Motion!

统计信息
[Yippee]||[统计]||日志:1887
在线: 22||用户: 2579 [列表]
今日:653||到访:2931371
Rss:||评论:1609

最新日志

最新评论

友情链接

日历
2008 - 08
     12
3456789
10111213141516
17181920212223
24252627282930
31      

最新引用

搜索

归档

杂项
Get RSS Feed (Version 2.0)
Get Atom Feed (Version 0.3)
编码:  UTF-8