1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-05 01:52:22 +05:30

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

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

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,