Full Dataset¶
Corresponds to a random subsampling of a highly varied set of encoding scenarios.
Name |
Value |
Description (link) |
Total |
|---|---|---|---|
video |
|
\(42\) |
|
profile |
|
\(4\) |
|
encoder |
|
\(8\) |
|
quality |
\(\left\{\frac{k}{25} \mid k \in [1,24] \right\}\) |
\(24\) |
|
effort |
|
\(3\) |
|
mode |
|
\(1\) |
|
thread |
\(\left\{ 8 \right\}\) |
\(1\) |
|
repeat |
\(1\) times |
total repetitions |
\(1\) |
ramdisk |
|
shm in enc_cmd |
\(1\) |
host |
|
\(3\) |
|
metrics |
|
||
total |
\(\prod\) |
total number of points |
\(435456\) |
Reproduce¶
for video in ctc/*.mkv; do
for profile in sd hd fhd uhd4k; do
mendevi prepare $video -p $profile
done
done
mendevi encode -r1 \
-n 24 \
-e fast -e medium -e slow \
-c av1_nvenc -c h264_nvenc -c hevc_nvenc -c libaom-av1 -c libsvtav1 -c libvpx-vp9 -c libx264 -c libx265 -c vvc \
reference*
mendevi decode -r2 reference*
mendevi decode -r1 *.mp4
mendevi probe --psnr --ssim --vmaf --vif --lpips-alex --rms-sobel --rms-time-diff --spatial-dct --temporal-dct *.mp4