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

搜索资源列表

  1. ffmpeg.rar

    0下载:
  2. FFMPEG encode/transcoder source code,FFMPEG encode/transcoder source code
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-09
    • 文件大小:1.7mb
    • 提供者:Thisara
  1. FFmpeg_rmvb

    0下载:
  2. ffmpeg_rmvb 解决ffmpeg不能编码rmvb的问题 内有示例 能用于asp,net,php在线编码视频flv,mp4 支持wmv,mov,3gp,mp4,rm,rmvb,mpg,mp3等多各种频频格式-ffmpeg can not encode rmvb ffmpeg_rmvb solve the problem within the sample can be used in asp, net, php-line encoded video flv, mp4 sup
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:kkjjkkjj
  1. output-example.c

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

    • 发布日期:2017-03-22
    • 文件大小:4.91kb
    • 提供者:ranxiedaod
  1. ffmpeg-0.5

    0下载:
  2. This file contains the ffmpeg video codec library. FFmpeg is the open source library of numerous codecs like mpeg4, H.264, H.263, mpeg2 and many more. You can encode your raw video using any video codec.
  3. 所属分类:Streaming_Mpeg4

  1. ffmpeg

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

    • 发布日期:2017-04-09
    • 文件大小:2.87mb
    • 提供者:张宏
  1. ffmpeg-encode

    0下载:
  2. vc 音视频编解码的资料,很要用,学习音视频的号东西-vc audio video encode
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-19
    • 文件大小:5.21mb
    • 提供者:zhangliao
  1. ffmpegtutorial.tar

    0下载:
  2. ffmpeg is a wonderful library for creating video applications or even general purpose utilities. ffmpeg takes care of all the hard work of video processing by doing all the decoding, encoding, muxing and demuxing for you. This can make media applicat
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-01
    • 文件大小:92kb
    • 提供者:samnet75
  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. AudioEncode.tar

    1下载:
  2. ffmpeg 音频编码的例子,支持pcm编码成mp3或者aac-ffmpeg audio encode example to suuport PCM to mp3 or aac
  3. 所属分类:Audio program

    • 发布日期:2015-07-02
    • 文件大小:4kb
    • 提供者:张志广
  1. ffmpeg-1.2.3

    0下载:
  2. ffmpeg-1.2.3,本代码编译后生成exe,可对视频进行编解码,支持MPEG4标准,H264-this is ffmpeg-1.2.3.the source code is employed to encode or decode video
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8.21mb
    • 提供者:王禹
  1. X264Encoder

    0下载:
  2. h264 encoder 一个基于x264编码库与ffmpeg库,的简单封装h264编码接口-encode yuv file to h264 file
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2014-10-24
    • 文件大小:15.37mb
    • 提供者:周理鹏
  1. ffmpeg样例output-example.c

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

  1. simplest_ffmpeg_audio_encoder

    0下载:
  2. 最简单的基于FFMPEG的音频编码器(PCM编码为AAC)。该编码器实现了PCM音频采样数据编码为AAC的压缩编码数据。编码器代码十分简单,但是每一行代码都很重要。通过看本编码器的源代码,可以了解FFMPEG音频编码的流程。 详细参考《最简单的基于FFMPEG的音频编码器(PCM编码为AAC)》: http://blog.csdn.net/leixiaohua1020/article/details/25430449-The software is based on VC 2010. I
  3. 所属分类:Multimedia program

    • 发布日期:2017-06-12
    • 文件大小:18.45mb
    • 提供者:雷霄骅
  1. simplest_ffmpeg_pic_encoder

    0下载:
  2. 最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)。代码调用FFMPEG类库实现了YUV420P的数据编码为JPEG图片。 详细信息《最简单的基于FFMPEG的图像编码器(YUV编码为JPEG)》: http://blog.csdn.net/leixiaohua1020/article/details/25346147-a simplest picture encoder based on FFmpeg. The software is based on VC 2010.
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-30
    • 文件大小:12.08mb
    • 提供者:雷霄骅
  1. msdk-ffmpeg-integration

    0下载:
  2. msdk encode with ffpmeg
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-29
    • 文件大小:97.96kb
    • 提供者:he
  1. ffmpeg-2.8.5

    0下载:
  2. 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.
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-30
    • 文件大小:11.71mb
    • 提供者:yang
  1. H264Android

    0下载:
  2. Android平台施工ffmpeg队摄像头数据进行h264编码(Encode Android camera data to H264 ES)
  3. 所属分类:android开发

    • 发布日期:2017-12-19
    • 文件大小:225kb
    • 提供者:gengj
  1. simplest_ffmpeg_audio_encoder-master

    0下载:
  2. 主要演示了音频的编码过程,了解一下音频编码所需要的ffmpeg的函数(encode video and audio)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:33.99mb
    • 提供者:一页书1
  1. ffmpeg

    0下载:
  2. 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 to the cutting edge. No mat
  3. 所属分类:*行业应用

    • 发布日期:2018-01-06
    • 文件大小:40.64mb
    • 提供者:chadyang
« 12 »
搜珍网 www.dssz.com