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

搜索资源列表

  1. gAnim8-SUITE-0.3beta-1.i586.tar

    0下载:
  2. Table of Contents 1. Introduction 2. Quick Start 2.1 Video and Audio grabbing 2.2 Video and Audio file format conversion 3. Invocation 3.1 Syntax 3.2 Main options 3.3 Video Options 3.4 Audio Options 3.5 Advanced options 3.6 Protocols 4. Tips 5. Suppo
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:659480
    • 提供者:宫跃峰
  1. ffmpeg-0.4.9-p20051216.tar

    0下载:
  2. 最新的libavformat以及libavcodec库-latest libavformat and libavcodec library
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1719827
    • 提供者:全不知
  1. ffmp

    0下载:
  2. linux下用ffmpeg解码库写的一个简单的视频播放器,原则上应能播放ffmpeg支持的视频格式,但仅能播放h.263视频,编译命令:g++ -g -o ffplay ffmp1.cc -L./libavformat -lavformat -L./libavcodec -lavcodec -L./libavutil -lavutil -lm -lz -ldl -L/usr/lib -lSDL -lpthread-linux using ffmpeg decoding the written a
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:4870
    • 提供者:孙勇
  1. ffmpeg_vs2008.rar

    0下载:
  2. ffmpeg 的vs2008 项目及源码, 包含 libavcodec, libavformat,libavutil,libpostproc,libswscale,ffmpeg in vs2008 projects and source code, including libavcodec, libavformat, libavutil, libpostproc, libswscale
  3. 所属分类:Multimedia program

    • 发布日期:2016-01-27
    • 文件大小:4503465
    • 提供者:duanweiwei
  1. dll

    0下载:
  2. Dll files of libavcodec, libavutil, libavformat and libavdevice .
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-17
    • 文件大小:4980141
    • 提供者:YQ
  1. ASF_Mux

    0下载:
  2. 这几天需要参考FFmpeg的asfenc的asf muxer功能写一个跨平台的程序, 就把ffmpeg里面的output_example.c和对应的libavcodec/msmpeg4 mp2 libavformat/asfenc 的功能和代码移植到windows, 没有使用其他的编译器, 直接用VC的console跑完整个程序. 感觉像ffmpeg这种开源项目的代码还是模块化分得很清楚, 不需要的东西都用宏关的很好. 例子程序生成一个asf输出文件,供大家参考. -asf muxer
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-24
    • 文件大小:8083257
    • 提供者:刘华
  1. avcodec_sample.0.5.0.c

    0下载:
  2. usage of libraries that can be used to process video: libavcodec and libavformat
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-05
    • 文件大小:2356
    • 提供者:Nick
  1. ffmpeg_0.5.1.orig.tar

    0下载:
  2. ffmpeg 源码包。包含各种库文件,libavcodec 、libavformat和libavutil-ffmpeg code。including libavcodec,libavformat and libavutil
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3329034
    • 提供者:wang huhang
  1. ffmpeg

    1下载:
  2. ffmpeg是对记录、转换和流音视频的解决方案。它包括libavcodec,leading audio/video codec library.ffmpeg运行在linux环境下,但它能够在大多数操作系统上编译,包括windows。 ffmpeg项目由以下几部分组成: ffmpeg 视频文件转换命令行工具,也支持经过实时电视卡抓取和编码成视频文件. ffserver 基于HTTP(RTSP正在开发中)用于实时广播的多媒体服务器.也支持时间平移 ffplay 用 SDL和F
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-21
    • 文件大小:6437694
    • 提供者:hhypgfadwr
  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
    • 文件大小:3330979
    • 提供者:李松
  1. vnc2mpg

    0下载:
  2. Simple movie writer for vnc based on Libavformat API example from FFMPEG. -Simple movie writer for vnc based on Libavformat API example from FFMPEG.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:4350
    • 提供者:fetiho
  1. ffmpeg-snapshot.tar

    0下载:
  2. FFmpeg是一个自由软件,可以运行音频和视频多种格式的录影、转换、流功能1,包含了libavcodec ─这是一个用于多个项目中音频和视频的解码器库,以及libavformat——一个音频与视频格式转换库。(FFmpeg is a free software that runs audio and video multiple formats of video, conversion, and stream function 1, including libavcodec - a decode
  3. 所属分类:mpeg/mp3

    • 发布日期:2018-05-03
    • 文件大小:10433536
    • 提供者:jinhu
  1. ffmpeg-4.2.3

    0下载:
  2. 1、下载ffmpeg-4.2.3代码 2、配置(编译静态库) ./configure --target-os=linux --prefix=$(pwd)/temp --enable-cross-compile --arch=arm --cc=arm-hisiv300-linux-gcc --cross-prefix=arm-hisiv300-linux- --nm=arm-hisiv300-linux-nm --disable-shared --enable-static --ena
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2021-05-14
    • 文件大小:10957405
    • 提供者:63697292@qq.com
搜珍网 www.dssz.com