mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
fix: add 480p descriptions and add 576p resolution
Updated descriptions for 720x480 to include NTSC and add 720x576 resolutions for pal broadcasts.
This commit is contained in:
committed by
Christian Benincasa
parent
3f5e536d71
commit
1fb1e538ce
@@ -46,7 +46,8 @@ export const TranscodeResolutionOptions = [
|
||||
{ value: '480x270', description: '480x270 (HD1080/16 16:9)' },
|
||||
{ value: '576x320', description: '576x320 (18:10)' },
|
||||
{ value: '640x360', description: '640x360 (nHD 16:9)' },
|
||||
{ value: '720x480', description: '720x480 (WVGA 3:2)' },
|
||||
{ value: '720x480', description: '720x480 (WVGA/EDTV/NTSC 480p NTSC 3:2)' },
|
||||
{ value: '720x576', description: '720x576 (EDTV/PAL 576p PAL 4:3)' },
|
||||
{ value: '800x480', description: '800x480 (WVGA 15:9)' },
|
||||
{ value: '854x480', description: '854x480 (FWVGA 16:9)' },
|
||||
{ value: '800x600', description: '800x600 (SVGA 4:3)' },
|
||||
|
||||
Reference in New Issue
Block a user