搜索资源列表
YuvJoin.rar
- 合并两个YUV文件的工具,对于开发视频编解码开发的同志非常的使用。,Merger of the two YUV files tools, for the development of video codec developed by the use of very comrades.
YuvField.rar
- 从YUV420文件中抽出奇偶场保存为YUV文件,对开发Deinterlace等算法很有用,YUV420 extract from the document saved as YUV parity field documents, such as deinterlace on the development of useful algorithms
YUVSaveBmp.rar
- YUV数据直接转化为bmp文件,使用c语言定义。使用与多种平台,YUV data save to bmp file
YuvPlay
- YUV 播放器,可播放YUV文件,选择不同格式的YUV序列素材-YUV Player
YUVtoAVI
- 用C++编写的程序,用于将YUV文件转化成为AVI文件,包含界面设计-Using C++ programs written for the YUV file transformed into AVI files, including interface design
ConCapture
- 使用vfw将USB摄像头拍摄的画面保存成yuv420格式文件-Vfw to use USB camera to save the screen shot into yuv420 format file
YUVviewer_src
- 此工程打开yuv文件,在视频编解码中,可以观察解码器解码后的YUV文件是否正确。-err
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
MyYUViewer
- 该代码提供了连续的YUV文件的读写,代码可以很好的运行。-The code provide a method to play YUV files.
yuvtranscode
- yuv视频文件转换为其他各种常见视频格式-yuv video file is converted to other common video formats
75448182YuvViewer
- 可以播放yuv文件的播放器,很好用的哦,直接编译运行就可以了-Can play yuv file player, a good used Oh, you can run directly to compile the
mplayer1
- 在linux上的一款开源功能强大的播放器 可支持MP3 MP4 AVI qt等许多格式的文件-In linux on an open source powerful player that supports MP3 MP4 AVI qt and many other file formats
mpeg1-decode_lm2
- 本工程用c++实现mpeg1的解码,工程运行后就可以由文件夹中的mpg生成yuv文件-This project with c++ implementation mpeg1 decoding, run after the project folder can be generated in the yuv file mpg
YUVReader
- 实现了播放YUV文件,选择Y U V三个通道进行播放,但单独播放色差通道没有太大的意义-To achieve a play YUV files, select YUV three channels to play, but single player does not make much sense color channel
yuv-play_for-LTI
- 播放YUV视频文件,能够方便地播放YUV文件-YUV player
YUV
- 可以读取YUV文件, 并显示当前帧数,总帧数,前一帧,后一帧
yuv
- 用C++编写的程序,用于将YUV文件转化成为AVI文件-Using C++ programs written for the YUV fil
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通