Tweak multimedia/mlt version 6.4.1_2
[dports.git] / multimedia / kvazaar / pkg-descr
1 The purpose of this academic open-source project is to develop a video
2 encoder for the emerging High Efficiency Video Coding (HEVC) standard.
3 This Kvazaar HEVC encoder is being developed towards the following goals:
4
5 1. Coding efficiency close to HEVC reference encoder (HM)
6 2. Modular encoder structure to simplify its data flow modeling
7 3. Efficient support for different parallelization approaches
8 4. Easy portability to different platforms
9 5. Optimized encoding speed without sacrificing its coding efficiency,
10    modularity, or portability
11 6. Reduced computation and memory resources without sacrificing its
12    coding efficiency, modularity, or portability
13 7. Excellent software readability and implementation documentation
14
15 Achieving these objectives requires encoder with design decisions that
16 make this open-source encoder unique:
17
18 1. The encoder is developed from the scratch (HM used as a reference)
19 2. The implementation language is platform-independent C
20
21 WWW: http://ultravideo.cs.tut.fi/#encoder