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

搜索资源列表

  1. ffmpeg-0.11.1

    0下载:
  2. windows下可用的ffmpeg的DLL,支持x264和libmp3lame;ffmpeg-0.11.1;x264-snapshot-20120730-2245;lame-3.99.5;-available under the ffmpeg DLLs in the windows, support for x264 and have libmp3lame ffmpeg-0.11.1 x264,-snapshot-20.12073 million-2 245 the lame-3.99.5
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-17
    • 文件大小:5041999
    • 提供者:lytton
  1. x264_lib

    0下载:
  2. windows下重新封装的x264的库。需要的可以下来研究一下-reseal the windows x264 library. Need to be down to study. .
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-08
    • 文件大小:6254174
    • 提供者:chenfu
  1. ffmpeg_x264_src_20071007

    0下载:
  2. linux 下的 fempeg x264 库文件源码,2007年10月版-under linux fempeg x264 library file source, October 2007
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3743455
    • 提供者:李大鹏
  1. libx264console

    1下载:
  2. 使用libx264.lib中的函数进行x264编码,从文件中提取每一帧,逐帧分别编码,写入到输出文件-The function uses libx264.lib x264 encoded files extracted from each frame, frame by frame coding, respectively, to write to output file
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:270618
    • 提供者:xiangyu
  1. JVT12

    0下载:
  2. 这里都是264的文档,自己看了后就能看懂,还有参考代码一起看可以进步快。-documents themselves will be able to understand after reading them, reference code can be read together faster progress.
  3. 所属分类:Document

    • 发布日期:2017-11-30
    • 文件大小:70511
    • 提供者:nick
  1. MJPEG_encode-20080919-2

    0下载:
  2. MJPEG CODEC BASED VC6 IN REALTIME
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-30
    • 文件大小:235717
    • 提供者:y99322
  1. x264_0708

    0下载:
  2. 在vc在可以编译,其中,汇编部分代码要有nasm编译器。在调试参数中输入--longhelp或者-h,会输出帮助信息。输入相应的编译选项就可以进行编码了。 -In vc can be compiled, including the compilation of some of the code have NASM compiler. In the debug parameter input- longhelp or-h, will be output to help information. E
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-10
    • 文件大小:2271793
    • 提供者:liuchunlong
  1. inttypes.h_stdint.h

    2下载:
  2. 在X264等视频编码中至关重要的两个头文件inttypes.h和stdint.h。往往都会缺少。可以放在工程目录下-X264 video coding, such as in the crucial two and inttypes.h header file stdint.h. Often lack. Can be put on the project directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:6462
    • 提供者:suzhounoman
  1. dgwxx_x264_guide

    0下载:
  2. 主要介绍了x264关键参数,及设置的一些推建值。-Mainly introduce the key parameters of the x264, and the setting up of a number of push to build value.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-25
    • 文件大小:452961
    • 提供者:sena2008
  1. h264_interpred

    0下载:
  2. good explaination of inter prediction used in x264 encoder
  3. 所属分类:Document

    • 发布日期:2017-04-28
    • 文件大小:43406
    • 提供者:andrew
  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. X264encoder

    0下载:
  2. 很实用的X264学习用的源码,对初级者很有帮助-X264 development
  3. 所属分类:Video Capture

    • 发布日期:2017-05-04
    • 文件大小:1026943
    • 提供者:张农忙
  1. x264_parameters_comparison

    0下载:
  2. This document presents a comparison between the different configurations that can be applied to the x264 codec. This comparison is done with seven sequences of different characteristics.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:432605
    • 提供者:laura_arn
  1. x264tiaoshi

    0下载:
  2. 附带调试的符合H264视频解码标准的x264解码算法 经调试 没有任何错误 直接可以用 运行环境可以是VC-In line with the attached debug standard H264 video decoder decoding algorithm x264 After debugging there are no errors can be used directly operating environment can be a VC++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3918343
    • 提供者:kongxiangping
  1. H264-DCT-Quanter

    1下载:
  2. H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源. -H264 in the integer DCT transform coding and quantization code, together with the original DCT coding, quantitative descr iption of the doc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:64581
    • 提供者:ren
  1. x264_rtp

    0下载:
  2. This Code is to Encoding and Streaming H.264. This code is based to FFMPEG open source. This code consists of h.264 encoding library and RTP streaming library.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-23
    • 文件大小:7449904
    • 提供者:
  1. anoptimizedx264codec

    0下载:
  2. 可以编译通过的X264代码,用于视频压缩,效果好。-X264 which can compress the video
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-10
    • 文件大小:2453213
    • 提供者:李明
  1. HTX264

    1下载:
  2. 这是一个整合现今x264 和T264优点的开源版本支持Linux和Windows,vc6 ,vs2003 ,vc2005编译通过,支持rtp、rtsp封包。这个是1.0版本,只对H264编码做汇编的优化,另外RTP rTsp协议还没有优化。大家可以只看H264编码和解码部分-This is an integration of the advantages of today' s x264 and the T264 to support open-source version of Linux a
  3. 所属分类:Windows编程

    • 发布日期:2014-07-28
    • 文件大小:19540910
    • 提供者:村过去
  1. 264

    0下载:
  2. 业界最新的视频编解码算法,在x264的基础上进行了一定的优化。-The industry' s latest video codec algorithm, based on the x264 a certain degree of optimization.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3891200
    • 提供者:locwell
  1. Linux_x264_src

    0下载:
  2. linux环境下X264源码,非常适合学习,全部C语言!-linux environment, X264 source, very suitable for learning, all the C language!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:455556
    • 提供者:lfc
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 23 24 »
搜珍网 www.dssz.com