# cef-binary包含h264h265解码 **Repository Path**: suzj801/cef-binary ## Basic Information - **Project Name**: cef-binary包含h264h265解码 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: cef/120.0.6099.234 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-11 - **Last Updated**: 2025-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build status](https://ci.appveyor.com/api/projects/status/ggd063qksg6o29i5/branch/master?svg=true)](https://ci.appveyor.com/project/cefsharp/cef-binary/branch/master) # cefglue/cefsharp可用的cef库(仅限windows) 官方编译的cef不支持h264、h265视频解码,该库中的cef_binary已经生成好,只需要打包nupkg即可在.net中使用 如果从头编译可参考: https://magpcss.org/ceforum/viewtopic.php?f=6&t=13515&start=50#p38769 需要配合代理环境使用, 大约110G+ 也可使用前人编译好的: https://zhuanlan.zhihu.com/p/694014974 由于仓库的100m限制,需要将压缩包下载至当前的binary_distrib目录(地址: https://pan.baidu.com/s/1-b5vUXMPLq3n3HGXNnpSFA?pwd=85gd) # README This repository contains a build script that compiles and packages the Chromium Embedded Framework (CEF) binary distribution files for Windows, found at https://cef-builds.spotifycdn.com/index.html To make it work properly for developers on VS2019 or VS2022 wanting to develop [CefSharp](http://github.com/cefsharp/CefSharp), we need to compile `libcef_dll_wrapper` for ([dynamic linking](https://bitbucket.org/chromiumembedded/cef/wiki/LinkingDifferentRunTimeLibraries)). The modifications allow us to: - Re-package and distribute CEF `.dll` and `.pak` files in a piecemeal fashion using http://nuget.org (this is useful for both [Xilium.CefGlue](https://gitlab.com/xiliumhq/chromiumembedded/cefglue) and CefSharp developers and users alike) - Build `libcef_dll_wrapper.lib`s as mentioned above for [CefSharp](http://github.com/cefsharp/CefSharp) The CEF Readme.txt file is now included as part of the Nuget packages. # License The code is licensed under the same license as the Chromium Embeddded Framework, i.e. the "new BSD" license. The full CEF license text can be found here: [LICENSE.txt](https://bitbucket.org/chromiumembedded/cef/src/master/LICENSE.txt). Additionally, don't forget to view `chrome://credits/` for additional licences used by Chromium.