• 大小: 7.61M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 摄像头  视频  C#  录制  

资源简介

项目中 引用的 视频相关dll为 傲瑞相关组件,最近有用户反馈dll已过期,如需相关功能,请购买相关授权,官网:http://www.oraycn.com/

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using ESBasic;
using Oraycn.MCapture;
using Oraycn.MFile;

namespace Oraycn.RecordDemo
{
    /*
    * 本demo采用的是 语音视频采集组件MCapture 和 语音视频录制组件MFile 的免费版本。若想获取MCapture、MFile的其它版本,请联系 www.oraycn.com 。
    * 
    */
    public partial class Form1 : Form
    {
        private ICapturer audioCapturer;
        private ICapturer videoCapturer;
        private VideoFileMaker videoFileMaker;

        public Form1()
        {
            InitializeComponent();
            this.comboBox1.SelectedIndex = 0;
            this.comboBox2.SelectedIndex = 0;

            Oraycn.MCapture.GlobalUtil.SetAuthorizedUser(“Fre

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        117  2014-12-29 20:01  Oraycn.RecordDemo\app.config

     文件   13496832  2012-12-06 15:38  Oraycn.RecordDemo\bin\Debug\avcodec-53.dll

     文件     349696  2012-12-06 15:37  Oraycn.RecordDemo\bin\Debug\avdevice-53.dll

     文件     890880  2012-12-06 15:37  Oraycn.RecordDemo\bin\Debug\avfilter-2.dll

     文件    2462208  2012-12-06 15:38  Oraycn.RecordDemo\bin\Debug\avformat-53.dll

     文件     137728  2012-12-06 15:37  Oraycn.RecordDemo\bin\Debug\avutil-51.dll

     文件     398336  2015-05-27 17:24  Oraycn.RecordDemo\bin\Debug\ESBasic.dll

     文件     199352  2014-11-13 17:57  Oraycn.RecordDemo\bin\Debug\ESBasic.xml

     文件     142336  2015-06-01 10:14  Oraycn.RecordDemo\bin\Debug\OMFile.dll

     文件    1164800  2015-06-01 09:33  Oraycn.RecordDemo\bin\Debug\Oraycn.MCapture.dll

     文件    1017952  2015-06-01 09:32  Oraycn.RecordDemo\bin\Debug\Oraycn.MCapture.xml

     文件     118272  2015-06-01 10:14  Oraycn.RecordDemo\bin\Debug\Oraycn.MFile.dll

     文件      17045  2014-12-25 11:36  Oraycn.RecordDemo\bin\Debug\Oraycn.MFile.xml

     文件      14848  2015-06-01 10:31  Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.exe

     文件        117  2014-12-29 20:01  Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.exe.config

     文件      24064  2015-06-01 10:31  Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.pdb

     文件      11608  2015-06-01 09:46  Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe

     文件        117  2014-12-29 20:01  Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe.config

     文件        490  2010-03-17 22:39  Oraycn.RecordDemo\bin\Debug\Oraycn.RecordDemo.vshost.exe.manifest

     文件     296960  2012-12-06 15:37  Oraycn.RecordDemo\bin\Debug\swscale-2.dll

     文件     398336  2015-05-27 17:24  Oraycn.RecordDemo\dlls\ESBasic.dll

     文件     199352  2014-11-13 17:57  Oraycn.RecordDemo\dlls\ESBasic.xml

     文件     142336  2015-06-01 10:14  Oraycn.RecordDemo\dlls\OMFile.dll

     文件    1164800  2015-06-01 09:33  Oraycn.RecordDemo\dlls\Oraycn.MCapture.dll

     文件    1017952  2015-06-01 09:32  Oraycn.RecordDemo\dlls\Oraycn.MCapture.xml

     文件     118272  2015-06-01 10:14  Oraycn.RecordDemo\dlls\Oraycn.MFile.dll

     文件      17045  2014-12-25 11:36  Oraycn.RecordDemo\dlls\Oraycn.MFile.xml

     文件       6355  2015-01-06 15:52  Oraycn.RecordDemo\Form1.cs

     文件      11154  2015-01-06 15:52  Oraycn.RecordDemo\Form1.Designer.cs

     文件       5817  2015-01-06 15:52  Oraycn.RecordDemo\Form1.resx

............此处省略42个文件信息

评论

共有 条评论