Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5045

Troubleshooting • Re: PAL-M or NTSC-J on RPI-5 Composite

$
0
0
Support for the more unusual tv standards is still being worked on. That PR is against the 6.6 kernel, so isn't available via apt at present.

If you are running a kernel with that change, then

Code:

video=Composite-1:720x480i,tv_mode=NTSC-J
is correct, or you can use

Code:

video=Composite-1:NTSC-J,tv_mode=NTSC-J
as there are predefined modes in the core for "NTSC", "NTSC-J", "PAL", and "PAL-M"

Reading the code again, I think you can drop the tv_mode, so

Code:

video=Composite-1:NTSC-J
and it will set the standard NTSC resolution but with tv_mode NTSC-J.

https://github.com/raspberrypi/linux/bl ... 2276-L2333

Statistics: Posted by 6by9 — Thu Feb 08, 2024 11:33 am



Viewing all articles
Browse latest Browse all 5045

Trending Articles