文件名称:WpfD3D
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-09-08
- 文件大小:
- 22.76mb
- 下载次数:
- 0次
- 提 供 者:
- h***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
要在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
......\........\avdevice-53.dll
......\........\avfilter-2.dll
......\........\avformat-53.dll
......\........\avutil-51.dll
......\........\postproc-51.dll
......\........\SlimDX.dll
......\........\swscale-2.dll
......\Render.Core\D3DElement.cs
......\...........\D3DImageSource.cs
......\...........\FrameFormat.cs
......\...........\Imaging\ConverterResizer.cs
......\...........\.......\Cropper.cs
......\...........\.......\PixelAlignmentType.cs
......\...........\.......\PlanarImage.cs
......\...........\.......\SwScale.cs
......\...........\Interop.cs
......\...........\IRenderSource.cs
......\...........\Properties\AssemblyInfo.cs
......\...........\..........\Resources.Designer.cs
......\...........\..........\Resources.resx
......\...........\..........\Settings.Designer.cs
......\...........\..........\Settings.settings
......\...........\Renderer.Core.csproj
......\...........\Renderer.Core.csproj.user
......\...........\Utils.cs
......\...........\Vertex.cs
......\...........\WriteableBitmapSource.cs
......\SampleApp\App.xaml
......\.........\App.xaml.cs
......\.........\FrameData.cs
......\.........\MainWindow.xaml
......\.........\MainWindow.xaml.cs
......\.........\Properties\AssemblyInfo.cs
......\.........\..........\Resources.Designer.cs
......\.........\..........\Resources.resx
......\.........\..........\Settings.Designer.cs
......\.........\..........\Settings.settings
......\.........\SampleApp.csproj
......\.........\SampleApp.suo
......\.........\yv12.dat
......\WpfD3D.sln
......\WpfD3D.suo
......\Render.Core\Imaging
......\...........\Properties
......\SampleApp\Properties
......\3rdParty
......\Render.Core
......\SampleApp
WpfD3D