Пакет x264: Информация

    Исходный пакет: x264
    Версия: 120-alt0.1
    Собран:  2 февраля 2012 г. 19:27
    Категория: Видео
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.videolan.org/x264.html

    Лицензия: GPL
    О пакете: CLI H.264 encoder
    Описание: 
    x264 is a free library for encoding H264/AVC video streams. The code is
    written from scratch.
    Encoder features:
    - CAVLC/CABAC
    - Multi-references
    - Intra: all macroblock types (16x16, 8x8, and 4x4 with all
      predictions)
    - Inter P: all partitions (from 16x16 down to 4x4)
    - Inter B: partitions from 16x16 down to 8x8 (including skip/direct)
    - Ratecontrol: constant quantizer, single or multipass ABR, optional
      VBV
    - Scene cut detection
    - Adaptive B-frame placement
    - B-frames as references / arbitrary frame order
    - 8x8 and 4x4 adaptive spatial transform
    - Lossless mode
    - Custom quantization matrices
    - Parallel encoding of multiple slices.
    
    This package includes CLI based H.264 encoder.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    x264 (x86_64, i586)
    x264-debuginfo (x86_64, i586)
    x264-utils (x86_64, i586)
    x264-utils-debuginfo (x86_64, i586)

    Сопровождающий: Sergey Bolshakov


      1. libx264-devel
      2. libswscale-devel
      3. libSDL-devel
      4. libavdevice-devel
      5. libavformat-devel
      6. libavcodec-devel
      7. libavutil-devel

    Последнее изменение


    29 января 2012 г. Sergey Bolshakov 120-alt0.1
    - updated from git.f33c8cb
    4 октября 2011 г. Sergey Bolshakov 116-alt0.3
    - updated from git.926a03a9
    - linked with libavdevice to gain access to v4l devices
    15 сентября 2011 г. Sergey Bolshakov 116-alt0.2
    - built cli with shared libx264 and libav