ffmpeg implemented

This commit is contained in:
2026-01-11 13:40:01 +01:00
parent 34c3f0dc89
commit c4020615d2
18 changed files with 474 additions and 16 deletions

View File

@@ -143,6 +143,31 @@ header {
gap: 6px;
}
.engine-badge {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.68rem;
letter-spacing: 0.6px;
text-transform: uppercase;
padding: 2px 8px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,0.14);
background: rgba(255,255,255,0.06);
color: var(--text-main);
opacity: 0.9;
}
.engine-badge svg {
width: 12px;
height: 12px;
display: block;
}
.engine-ffmpeg { border-color: rgba(125,255,179,0.30); }
.engine-cast { border-color: rgba(223,166,255,0.35); }
.engine-html { border-color: rgba(255,255,255,0.22); }
.status-dot {
width: 6px;
height: 6px;