Description: 播放yuv檔的 程式~~~大家可以 參考看看 不錯用-Yuv file player program ~ ~ ~ everyone can refer to see a good use Platform: |
Size: 70656 |
Author:陳仲維 |
Hits:
Description: YUV播放工具,功能强大。可以支持多种格式的YUV文件播放,并可以进行YUV分析。-YUV player tools and powerful. Can support multiple formats of YUV file playback, and analysis can be YUV. Platform: |
Size: 2354176 |
Author:龙川 |
Hits:
Description: 播放YUV文件,可以通过设置播放常见的GIF等格式的序列,也可自定义播放文件的分辨率。-YUV file player, you can play by setting a common format such as GIF sequence, but also play the file can be customized resolution. Platform: |
Size: 33792 |
Author:郑斌 |
Hits:
Description: YUV播放工具,功能强大。可以支持多种格式的YUV文件播放,并可以进行YUV分析。-YUV player tools and powerful. Can support multiple formats of YUV file playback, and analysis can be YUV. Platform: |
Size: 6222848 |
Author:yf |
Hits:
Description: yuv格式文件的浏览工具。可以直接播放yuv格式的文件,一般的播放器如realone和winplayer不能播放。-yuv format browser tools. Yuv format can directly play the files, in general, such as RealOne Player and should not winplayer player. Platform: |
Size: 2675712 |
Author:磊子 |
Hits:
Description: 一个非常好用的YUV播放器,将文件读出后,转换为RGB图像并显示出来。-YUV a very nice player, a file read, converted to RGB image and displayed. Platform: |
Size: 600064 |
Author:xjy |
Hits:
Description: 可以播放yuv文件的播放器,很好用的哦,直接编译运行就可以了-Can play yuv file player, a good used Oh, you can run directly to compile the Platform: |
Size: 31744 |
Author:孙帅 |
Hits:
Description: ffmpeg_decode_vc1_very_good_dll.rar:
This Visual Studio 2008 project will decode a VC1 elementary stream file using FFMPEG Dynamic libraries and store the decoded
stream in a .YUV file in 4:2:0 planar format.
This can be used as a decoding module for a player. Platform: |
Size: 4993024 |
Author:malikcis |
Hits:
Description: Video Compression using Content-Based Motion Compensation
---------------------------------------------------------
This demo Requires MATLAB (and the Image Processing Toolbox)
Tested on MATLAB 7.0 (R14).
Run one of the following three MATLAB scripts:
* DemoEncodeCrowd (encodes some frames from the "crowd" sequence)
* DemoDecodeCrowd (decodes the previously encoded frames)
* DemoDecode (generic decoder)
Note that the encoding script can be modified so that the user can specify the values of a number of input variables.
This code is VERY SLOW. A lot could be done to speed it up!
In MS-Windows, use the YUV file player to view YUV files.
-----------------------------------------
Based on the PhD Research of Marc Servais
www.ee.surrey.ac.uk/CVSSP/VMRG/hdtv/
-Video Compression using Content-Based Motion Compensation
---------------------------------------------------------
This demo Requires MATLAB (and the Image Processing Toolbox)
Tested on MATLAB 7.0 (R14).
Run one of the following three MATLAB scripts:
* DemoEncodeCrowd (encodes some frames from the "crowd" sequence)
* DemoDecodeCrowd (decodes the previously encoded frames)
* DemoDecode (generic decoder)
Note that the encoding script can be modified so that the user can specify the values of a number of input variables.
This code is VERY SLOW. A lot could be done to speed it up!
In MS-Windows, use the YUV file player to view YUV files.
-----------------------------------------
Based on the PhD Research of Marc Servais
www.ee.surrey.ac.uk/CVSSP/VMRG/hdtv/
-----------------------------------------
Platform: |
Size: 19207168 |
Author:mohammad665 |
Hits:
Description: 一个基于DCT系数的视频水印嵌入程序,读取yuv文件,提取其中的若干帧,然后对每帧做DCT变换,在中低频修改系数值,然后做IDCT,再把每帧图像组成YUV格式播放。-DCT coefficients of a video-based watermark embedding program, read the yuv file, extract the number of frames, and then do each frame DCT transform coefficients in the low-frequency changes, then do IDCT, then each frame component YUV format player. Platform: |
Size: 2048 |
Author:岳恒立 |
Hits:
Description: 用VC制作简单AVI文件播放器能播放avi yuv等格式文件;-VC produced using a simple AVI file player, can play avi and YUV format files Platform: |
Size: 1947648 |
Author:易凯 |
Hits:
Description: 自己写的一种基于D3D的YUV播放器,主要用于测试MPEG4编解码器优化后的正确性性!中间有关YUV文件的操作与在D3D上直接显示出来YUV数据的过程值的大家好好学习!
-Write your own based D3D the YUV player, mainly for testing MPEG4 codec optimized correctness! The middle about YUV file operations directly in D3D process YUV data displayed learn! Platform: |
Size: 19456 |
Author:谨防 |
Hits:
Description: .yuv文件的显示,本程序只显示文件的第一帧图片,可以很方便的改写成yuv播放器-YUV file display, the program displays only the first frame of picture can be easily rewritten into yuv player Platform: |
Size: 413696 |
Author:漫画家 |
Hits:
Description: H264解码,直接运行将h264文件解码存为YUV文件,并且附队YUV播放器验证解码的正确性-H264 decoding directly run the h264 file decoding memory for the YUV file to verify the correctness of the decoding and the attached team YUV player Platform: |
Size: 3143680 |
Author:jackshen |
Hits:
Description: 可以播放yuv文件的播放器,支持yuv420格式的文件的播放-Player can play yuv file player that supports file formats yuv420 Platform: |
Size: 32768 |
Author:周知 |
Hits:
Description: yuv player主要用于yuv视频的播放,需要设置分辨率(yuv player is a yuv file player. when you use it, you should set your video resolution.) Platform: |
Size: 925696 |
Author:ppingyes
|
Hits:
Description: debug文件夹下有可直接运行的EXE文件,可以先预览一下效果。
实现YUV视频的播放、暂停、下一帧、退出等功能。
基于MFC、C++实现。
YUV格式视频需要通过YUV转换器实现,已包含在文件夹内。(Debug folder can be run directly under the EXE file, you can preview the effect.
YUV video playback, pause, next frame, exit and other functions.
Based on MFC, C ++ implementation.
YUV format video needs to be implemented via the YUV converter and is included in the folder.) Platform: |
Size: 3892224 |
Author:KKHELO |
Hits: