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

Graphics, sound and multimedia • TC358743 HDMI to HDMI Bridge

$
0
0
Hello,

i'm using a Pi5 with an TC358743 as a HDMI Bridge, i try to convert one HDMI format to another like 1080p to 720i or else.
I followed [this][viewtopic.php?p=2195617#p2195617] instructions to get the TC358743 working.

So now to my problem:
if I use this:
src: 1080p@50hz
sink: 720p@60hz

I use gstreamer to do the job

Code:

gst-launch-1.0 v4l2src ! video/x-raw,width=1920,height=1080,format=RGB ! videoconvertscale ! capssetter caps="video/x-raw,width=1920,height=1080,format=BGR" ! kmssink sync=false
as long as I did not change the format the colors are corrected BGR->RGB shift
but if I changed the line to

Code:

gst-launch-1.0 v4l2src ! video/x-raw,width=1920,height=1080,format=RGB ! videoconvertscale ! capssetter caps="video/x-raw,width=1280,height=720,format=BGR" ! kmssink sync=false
I get the preferred resolution but the colorchange is gone.

Raspbian os is up to date

Code:

gst-launch-1.0 --versiongst-launch-1.0 version 1.22.0GStreamer 1.22.0https://tracker.debian.org/pkg/gstreamer1.0

Statistics: Posted by Markus_Lange — Sun Jun 29, 2025 1:12 pm



Viewing all articles
Browse latest Browse all 8042

Trending Articles