搜索资源列表
YUV TO RGB
- 把YUV4:2 文件转换成RGB,用RGB888显示出来。注意使用时,打显卡设置成增强16位。-put YUV4 : 2:2 document conversion into RGB, with RGB888 displayed. To use, playing cards set to enhance 16.
yuv_fdct_test
- 该程序将YUV文件DCT 量化然后HUffman编码 然后再做反运算~还原成YUV文件 -the program will document YUV DCT quantization coding then HUffman then take anti-Operational ~ 10% reduction YUV documents
yuv2avi
- 这个软件是为变换从avi到yuv文件。 我希望你们的合作。 谢谢!巴巴!-this software is to transform from avi to yuv document. I hope your cooperation. Thank you! Baba!
YuvFilePlayer11
- 挺好的yuv文件播放工具,可以打开yuv文件的-very well, the paper yuv broadcast tool, you can open the document yuv
opentxt2
- 一帧图象的SDI信号读进来,然后转变成YUV文件格式 .-images of a time coming SDI signal, and then transformed into YUV file format.
YUV player
- 用来播放yuv格式的文件,如cif,qcif-used for broadcasting YUV format documents, such as the cif, qcif
YuvFilePlayer
- 查看yuv文件的软件,非常使用.可以有几种格式查看文件-View yuv document software, is the use of. There are several format can view the document
YuvPlay
- YUV 播放器,可播放YUV文件,选择不同格式的YUV序列素材-YUV Player
YuvCut
- 从YUV文件中Cut出从指定帧号到帧号的数据保存为yuv文件,非常的使用。-Cut from a YUV file from the specified frame to frame No. No. data files saved as yuv very use.
mergeYUV
- 把.Y、.V 文件合并成.YUV格式的形式,然后用mergeYUV软件查看-To. Y,. V files into. YUV format of the form, and then use software to view mergeYUV
avitoyuv
- VC++环境下,将avi文件转换为yuv文件,并播放视频-VC++ environment, will convert avi files yuv files and play video
yuv
- YUV播放器,播放YUV文件。界面简单。-YUV player
yuv-viewer
- 实现了YUV文件的读取,回放,并且可以选择播放的比例,还可以只播放Y通道-Play YUV files
yuv-play_for-LTI
- 播放YUV视频文件,能够方便地播放YUV文件-YUV player
YUV
- 可以读取YUV文件, 并显示当前帧数,总帧数,前一帧,后一帧
YUV
- 分析了YUV文件格式,看看就懂了.UV420 to RGB 原代码.-YUV file format, look to understand. UV420 to the RGB the original code.
yuv
- 用C++编写的程序,用于将YUV文件转化成为AVI文件-Using C++ programs written for the YUV fil
test_dlg(YUV)
- 使用VS2010开发,基于对话框的YUV文件显示-Use VS2010 development, display dialog-based YUV file
YuvToH264
- 通过FFMPEG,将YUV文件编码成H264文件,在用的时候,要在网上找一个YUV文件。(Through FFMPEG, the YUV file is encoded into a H264 file, and when you use it, find a YUV file on the internet.)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通