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

搜索资源列表

  1. FarSight

    0下载:
  2. 运行于Windows Moblie 上的手机视频实时监控程序。使用ffmpeg解码h264编码的视频数据,并使用directDraw技术进行显示。-Runs on Windows Moblie phone on real-time video monitoring program. Use ffmpeg decode h264 encoded video data, and use directDraw display technology.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:474.56kb
    • 提供者:明宏
  1. H264Android

    0下载:
  2. Android 解码h264文件,移植FFMPEG实现编解码。-Android decode h264 files to achieve transplantation FFMPEG codec.
  3. 所属分类:android

    • 发布日期:2017-03-21
    • 文件大小:223.97kb
    • 提供者:
  1. h.264-decode

    2下载:
  2. 改工程为从ffmpeg中提取文件,在VS下整合成的h.264文件解码-decode h.264 files
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2013-03-06
    • 文件大小:4.24mb
    • 提供者:MrD
  1. player_sdk

    1下载:
  2. HKVision 播放器源代码,解码mp4和h264格式。-HKVision player source code, decode mp4 and h264 format
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-21
    • 文件大小:5.91mb
    • 提供者:
  1. output_example

    0下载:
  2. ffmpeg能用的解码实例 ffmpeg能用的解码实例-Examples of ffmpeg decoder can use ffmpeg decoder can decode ffmpeg examples examples
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:5.44kb
    • 提供者:sanford
  1. playSound

    0下载:
  2. 用ffmpeg解码,openAL播放声音的控制台程序,程序很小很好懂,可播放mp3,wav-Using ffmpeg decoding, openAL play a sound console program, the program understands very little good that can play mp3, wav
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-11
    • 文件大小:17.56mb
    • 提供者:段黎恒
  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
    • 文件大小:6.01mb
    • 提供者:致胜织梦
  1. Ffmpeg-based_video_decompression

    0下载:
  2. 这是一个使用ffmpeg解码库对视频文件进行解码的示例程序,在这个程序中,将视频图像按帧解码为bmp图片-This is a library to use ffmpeg decoder to decode the video file sample program, in this program, the video image by decoding the bmp picture frame
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-29
    • 文件大小:11.57mb
    • 提供者:于磊
  1. ffmpeg

    0下载:
  2. 提供了开发流媒体所用的各种格式的库文件,有mpeg4,h264等,包括压缩和解压缩以及流媒体的传输-mpeg4,h264,encode,decode
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:2.87mb
    • 提供者:张宏
  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
    • 文件大小:4.76mb
    • 提供者:malikcis
  1. ffmpeg_test_VC8.0

    0下载:
  2. 使用ffmpeg转换音/视频demo 使用VS2005编译-use ffmpeg decode the a/v file compile with vs2005
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:1.09mb
    • 提供者:jack ban
  1. ffmpeg_tutorialchinese

    0下载:
  2. FFMPEG 是一个很好的库,可以用来创建视频应用或者生成特定的工具。FFMPEG 几乎为你把所有的繁重工作都做了,比 如解码、编码、复用和解复用。这使得 多媒体应用程序变得容易编写。它是一个简单的,用C 编写的,快速的并且能够 解码 几乎所有你能用到的格式,当然也包括编码多种格式-FFMPEG is a good library, can be used to create video applications or generate a specific tool. FFMPEG
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-31
    • 文件大小:238.99kb
    • 提供者:javen
  1. H264 Decode

    1下载:
  2. 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
  3. 所属分类:多媒体编程

    • 发布日期:2013-02-20
    • 文件大小:637.92kb
    • 提供者:954624
  1. decode

    0下载:
  2. 对开源社区ffmpeg关于解码部分的描述-Descr iption of the open source community ffmpeg decoding part
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:109.02kb
    • 提供者:Novas
  1. gst-ffmpeg-0.10.8.tar

    0下载:
  2. ffmpeg-0.10.8 影音轉換/壓縮軟體,適用於Linux或Embedded linux-ffmpeg-0.10.8 audio and video convert/decode/encode, OS base on Linux或Embedded linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3.69mb
    • 提供者:小白
  1. ffmpeg-0.5.10.tar

    0下载:
  2. ffmpeg 0.5.10 source code.FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up t
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-03
    • 文件大小:3.18mb
    • 提供者:李松
  1. tcpSocket_dataRecieve

    0下载:
  2. 1、能够通过Tcp套接字读取服务器发送的视频数据流。2、根据服务器发送视频流的格式采用ffmpeg相应组件对其进行解码与播放-1, able to read through the Tcp socket server to send the video data stream. 2, according to the server to send the video stream format using ffmpeg decode and playback the corresponding
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-30
    • 文件大小:9.91mb
    • 提供者:郑尧文
  1. H264Player

    0下载:
  2. H264player 使用VC++建立的工程,使用ffmpeg解码h264视频文件,实现h264格式文件的播放-H264player use VC++ established engineering, use ffmpeg decode h264 video files, h264 format file playback
  3. 所属分类:DirextX

    • 发布日期:2017-11-01
    • 文件大小:644.35kb
    • 提供者:张三
  1. havlenapetr-FFMpeg-7c27aa2

    0下载:
  2. android基于ffmpeg解码,用surface渲染播放-android decode by ffmpeg ,use surface render
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:9.46mb
    • 提供者:zhangping
  1. ffmpeg样例output-example.c

    0下载:
  2. ffmpeg里的一个官方样例,详细介绍了ffmpeg对音视频编解码的流程-ffmpeg official example about how to encode/decode audio and video
  3. 所属分类:多媒体编程

« 12 3 »
搜珍网 www.dssz.com