.. _ctc_dataset: Common Test Condition (JVET) Dataset ==================================== Characterize the reference videos from the `CTC JVET `_. Download -------- Source videos ^^^^^^^^^^^^^ You can access the **uhd4k lossless** encoded source **videos** via the following torrents: * `bbb.mp4 `_ (101 Go). * `ctc `_ (140 Go). All information relating to copyright, sources and content can be found directly in the video metadata. You can view this by typing ``ffprobe park_joy.mkv``. Database ^^^^^^^^ .. 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*