.. _ctc_dataset: Common Test Condition (JVET) Dataset ==================================== Characterize the reference videos from the `CTC JVET `_. Download -------- .. code:: shell mendevi download ctc.db.xz.torrent * `ctc.json.xz `_ (127 Ko). * `ctc.db.xz.torrent `_ (144 Mo). Statistical Properties ---------------------- Complexity ^^^^^^^^^^ To understand the nature of each test video. A similar plot has been made in `UHD Video Encoding in CPU Versus GPU: Quality and Performance Trade-Offs `_. .. code:: shell mendevi plot ctc.db -x rms_time_diff -y rms_sobel -c ref_stem -m profile -s 'ref_stem=' '' .. image:: /_static/media/ctc_complexity.svg :alt: Energy per frame as a function of the number of frames during encoding Reproduce --------- .. code:: shell for video in ctc/*.mkv; do for profile in sd hd fhd uhd4k; do mendevi prepare $video -p $profile done done mendevi probe reference* mendevi decode reference*