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 jobas long as I did not change the format the colors are corrected BGR->RGB shift
but if I changed the line toI get the preferred resolution but the colorchange is gone.
Raspbian os is up to date
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=falsebut 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=falseRaspbian 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.0Statistics: Posted by Markus_Lange — Sun Jun 29, 2025 1:12 pm