CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 流媒体/Mpeg4 搜索资源 - ffmpeg linux

搜索资源列表

  1. VidRead.tar

    0下载:
  2. Video Reading Code for Matlab. This some C++ and mex code written as a Matlab wrapper around the ffmpeg video reading libraries. It should compile under Windows and Linux. (The Windows compilation requires mingw gcc. Extact installation instructions
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:5313
    • 提供者:薛斌
  1. ffmpeg.rar

    0下载:
  2. FFmpeg-----一个流媒体的完整解决方案,包括领先的音/视频编码库.,FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operatin
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:1566315
    • 提供者:zds
  1. ffmpeg-0.3.4.tar.gz

    0下载:
  2. 实时音频/视频(mpeg4)播放服务器,real audio/video (mpeg4) player
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-09
    • 文件大小:104654
    • 提供者:
  1. MsysForFfmpegCompile

    0下载:
  2. 在Windows下安装虚拟Linux编译环境MSYS&minGW(例如MSYS-1.0.11-2004.04.30-1.exe)过后,将此文件解压覆盖安装目录,运行msys后执行./configure --enable-shared --disable-static --enable-memalign-hack --enable-a52 --enable-dts --enable-faac --enable-faad --enable-x264 --enable-libogg --enable-
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-07
    • 文件大小:60732101
    • 提供者:汪大崴
  1. yasm

    0下载:
  2. yasm.exe that is needed to compile x264 and ffmpeg in windows (perhaps linux). copy to mingw/bin
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-26
    • 文件大小:252873
    • 提供者:YQ
  1. cross_compile

    0下载:
  2. windows下编译ffplay的方法 ffplay是一个基于ffmpeg的开源软件,主要开发环境为linux,本文档提供windows下的编译方法,便于移植使用-windows compile ffplay way ffplay is an open-source software based on ffmpeg, the main development environment for linux, this document provides methods to compile un
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-27
    • 文件大小:121161
    • 提供者:zuo
  1. OpenCaster2.4

    0下载:
  2. 很多不错的MPEG2传输流工具代码集合,主要用C和python实现。 功能: PSI 生成;EPG/EIT生成;DSM-CC数据生成和接收(MHP/MHEG5/SSU);TS 包和时序分析;等等。-This package is a collection of softwares to play out and multiplex MPEG2 transport stream format in a Linux system. Features: - PSI generation
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-29
    • 文件大小:12490806
    • 提供者:Jesse Gong
  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. MPlayer1.0.4

    0下载:
  2. linux下的播放器,基于ffmpeg实现,支持当前常见媒体类型。-player under linux, ffmpeg-based implementation, support the current common media types.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-06-02
    • 文件大小:15120731
    • 提供者:locwell
  1. pms-generic-linux-unix-1[1].50.0-b1

    0下载:
  2. PS3的媒体服务器是用Java编写,转码最低配置任何类型的媒体文件,它拥有强大的备份与Mplayer/ FFmpeg的编码包。 -PS3 Media Server is a DLNA compliant Upnp Media Server for the PS3, written in Java, with the purpose of streaming or transcoding any kind of media files, with minimum configuration.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-29
    • 文件大小:12324560
    • 提供者:silak
  1. gst-ffmpeg-0.11.2.tar

    1下载:
  2. linux gstreamer 的插件库包括ffmpeg的所有编解码库如h264,wma,mp4,ac3,aac等编解码。-linux gstreamer ffmpeg plugins
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-19
    • 文件大小:6057144
    • 提供者:chencaiping
  1. Java-call-linux-ffmpeg

    0下载:
  2. java 调用ffmpeg 实现视频格式转换-java call ffmpeg video format conversion
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-17
    • 文件大小:1723
    • 提供者:张永
  1. droidffmpeg

    0下载:
  2. linux下FFMPEG的NDK交叉编译,以及H264解码包裹类。-FFMPEG NDK linux cross compiler, as well as H264 decoding parcel.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-11-06
    • 文件大小:7999277
    • 提供者:shang
  1. segmenter

    0下载:
  2. 基于ffmpeg工程实现将h264原始帧视频文件转换为ts视频格式文件,linux平台C代码,稍加修改就可以用于windows平台和C++。-Based on ffmpeg, rtansform h264 vedio to ts stream format file,for linux plat,
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-02
    • 文件大小:2384
    • 提供者:肖家栋
  1. jjmpeg

    0下载:
  2. jjmpeg 是一个 java 绑定到 ffmpeg 的非常便利的解码和编码库。jjmpeg 具有很高的执行效率,可以运行在不同的平台,而且控制起来也很简单。除了具有 FFmpeg 接口的面向对象的特征之外,jjmpeg 还具有一些较高层次的对象,这些对象使 jjmpeg 对于编码的视频和音频文件的读写几乎和 ImageIO 对静态影像的读写一样简便。 jdvb 是次级项目,它提供 Java 访问 linux dvb 驱动(digital tv)的功能。它在进程和片方面做了很多工作,尽管它
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-23
    • 文件大小:648233
    • 提供者:十月围虫
搜珍网 www.dssz.com