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:
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¶
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.
mendevi plot ctc.db -x rms_time_diff -y rms_sobel -c ref_stem -m profile -s 'ref_stem=' ''
Reproduce¶
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*