nebhead / PlexPostProc

Plex PostProcessing Script for DVR(Beta)
77 stars 30 forks source link

support 480? #22

Closed imzenreally closed 2 years ago

imzenreally commented 2 years ago

i don't care about resolution for my dvr recordings - i just want them crushed down as much as possible - if i set res to 480 will that break the script?

nebhead commented 2 years ago

Should be completely fine, of course I would recommend testing it to be sure. Give it a shot and let me know if it works for you.

imzenreally commented 2 years ago

will do - i'll make the change this evening - if it does i'll update and recommit

imzenreally commented 2 years ago

tried pushing the changes back to your repo but i haven't set up a access token and don't want to go through the effort and i dn't want to check it out on my work account :) so yes - 480 works fine - about halves the size of a file from 720

imzenreally commented 2 years ago

RES="720" # Resolution to convert to:

"480" = 480 Vertical Resolution

              # "720" = 720 Vertical Resolution
              # "1080" = 1080 Vertical Resolution
nebhead commented 2 years ago

Awesome, thank you! I'll make the change directly. Much appreciated.