【问题标题】:Using ffmpeg in microsoft Visual studio ( 2008 )在 microsoft Visual Studio ( 2008 ) 中使用 ffmpeg
【发布时间】:2010-12-17 10:54:02
【问题描述】:

如何在我的 Microsoft VS 中使用 ffmpeg 函数?我知道我必须使用 MSYS 和 MingGW,但是有任何文件显示这些步骤。

【问题讨论】:

    标签: .net visual-c++ ffmpeg


    【解决方案1】:

    如果您打算从您的 C++ 应用程序中使用,您可以使用已经预构建的二进制文件快速启动。看看描述细节的问题:Use FFmpeg in Visual Studio

    但是,您将问题标记为 ,所以我想您可能更喜欢 .NET 包装器:Solid FFmpeg wrapper for C#/.NET

    【讨论】:

      【解决方案2】:

      FFmpeg Documentation - Windows:

      4. Windows
      
          4.1 Native Windows compilation using MinGW or MinGW-w64
          4.2 Microsoft Visual C++
              4.2.1 Linking to FFmpeg with Microsoft Visual C++
          4.3 Cross compilation for Windows with Linux
          4.4 Compilation under Cygwin
          4.5 Crosscompilation for Windows under Cygwin
      

      【讨论】:

        【解决方案3】:

        无法使用 MSVC 构建 ffmpeg,但可以构建链接 FFmpeg 方法的 MSVC 程序。详情请看这里:

        http://ffmpeg.arrozcru.org/wiki/index.php?title=MSVC

        【讨论】:

        • “这里什么都没有了!这个页面已经过时了,它的内容被删除了,以防止人们在上面浪费时间。”
        猜你喜欢
        • 1970-01-01
        • 2012-07-26
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多