CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ffmpeg yuv

搜索资源列表

  1. QCIF+264+Samples

    0下载:
  2. 这些是QCIF的测试序列,编码参数为 x264 -o test.264 test.yuv 176x144 目前JM能够解码多数参数编码序列,FFMPEG仅能够解码P帧。
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:932358
    • 提供者:haoquan huang
  1. libswscale.zip

    0下载:
  2. FFMPEG 中的YUV 处理程序
  3. 所属分类:流媒体/Mpeg4

  1. Ffmpeg H264 Decoder Lib

    3下载:
  2. 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2013-03-06
    • 文件大小:6300236
    • 提供者:致胜织梦
  1. decodeVc1File

    0下载:
  2. This great peace of software will decode VC-1 compressed elementary stream file into RAW YUV data using libavcodec library from FFMPEG. The project is self-contained and don t need any external resources. The generated raw file is called (test
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-17
    • 文件大小:4995581
    • 提供者:malikcis
  1. ffmpeg_decode_vc1_very_good_dll

    0下载:
  2. 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 mod
  3. 所属分类:Video Capture

    • 发布日期:2017-05-18
    • 文件大小:4993154
    • 提供者:malikcis
  1. ffmpeg-svn-20070501.tar

    0下载:
  2. 视音频编解码功能,通过了在linux下的编译,gcc版本4.1.2。成功对视频流进行H.264编码并将符合H.264标准的视音频文件解码成YUV数据,最后使用YUV工具播放成功。-audio/video codec toos. It includes libavcodec, the leading open source codec library. compiled in linux GCC at version 4.1.2.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-11
    • 文件大小:2656700
    • 提供者:zhangwujiang
  1. H264Decoder

    0下载:
  2. 基于ffmpeg的视频解码程序,这思路非常清晰,而且解码的是264文件。解码得到yuv格式的文件-Ffmpeg-based video decoding process, this idea is very clear, and the decoder is 264 files. Yuv format decoded
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-27
    • 文件大小:2522
    • 提供者:严云
  1. mpeg4

    0下载:
  2. 将yuv 编码成mpeg4,利用ffmpeg-Will be encoded yuv mpeg4, using ffmpeg
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-14
    • 文件大小:2888
    • 提供者:peng
  1. video

    0下载:
  2. 可以读写视频文件,基于ffmpeg 获取视频帧保存成图像转成yuv图像序列-read and write video file
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:3363
    • 提供者:周思齐
  1. H263

    0下载:
  2. 基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to Y
  3. 所属分类:Video Capture

    • 发布日期:2017-05-26
    • 文件大小:8758935
    • 提供者:红枫
  1. Rtp

    1下载:
  2. 服务器端发送H264码流,客户端接受并解码与存为YUV文件.(H264,ffmpeg,Rtp,YUV等技术都包含在内)希望大家好好学习。我愿传播我的知识,促进社会发展 2012.9.7-Server sends H264 stream client to receive and decode YUV file saved as. (H264, ffmpeg, Rtp, YUV, and other technologies are included) and hope that we learn
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-02-20
    • 文件大小:66008333
    • 提供者:jackshen
  1. Myffmpeg

    0下载:
  2. 经过工作中修改后的ffmpeg,可对网络流进行正常接入并解码,保修.264或YUV文件。-Ffmpeg modified work normal access network flow and decode warranty .264 or YUV file.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-18
    • 文件大小:11290388
    • 提供者:shuke
  1. ffmpeg-2012-demo

    0下载:
  2. 将本地h264的码流转换成yuv格式的数据-The h264 the code circulation data replaced by yuv format
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-10-31
    • 文件大小:20114751
    • 提供者:郑尧文
  1. YUV2Video

    0下载:
  2. FFMPEG 编解码,将YUV序列 制作成视频流-FFMPEG codec YUV sequence made into a video stream
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:1916
    • 提供者:liyan
  1. mpeg4_enc_dec

    0下载:
  2. 使用ffmpeg API将RGB或YUV图像进行mpeg4编码和解码-Using ffmpeg API , RGB or YUV image mpeg4 encoding and decoding
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-25
    • 文件大小:88376
    • 提供者:张吾进
  1. muxing

    1下载:
  2. ffmpeg的ts流封装例程,生成yuv后编码h264,接着封装ts流,稍微修改后,可以加入到你的工程中-ts stream ffmpeg package of routines to generate the yuv encoded h264, then package ts stream
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:4475
    • 提供者:LEOLUO
  1. ffmpeg-20161101-60178e7-win32-static

    0下载:
  2. 可以用于yuv格式图像和视频的处理,可以将png、jpg等格式图像转为yuv格式-Can be used for YUV format images and video processing, you can JPG, PNG and other formats into YUV format images
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:43489280
    • 提供者:iris
  1. YuvToH264

    0下载:
  2. 通过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.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:14018560
    • 提供者:hxq2146041
  1. yuv2h264

    0下载:
  2. yuv转h264,包括详细的注释。希望对初学者有帮助(YUV to h264, including detailed notes. I hope to help beginners)
  3. 所属分类:多媒体

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:joycepart
  1. H264_ddraw

    2下载:
  2. 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通
  3. 所属分类:多媒体编程

    • 发布日期:2020-04-20
    • 文件大小:4245504
    • 提供者:朝花夕拾1
« 12 »
搜珍网 www.dssz.com