(feat): added always re-encode video option in settings

This commit is contained in:
2025-07-11 20:18:47 +05:30
parent fbadbb001e
commit c78cad0034
4 changed files with 23 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ export interface Settings {
proxy_url: string;
video_format: string;
audio_format: string;
always_reencode_video: boolean;
embed_video_metadata: boolean;
embed_audio_metadata: boolean;
embed_audio_thumbnail: boolean;