Source: ffmpeg4x265
Section: video
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 autoconf,
 automake,
 libbz2-dev,
 cmake,
 libfreetype6-dev,
 build-essential,
 git,
 libtool,
 make,
 pkg-config,
 zlib1g-dev,
 ffmpeg4nasm,
 ffmpeg4yasm,
 ffmpeg4x264
Build-Depends-Indep:
 python3-sphinx
Standards-Version: 4.6.0
Homepage: http://x265.org
Vcs-Git: https://salsa.debian.org/multimedia-team/x265.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/x265

Package: ffmpeg4x265
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: H.265/HEVC video stream encoder
 x265 is a commandline encoder for creating H.265/High Efficiency Video Coding
 (HEVC) video streams.
 .
 x265 supports the following features:
  * full prediction and transform quad-tree recursion supported
  * adaptive B-frame placement
  * B-frames as references / arbitrary frame order
  * CABAC (context-based adaptive binary arithmetic coding) entropy coding
  * supports all Intra block types
  * supports all Inter P partitions
  * supports all Inter B partitions from 64x64 down to 8x4
  * weighted prediction for P slices
  * multiple reference frames
  * scenecut detection
  * parallel encoding on multiple CPUs