bytedeco/javacv

FFmpegFrameRecorder how to record each frame from RTMP streams of dynamic frames

Open

#2,219 opened on Apr 23, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

the rtmp streams some time 20fps , some time 30fps,My application uses JavaCV to pull the RTMP stream and process each frame, and also saves it to the local video to record the processing of frames X to Y. Due to the dynamic frame rate, the video I save with the recorder has a fixed frame rate, which may result in some frames being lost, making it impossible to accurately locate the frames

Contributor guide