Plex Update
Default will get best video in H265 or H264, if neither are available, it will get next best video. All MP4, no limit on resolution. Plex_tv_show_av1 will allow for absolute best possible resolution in any codec as long as its MP4, including Av1 which is not currently supported in Plex. Without AV1 is considered default, for maximum compatibility at this time.
This commit is contained in:
parent
4339807bc9
commit
349c5028e7
1 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,19 @@
|
|||
presets:
|
||||
|
||||
_plex_tv_show:
|
||||
|
||||
_plex_tv_show: # Default Highest Resolution, No AV1, which is not currently supported by plex
|
||||
preset:
|
||||
- "_plex_base"
|
||||
- "_episode_base"
|
||||
- "_episode_video_tags"
|
||||
ytdl_options:
|
||||
format: "(bv*[ext=mp4][vcodec~='^((he|a)vc|h26[45])']+ba[ext=m4a]) / (bv[ext=mp4]*+ba[ext=m4a]/b)"
|
||||
overrides:
|
||||
tv_show_poster_file_name: "poster.jpg"
|
||||
tv_show_fanart_file_name: "fanart.jpg"
|
||||
season_poster_file_name: "Season {season_number_padded}/Season{season_number_padded}.jpg"
|
||||
|
||||
_plex_tv_show_av1: #Best Possible Video, Including AV1, Which not currently supported by plex
|
||||
preset:
|
||||
- "_plex_base"
|
||||
- "_episode_base"
|
||||
|
|
@ -11,8 +24,6 @@ presets:
|
|||
tv_show_poster_file_name: "poster.jpg"
|
||||
tv_show_fanart_file_name: "fanart.jpg"
|
||||
season_poster_file_name: "Season {season_number_padded}/Season{season_number_padded}.jpg"
|
||||
file_convert: # Plex currently does not support webm
|
||||
convert_to: "mp4"
|
||||
|
||||
_jellyfin_tv_show:
|
||||
preset:
|
||||
|
|
|
|||
Loading…
Reference in a new issue