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

This commit is contained in:
Subhamoy Biswas
2025-07-11 20:18:47 +05:30
parent fbadbb001e
commit c78cad0034
4 changed files with 23 additions and 1 deletions
+2
View File
@@ -112,6 +112,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
proxy_url: '',
video_format: 'auto',
audio_format: 'auto',
always_reencode_video: false,
embed_video_metadata: false,
embed_audio_metadata: true,
embed_audio_thumbnail: true,
@@ -151,6 +152,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
proxy_url: '',
video_format: 'auto',
audio_format: 'auto',
always_reencode_video: false,
embed_video_metadata: false,
embed_audio_metadata: true,
embed_audio_thumbnail: true,