{% extends "base.html" %} {% block content %}
Longitudinal Library Insights
Based on {{ stats.completed_jobs }} completed transcodes
{% if stats.avg_reduction_percentage() > 40.0 %} Your library is highly compressible. You might consider an even more aggressive quality profile to maximize space savings without human-perceptible loss. {% else if stats.avg_reduction_percentage() < 15.0 %} Savings are currently low. You may want to check if your source files are already efficiently encoded (HEVC/AV1) to avoid unnecessary processing. {% else %} Your current settings provide a healthy balance between quality and storage efficiency. No changes recommended at this time. {% endif %}