.. _duration_dataset: Duration Dataset ================ Allows you to see the impact of video length on compression and energy consumption. Download -------- .. code:: shell mendevi download duration.db.xz.torrent * `duration.json.xz `_ (6.4 Mo). * `duration.db.xz.torrent `_ (0 Go). Plots ----- Energy per frame as a function of the number of frames ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code:: shell mendevi plot '' -x nbr_frames -y energy_per_frame -c encoder -m effort -wx quality -wy profile .. image:: /_static/media/duration_energy_frames.svg :alt: Energy per frame as a function of the number of frames Bitrate as a function of the number of frame at constant quality ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code:: shell mendevi plot '' -x nbr_frames -y rate -c encoder -m effort -wx quality -wy profile -f 'mode == "vbr"' .. image:: /_static/media/duration_rate_frames.svg :alt: Energy per frame as a function of the number of frames