mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Do i need special flags for ffmpeg to capture interlaced video from CSI via tc358743 ( hdmi to csi converter ) #176
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YumingChang02 on GitHub (May 9, 2025).
I am trying to use CSI interface for 1080p 60fps capturing ( and streaming ) from HDMI ( i tried ms2130 on USB3 but rk3566 seems too slow )
while capturing with 1080p60 everything seems to work with
when i try on 1080i, this is where problems happen
i have to use video1 since interlaced required selfpath
this is the input message from tc35874 CSI to HDMI module
when i run ffmpeg from above, it only hangs with ( the following info is when ffmpeg loglevel is set to verbose )
this is the corresponding kernel message when the ffmpeg hangs
this is the media-ctl topo
@nyanmisaka commented on GitHub (May 9, 2025):
I'm not sure if ffmpeg V4L2 supports interlaced input.