From 8bec976d3c1a5a26f63e1d31efbf496441e8c268 Mon Sep 17 00:00:00 2001 From: treamz Date: Sun, 22 Mar 2026 12:10:01 +0300 Subject: [PATCH] Video compress: add output format selector (MP4/AVI/MKV) - Compress panel now has format buttons before quality - Backend uses selected format for compress output - Format sent in API body for compress mode - User can compress + convert format in one step --- public/video.html | 14 +++++++++++++- routes/video.js | 5 +++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/public/video.html b/public/video.html index 55b7ea0..4e92ad1 100644 --- a/public/video.html +++ b/public/video.html @@ -509,6 +509,16 @@
+