feat(frontend): Video compression (#16574)

* wip

* Update CHANGELOG.md

* wip

* wip

* wip

* wip

* Update use-uploader.ts

* Update use-uploader.ts
This commit is contained in:
syuilo
2025-09-24 09:01:06 +09:00
committed by GitHub
parent 69d66b89f2
commit 0f8c068e84
11 changed files with 298 additions and 21 deletions

42
locales/index.d.ts vendored
View File

@@ -1030,6 +1030,10 @@ export interface Locale extends ILocale {
* 処理中
*/
"processing": string;
/**
* 準備中
*/
"preprocessing": string;
/**
* プレビュー
*/
@@ -5509,6 +5513,14 @@ export interface Locale extends ILocale {
* 低くすると画質を保てますが、ファイルサイズは増加します。<br>高くするとファイルサイズを減らせますが、画質は低下します。
*/
"defaultImageCompressionLevel_description": string;
/**
* デフォルトの圧縮度
*/
"defaultCompressionLevel": string;
/**
* 低くすると品質を保てますが、ファイルサイズは増加します。<br>高くするとファイルサイズを減らせますが、品質は低下します。
*/
"defaultCompressionLevel_description": string;
/**
* 分
*/
@@ -5541,6 +5553,36 @@ export interface Locale extends ILocale {
* ユーザー指定ノートを作成
*/
"createUserSpecifiedNote": string;
"_compression": {
"_quality": {
/**
* 高品質
*/
"high": string;
/**
* 中品質
*/
"medium": string;
/**
* 低品質
*/
"low": string;
};
"_size": {
/**
* サイズ大
*/
"large": string;
/**
* サイズ中
*/
"medium": string;
/**
* サイズ小
*/
"small": string;
};
};
"_order": {
/**
* 新しい順