mirror of
https://github.com/immich-app/immich.git
synced 2026-03-07 02:27:23 +03:00
feat(server): accepted video containers (#11274)
* add accepted container config * update api * mp4 option makes no sense * add to transcoding settings * wording * updated spec config * formatting
This commit is contained in:
@@ -246,6 +246,8 @@
|
||||
"transcoding_acceleration_vaapi": "VAAPI",
|
||||
"transcoding_accepted_audio_codecs": "Accepted audio codecs",
|
||||
"transcoding_accepted_audio_codecs_description": "Select which audio codecs do not need to be transcoded. Only used for certain transcode policies.",
|
||||
"transcoding_accepted_containers": "Accepted containers",
|
||||
"transcoding_accepted_containers_description": "Select which container formats do not need to be remuxed to MP4. Only used for certain transcode policies.",
|
||||
"transcoding_accepted_video_codecs": "Accepted video codecs",
|
||||
"transcoding_accepted_video_codecs_description": "Select which video codecs do not need to be transcoded. Only used for certain transcode policies.",
|
||||
"transcoding_advanced_options_description": "Options most users should not need to change",
|
||||
|
||||
Reference in New Issue
Block a user