Common Test Condition (JVET) Dataset¶
Characterize the reference videos from the CTC JVET.
Download¶
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*