文件名称:WpfD3D
-
所属分类:
- 标签属性:
- 上传时间:2015-09-08
-
文件大小:22.76mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
要在WPF中完美的支持YUV数据的显示,通常的解决方式是使用先把YUV数据转换成WPF可以支持的RGB数据,然后利用类似于WriteableBitmap的控件,把他展现在WPF上。这么做的主要问题是在做RGB转换的时候,需要消耗大量的CPU, 效率比较低。一种优化方式是使用FFMPEG里的SwScale或者Intel的IPP库,这些库经过了一定的优化,可以有限度的使用硬件加速。这里2为一个使用WritableBitmap的例子。-To perfect support in WPF YUV data show, the usual solution is to use the first WPF YUV data into RGB data can be supported, and then use controls similar to WriteableBitmap, and put his show on the WPF. The main problem is that in doing so make RGB conversion, consumes a lot of CPU, the efficiency is relatively low. An optimization approach is to use FFMPEG Lane SwScale or Intel' s IPP libraries that after a certain amount of optimization, can limited use hardware acceleration. 2 Here is an example of a use WritableBitmap.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WpfD3D/3rdParty/avcodec-53.dll
WpfD3D/3rdParty/avdevice-53.dll
WpfD3D/3rdParty/avfilter-2.dll
WpfD3D/3rdParty/avformat-53.dll
WpfD3D/3rdParty/avutil-51.dll
WpfD3D/3rdParty/postproc-51.dll
WpfD3D/3rdParty/SlimDX.dll
WpfD3D/3rdParty/swscale-2.dll
WpfD3D/Render.Core/D3DElement.cs
WpfD3D/Render.Core/D3DImageSource.cs
WpfD3D/Render.Core/FrameFormat.cs
WpfD3D/Render.Core/Imaging/ConverterResizer.cs
WpfD3D/Render.Core/Imaging/Cropper.cs
WpfD3D/Render.Core/Imaging/PixelAlignmentType.cs
WpfD3D/Render.Core/Imaging/PlanarImage.cs
WpfD3D/Render.Core/Imaging/SwScale.cs
WpfD3D/Render.Core/Interop.cs
WpfD3D/Render.Core/IRenderSource.cs
WpfD3D/Render.Core/Properties/AssemblyInfo.cs
WpfD3D/Render.Core/Properties/Resources.Designer.cs
WpfD3D/Render.Core/Properties/Resources.resx
WpfD3D/Render.Core/Properties/Settings.Designer.cs
WpfD3D/Render.Core/Properties/Settings.settings
WpfD3D/Render.Core/Renderer.Core.csproj
WpfD3D/Render.Core/Renderer.Core.csproj.user
WpfD3D/Render.Core/Utils.cs
WpfD3D/Render.Core/Vertex.cs
WpfD3D/Render.Core/WriteableBitmapSource.cs
WpfD3D/SampleApp/App.xaml
WpfD3D/SampleApp/App.xaml.cs
WpfD3D/SampleApp/FrameData.cs
WpfD3D/SampleApp/MainWindow.xaml
WpfD3D/SampleApp/MainWindow.xaml.cs
WpfD3D/SampleApp/Properties/AssemblyInfo.cs
WpfD3D/SampleApp/Properties/Resources.Designer.cs
WpfD3D/SampleApp/Properties/Resources.resx
WpfD3D/SampleApp/Properties/Settings.Designer.cs
WpfD3D/SampleApp/Properties/Settings.settings
WpfD3D/SampleApp/SampleApp.csproj
WpfD3D/SampleApp/SampleApp.suo
WpfD3D/SampleApp/yv12.dat
WpfD3D/WpfD3D.sln
WpfD3D/WpfD3D.suo
WpfD3D/Render.Core/Imaging
WpfD3D/Render.Core/Properties
WpfD3D/SampleApp/Properties
WpfD3D/3rdParty
WpfD3D/Render.Core
WpfD3D/SampleApp
WpfD3D
WpfD3D/3rdParty/avdevice-53.dll
WpfD3D/3rdParty/avfilter-2.dll
WpfD3D/3rdParty/avformat-53.dll
WpfD3D/3rdParty/avutil-51.dll
WpfD3D/3rdParty/postproc-51.dll
WpfD3D/3rdParty/SlimDX.dll
WpfD3D/3rdParty/swscale-2.dll
WpfD3D/Render.Core/D3DElement.cs
WpfD3D/Render.Core/D3DImageSource.cs
WpfD3D/Render.Core/FrameFormat.cs
WpfD3D/Render.Core/Imaging/ConverterResizer.cs
WpfD3D/Render.Core/Imaging/Cropper.cs
WpfD3D/Render.Core/Imaging/PixelAlignmentType.cs
WpfD3D/Render.Core/Imaging/PlanarImage.cs
WpfD3D/Render.Core/Imaging/SwScale.cs
WpfD3D/Render.Core/Interop.cs
WpfD3D/Render.Core/IRenderSource.cs
WpfD3D/Render.Core/Properties/AssemblyInfo.cs
WpfD3D/Render.Core/Properties/Resources.Designer.cs
WpfD3D/Render.Core/Properties/Resources.resx
WpfD3D/Render.Core/Properties/Settings.Designer.cs
WpfD3D/Render.Core/Properties/Settings.settings
WpfD3D/Render.Core/Renderer.Core.csproj
WpfD3D/Render.Core/Renderer.Core.csproj.user
WpfD3D/Render.Core/Utils.cs
WpfD3D/Render.Core/Vertex.cs
WpfD3D/Render.Core/WriteableBitmapSource.cs
WpfD3D/SampleApp/App.xaml
WpfD3D/SampleApp/App.xaml.cs
WpfD3D/SampleApp/FrameData.cs
WpfD3D/SampleApp/MainWindow.xaml
WpfD3D/SampleApp/MainWindow.xaml.cs
WpfD3D/SampleApp/Properties/AssemblyInfo.cs
WpfD3D/SampleApp/Properties/Resources.Designer.cs
WpfD3D/SampleApp/Properties/Resources.resx
WpfD3D/SampleApp/Properties/Settings.Designer.cs
WpfD3D/SampleApp/Properties/Settings.settings
WpfD3D/SampleApp/SampleApp.csproj
WpfD3D/SampleApp/SampleApp.suo
WpfD3D/SampleApp/yv12.dat
WpfD3D/WpfD3D.sln
WpfD3D/WpfD3D.suo
WpfD3D/Render.Core/Imaging
WpfD3D/Render.Core/Properties
WpfD3D/SampleApp/Properties
WpfD3D/3rdParty
WpfD3D/Render.Core
WpfD3D/SampleApp
WpfD3D
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.